Home
last modified time | relevance | path

Searched defs:preproc (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/raw/
Draw-preproc.c35 yasm_preproc_base preproc; /* base structure */ member
68 raw_preproc_destroy(yasm_preproc *preproc) in raw_preproc_destroy()
74 raw_preproc_get_line(yasm_preproc *preproc) in raw_preproc_get_line()
118 raw_preproc_get_included_file(yasm_preproc *preproc, char *buf, in raw_preproc_get_included_file()
126 raw_preproc_add_include_file(yasm_preproc *preproc, const char *filename) in raw_preproc_add_include_file()
132 raw_preproc_predefine_macro(yasm_preproc *preproc, const char *macronameval) in raw_preproc_predefine_macro()
138 raw_preproc_undefine_macro(yasm_preproc *preproc, const char *macroname) in raw_preproc_undefine_macro()
144 raw_preproc_define_builtin(yasm_preproc *preproc, const char *macronameval) in raw_preproc_define_builtin()
150 raw_preproc_add_standard(yasm_preproc *preproc, const char **macros) in raw_preproc_add_standard()
/external/svox/pico/lib/
Dpicokpr.c274 extern picokpr_VarStrPtr picokpr_getVarStrPtr(picokpr_Preproc preproc, picokpr_StrArrOffset ofs) in picokpr_getVarStrPtr()
283 extern picoos_bool picokpr_isEqual (picokpr_Preproc preproc, picoos_uchar str[], picoos_int32 len__… in picokpr_isEqual()
293 extern picoos_bool picokpr_isEqualHead (picokpr_Preproc preproc, picoos_uchar str[], picoos_int32 l… in picokpr_isEqualHead()
303 extern picoos_bool picokpr_isEqualMid (picokpr_Preproc preproc, picoos_uchar str[], picoos_int32 le… in picokpr_isEqualMid()
313 extern picoos_bool picokpr_isEqualTail (picokpr_Preproc preproc, picoos_uchar str[], picoos_int32 l… in picokpr_isEqualTail()
331 extern picokpr_LexCat picokpr_getLexCat(picokpr_Preproc preproc, picokpr_LexCatArrOffset ofs) in picokpr_getLexCat()
342 extern picoos_int32 picokpr_getAttrValArrInt32(picokpr_Preproc preproc, picokpr_AttrValArrOffset of… in picokpr_getAttrValArrInt32()
361 extern picokpr_OutItemArrOffset picokpr_getOutItemNextOfs(picokpr_Preproc preproc, picokpr_OutItemA… in picokpr_getOutItemNextOfs()
369 extern picoos_int32 picokpr_getOutItemType(picokpr_Preproc preproc, picokpr_OutItemArrOffset ofs) in picokpr_getOutItemType()
377 extern picokpr_StrArrOffset picokpr_getOutItemStrOfs(picokpr_Preproc preproc, picokpr_OutItemArrOff… in picokpr_getOutItemStrOfs()
[all …]
Dpicopr.c295 picokpr_Preproc preproc[PR_MAX_NR_PREPROC]; member
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dpreproc.h188 #define yasm_preproc_destroy(preproc) \ argument
190 #define yasm_preproc_get_line(preproc) \ argument
192 #define yasm_preproc_get_included_file(preproc, buf, max_size) \ argument
194 #define yasm_preproc_add_include_file(preproc, filename) \ argument
196 #define yasm_preproc_predefine_macro(preproc, macronameval) \ argument
199 #define yasm_preproc_undefine_macro(preproc, macroname) \ argument
201 #define yasm_preproc_define_builtin(preproc, macronameval) \ argument
204 #define yasm_preproc_add_standard(preproc, macros) \ argument
Dcoretype.h62 const char *preproc; /**< Preprocessor keyword */ member
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/cpp/
Dcpp-preproc.c59 yasm_preproc_base preproc; /* base structure */ member
217 cpp_preproc_destroy(yasm_preproc *preproc) in cpp_preproc_destroy()
235 cpp_preproc_get_line(yasm_preproc *preproc) in cpp_preproc_get_line()
290 cpp_preproc_get_included_file(yasm_preproc *preproc, char *buf, in cpp_preproc_get_included_file()
338 cpp_preproc_add_include_file(yasm_preproc *preproc, const char *filename) in cpp_preproc_add_include_file()
350 cpp_preproc_predefine_macro(yasm_preproc *preproc, const char *macronameval) in cpp_preproc_predefine_macro()
362 cpp_preproc_undefine_macro(yasm_preproc *preproc, const char *macroname) in cpp_preproc_undefine_macro()
374 cpp_preproc_define_builtin(yasm_preproc *preproc, const char *macronameval) in cpp_preproc_define_builtin()
381 cpp_preproc_add_standard(yasm_preproc *preproc, const char **macros) in cpp_preproc_add_standard()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
Dnasm-preproc.c37 yasm_preproc_base preproc; /* Base structure */ member
168 nasm_preproc_destroy(yasm_preproc *preproc) in nasm_preproc_destroy()
182 nasm_preproc_get_line(yasm_preproc *preproc) in nasm_preproc_get_line()
233 nasm_preproc_get_included_file(yasm_preproc *preproc, /*@out@*/ char *buf, in nasm_preproc_get_included_file()
272 nasm_preproc_add_include_file(yasm_preproc *preproc, const char *filename) in nasm_preproc_add_include_file()
278 nasm_preproc_predefine_macro(yasm_preproc *preproc, const char *macronameval) in nasm_preproc_predefine_macro()
286 nasm_preproc_undefine_macro(yasm_preproc *preproc, const char *macroname) in nasm_preproc_undefine_macro()
294 nasm_preproc_define_builtin(yasm_preproc *preproc, const char *macronameval) in nasm_preproc_define_builtin()
302 nasm_preproc_add_standard(yasm_preproc *preproc, const char **macros) in nasm_preproc_add_standard()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
Dnasm-parser-struct.h53 /*@dependent@*/ yasm_preproc *preproc; member
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
Dgas-parser.h89 /*@dependent@*/ yasm_preproc *preproc; member
/external/chromium_org/third_party/libxslt/libxslt/
DxsltInternals.h337 int preproc; /* pre-processing already done */ member