Home
last modified time | relevance | path

Searched defs:macronameval (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/raw/
Draw-preproc.c132 raw_preproc_predefine_macro(yasm_preproc *preproc, const char *macronameval) in raw_preproc_predefine_macro()
144 raw_preproc_define_builtin(yasm_preproc *preproc, const char *macronameval) in raw_preproc_define_builtin()
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dpreproc.h196 #define yasm_preproc_predefine_macro(preproc, macronameval) \ argument
201 #define yasm_preproc_define_builtin(preproc, macronameval) \ argument
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/cpp/
Dcpp-preproc.c350 cpp_preproc_predefine_macro(yasm_preproc *preproc, const char *macronameval) in cpp_preproc_predefine_macro()
374 cpp_preproc_define_builtin(yasm_preproc *preproc, const char *macronameval) in cpp_preproc_define_builtin()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
Dnasm-preproc.c278 nasm_preproc_predefine_macro(yasm_preproc *preproc, const char *macronameval) in nasm_preproc_predefine_macro()
294 nasm_preproc_define_builtin(yasm_preproc *preproc, const char *macronameval) in nasm_preproc_define_builtin()