HomeSort by relevance Sort by last modified time
    Searched refs:nasm_stricmp (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasmlib.h 28 #define nasm_stricmp yasm__strcasecmp macro
nasm-pp.c 567 m = nasm_stricmp(p, tasm_directives[k]);
615 if (!nasm_stricmp(p, "endm")) {
667 } else if (!nasm_stricmp(p, "end")) {
670 } else if (!nasm_stricmp(p, "rept")) {
679 } else if (!nasm_stricmp(p, "locals")) {
700 if (!nasm_stricmp(p, "irp")) {
731 } else if (!nasm_stricmp(q, "macro")) {
790 } else if (!nasm_stricmp(q, "proc")) {
797 } else if (!nasm_stricmp(q, "struc")) {
820 } else if (!nasm_stricmp(q, "segment"))
    [all...]

Completed in 1233 milliseconds