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

Side by Side Diff: src/trusted/validator_ragel/unreviewed/decoder.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) 2011 The Native Client Authors. All rights reserved. 2 * Copyright (c) 2011 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 #ifndef _DECODER_X86_64_H_ 7 #ifndef _DECODER_X86_64_H_
8 #define _DECODER_X86_64_H_ 8 #define _DECODER_X86_64_H_
9 9
10 #include <inttypes.h> 10 #include <inttypes.h>
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 112
113 int DecodeChunkIA32(const uint8_t *data, size_t size, 113 int DecodeChunkIA32(const uint8_t *data, size_t size,
114 process_instruction_func process_instruction, 114 process_instruction_func process_instruction,
115 process_error_func process_error, void *userdata); 115 process_error_func process_error, void *userdata);
116 116
117 #ifdef __cplusplus 117 #ifdef __cplusplus
118 } 118 }
119 #endif 119 #endif
120 120
121 #endif 121 #endif
OLDNEW
« no previous file with comments | « src/trusted/validator_ragel/unreviewed/Makefile ('k') | src/trusted/validator_ragel/unreviewed/decoder-test.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698