Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(55)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Unified Diff: src/trusted/validator_ragel/gen/validator_x86_64.c
Issue
12226019
:
Move bitmap manipulation functions in bitmap.h (Closed)
Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set:
Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
src/trusted/validator_ragel/bitmap.h
src/trusted/validator_ragel/dfa_validator_x86_32.gyp
src/trusted/validator_ragel/dfa_validator_x86_64.gyp
src/trusted/validator_ragel/gen/validator_x86_32.c
src/trusted/validator_ragel/gen/validator_x86_64.c
src/trusted/validator_ragel/unreviewed/dfa_validate_32.c
src/trusted/validator_ragel/unreviewed/dfa_validate_64.c
src/trusted/validator_ragel/unreviewed/validator_internal.h
src/trusted/validator_ragel/unreviewed/validator_x86_32.rl
src/trusted/validator_ragel/unreviewed/validator_x86_64.rl
Download patch
« src/trusted/validator_ragel/dfa_validator_x86_32.gyp
('K') |
« src/trusted/validator_ragel/gen/validator_x86_32.c
('k') |
src/trusted/validator_ragel/unreviewed/dfa_validate_32.c »
('j') |
no next file with comments »
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
Index: src/trusted/validator_ragel/gen/validator_x86_64.c
===================================================================
--- src/trusted/validator_ragel/gen/validator_x86_64.c (revision 10713)
+++ src/trusted/validator_ragel/gen/validator_x86_64.c (working copy)
@@ -18,6 +18,7 @@
#include <stdlib.h>
#include <string.h>
+#include "native_client/src/trusted/validator_ragel/bitmap.h"
#include "native_client/src/trusted/validator_ragel/unreviewed/validator_internal.h"
« src/trusted/validator_ragel/dfa_validator_x86_32.gyp
('K') |
« src/trusted/validator_ragel/gen/validator_x86_32.c
('k') |
src/trusted/validator_ragel/unreviewed/dfa_validate_32.c »
('j') |
no next file with comments »
Issue 12226019: Move bitmap manipulation functions in bitmap.h (Closed)
Created 7 years, 10 months ago by khim
Modified 7 years, 10 months ago
Reviewers: halyavin
Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Comments: 6
This is Rietveld
408576698