Searched refs:DEFINE (Results 1 - 8 of 8) sorted by relevance
/third_party/python/Tools/scripts/ |
H A D | generate_opcode_h.py | 58 DEFINE = "#define {:<38} {:>3}\n" variable 111 fobj.write(DEFINE.format(name, opmap[name])) 113 fobj.write(DEFINE.format("HAVE_ARGUMENT", opcode["HAVE_ARGUMENT"])) 116 fobj.write(DEFINE.format(name, op)) 150 fobj.write(DEFINE.format(op, i))
|
/third_party/curl/packages/OS400/ |
H A D | make-tests.sh | 59 -D?*) DEFINE="`echo \"${FLAG}\" | sed 's/^..//'`" 60 PGMDFNS="${PGMDFNS} '${DEFINE}'"
|
/third_party/node/deps/v8/src/base/ |
H A D | export-template.h | 64 EXPORT_TEMPLATE_INVOKE(DEFINE, EXPORT_TEMPLATE_STYLE(export, ), export)
|
/third_party/curl/lib/ |
H A D | dict.c | 281 "DEFINE " in dict_do()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_internal.h | 926 #define STRING_DEFINE "DEFINE" 1585 OP_FALSE, /* 148 Always false (used by DEFINE and VERSION) */ 1617 /* This is used to identify a DEFINE group during compilation so that it can 1778 1 /* DEFINE */
|
/third_party/node/deps/openssl/openssl/ |
H A D | Configure | 2200 qr/^\s* DEFINE ${index_re} \s* = \s* ${value_re} \s* $/x
|
/third_party/openssl/ |
H A D | Configure | 2195 qr/^\s* DEFINE ${index_re} \s* = \s* ${value_re} \s* $/x
|
/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 1019 (?:$Storage\s+)?(?:[A-Z_][A-Z0-9]*_){0,2}(?:DEFINE|DECLARE)(?:_[A-Z0-9]+){1,6}\s*\(| 2043 print "DEFINE($1,$2)\n" if ($dbg_values > 1);
|
Completed in 22 milliseconds