Home
last modified time | relevance | path

Searched refs:DEFINE (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Tools/scripts/
H A Dgenerate_opcode_h.py58 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 Dmake-tests.sh59 -D?*) DEFINE="`echo \"${FLAG}\" | sed 's/^..//'`"
60 PGMDFNS="${PGMDFNS} '${DEFINE}'"
/third_party/node/deps/v8/src/base/
H A Dexport-template.h64 EXPORT_TEMPLATE_INVOKE(DEFINE, EXPORT_TEMPLATE_STYLE(export, ), export)
/third_party/curl/lib/
H A Ddict.c281 "DEFINE " in dict_do()
/third_party/pcre2/pcre2/src/
H A Dpcre2_internal.h926 #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 DConfigure2200 qr/^\s* DEFINE ${index_re} \s* = \s* ${value_re} \s* $/x
/third_party/openssl/
H A DConfigure2195 qr/^\s* DEFINE ${index_re} \s* = \s* ${value_re} \s* $/x
/third_party/ltp/scripts/
H A Dcheckpatch.pl1019 (?:$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