Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(310)

Side by Side Diff: src/trusted/validator_ragel/unreviewed/test_dfa.h

Issue 9348082: Move unreviewed files to unreviewed subdirectory (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 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:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2012 The Native Client Authors. All rights reserved. 2 * Copyright (c) 2012 The Native Client Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 /* Common definitions for the generator of all instructions and the definitions 7 /* Common definitions for the generator of all instructions and the definitions
8 * of the DFA generated by the parse_dfa.py. */ 8 * of the DFA generated by the parse_dfa.py. */
9 9
10 #ifndef _TEST_DFA_H 10 #ifndef _TEST_DFA_H
(...skipping 16 matching lines...) Expand all
27 void AddRange(int state_idx, 27 void AddRange(int state_idx,
28 uint8_t byte_begin, 28 uint8_t byte_begin,
29 uint8_t byte_end, 29 uint8_t byte_end,
30 uint16_t target); 30 uint16_t target);
31 31
32 void InitTransitions(); 32 void InitTransitions();
33 33
34 extern uint16_t start_state; 34 extern uint16_t start_state;
35 35
36 #endif /* _TEST_DFA_H */ 36 #endif /* _TEST_DFA_H */
OLDNEW
« no previous file with comments | « src/trusted/validator_ragel/unreviewed/system-instructions.def ('k') | src/trusted/validator_ragel/unreviewed/test_dfa.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698