Home
last modified time | relevance | path

Searched defs:PREFIX (Results 1 – 25 of 268) sorted by relevance

1234567891011

/external/python/cpython2/Modules/expat/
Dxmltok_impl.c116 #define PREFIX(ident) ident macro
140 PREFIX(scanComment)(const ENCODING *enc, const char *ptr, in PREFIX() function
178 PREFIX(scanDecl)(const ENCODING *enc, const char *ptr, in PREFIX() function
223 PREFIX(checkPiTarget)(const ENCODING *UNUSED_P(enc), const char *ptr, in PREFIX() function
268 PREFIX(scanPi)(const ENCODING *enc, const char *ptr, in PREFIX() function
327 PREFIX(scanCdataSection)(const ENCODING *UNUSED_P(enc), const char *ptr, in PREFIX() function
346 PREFIX(cdataSectionTok)(const ENCODING *enc, const char *ptr, in PREFIX() function
421 PREFIX(scanEndTag)(const ENCODING *enc, const char *ptr, in PREFIX() function
469 PREFIX(scanHexCharRef)(const ENCODING *enc, const char *ptr, in PREFIX() function
501 PREFIX(scanCharRef)(const ENCODING *enc, const char *ptr, in PREFIX() function
[all …]
/external/expat/lib/
Dxmltok_impl.c116 # define PREFIX(ident) ident macro
135 PREFIX(scanComment)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
172 PREFIX(scanDecl)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
221 PREFIX(checkPiTarget)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
266 PREFIX(scanPi)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
326 PREFIX(scanCdataSection)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
345 PREFIX(cdataSectionTok)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
421 PREFIX(scanEndTag)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
472 PREFIX(scanHexCharRef)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
503 PREFIX(scanCharRef)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
[all …]
/external/python/cpython3/Modules/expat/
Dxmltok_impl.c116 # define PREFIX(ident) ident macro
135 PREFIX(scanComment)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
172 PREFIX(scanDecl)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
221 PREFIX(checkPiTarget)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
266 PREFIX(scanPi)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
326 PREFIX(scanCdataSection)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
345 PREFIX(cdataSectionTok)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
421 PREFIX(scanEndTag)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
472 PREFIX(scanHexCharRef)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
503 PREFIX(scanCharRef)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/
Dgzlib.c214 gzFile Z_EXPORT PREFIX(gzopen)(const char *path, const char *mode) { in PREFIX() function
225 gzFile Z_EXPORT PREFIX(gzdopen)(int fd, const char *mode) { in PREFIX() function
239 gzFile Z_EXPORT PREFIX(gzopen_w)(const wchar_t *path, const char *mode) { in PREFIX() function
245 int Z_EXPORT PREFIX(gzbuffer)(gzFile file, unsigned size) { in PREFIX() function
269 int Z_EXPORT PREFIX(gzrewind)(gzFile file) { in PREFIX() function
361 z_off_t Z_EXPORT PREFIX(gzseek)(gzFile file, z_off_t offset, int whence) { in PREFIX() function
386 z_off_t Z_EXPORT PREFIX(gztell)(gzFile file) { in PREFIX() function
418 z_off_t Z_EXPORT PREFIX(gzoffset)(gzFile file) { in PREFIX() function
427 int Z_EXPORT PREFIX(gzeof)(gzFile file) { in PREFIX() function
442 const char * Z_EXPORT PREFIX(gzerror)(gzFile file, int *errnum) { in PREFIX() function
[all …]
Dinflate.c55 int32_t Z_EXPORT PREFIX(inflateResetKeep)(PREFIX3(stream) *strm) { in PREFIX() function
82 int32_t Z_EXPORT PREFIX(inflateReset)(PREFIX3(stream) *strm) { in PREFIX() function
94 int32_t Z_EXPORT PREFIX(inflateReset2)(PREFIX3(stream) *strm, int32_t windowBits) { in PREFIX() function
129 int32_t Z_EXPORT PREFIX(inflateInit2_)(PREFIX3(stream) *strm, int32_t windowBits, const char *versi… in PREFIX() function
167 int32_t Z_EXPORT PREFIX(inflateInit_)(PREFIX3(stream) *strm, const char *version, int32_t stream_si… in PREFIX() function
171 int32_t Z_EXPORT PREFIX(inflatePrime)(PREFIX3(stream) *strm, int32_t bits, int32_t value) { in PREFIX() function
368 int32_t Z_EXPORT PREFIX(inflate)(PREFIX3(stream) *strm, int32_t flush) { in PREFIX() function
1083 int32_t Z_EXPORT PREFIX(inflateEnd)(PREFIX3(stream) *strm) { in PREFIX() function
1096 int32_t Z_EXPORT PREFIX(inflateGetDictionary)(PREFIX3(stream) *strm, uint8_t *dictionary, uint32_t … in PREFIX() function
1114 int32_t Z_EXPORT PREFIX(inflateSetDictionary)(PREFIX3(stream) *strm, const uint8_t *dictionary, uin… in PREFIX() function
[all …]
Dgzwrite.c233 int Z_EXPORT PREFIX(gzwrite)(gzFile file, void const *buf, unsigned len) { in PREFIX() function
257 size_t Z_EXPORT PREFIX(gzfwrite)(void const *buf, size_t size, size_t nitems, gzFile file) { in PREFIX() function
286 int Z_EXPORT PREFIX(gzputc)(gzFile file, int c) { in PREFIX() function
331 int Z_EXPORT PREFIX(gzputs)(gzFile file, const char *s) { in PREFIX() function
355 int Z_EXPORTVA PREFIX(gzvprintf)(gzFile file, const char *format, va_list va) { in PREFIX() function
411 int Z_EXPORTVA PREFIX(gzprintf)(gzFile file, const char *format, ...) { in PREFIX() function
422 int Z_EXPORT PREFIX(gzflush)(gzFile file, int flush) { in PREFIX() function
451 int Z_EXPORT PREFIX(gzsetparams)(gzFile file, int level, int strategy) { in PREFIX() function
489 int Z_EXPORT PREFIX(gzclose_w)(gzFile file) { in PREFIX() function
Dadler32.c81 unsigned long Z_EXPORT PREFIX(adler32_z)(unsigned long adler, const unsigned char *buf, size_t len)… function
85 uint32_t Z_EXPORT PREFIX(adler32_z)(uint32_t adler, const unsigned char *buf, size_t len) { function
92 unsigned long Z_EXPORT PREFIX(adler32)(unsigned long adler, const unsigned char *buf, unsigned int … function
96 uint32_t Z_EXPORT PREFIX(adler32)(uint32_t adler, const unsigned char *buf, uint32_t len) { function
128 unsigned long Z_EXPORT PREFIX(adler32_combine)(unsigned long adler1, unsigned long adler2, z_off_t … function
Dcrc32.c28 const uint32_t * Z_EXPORT PREFIX(get_crc_table)(void) { in PREFIX() function
33 unsigned long Z_EXPORT PREFIX(crc32_z)(unsigned long crc, const unsigned char *buf, size_t len) { in PREFIX() function
39 uint32_t Z_EXPORT PREFIX(crc32_z)(uint32_t crc, const unsigned char *buf, size_t len) { in PREFIX() function
73 unsigned long Z_EXPORT PREFIX(crc32)(unsigned long crc, const unsigned char *buf, unsigned int len)… in PREFIX() function
77 uint32_t Z_EXPORT PREFIX(crc32)(uint32_t crc, const unsigned char *buf, uint32_t len) { in PREFIX() function
193 unsigned long Z_EXPORT PREFIX(crc32_combine)(unsigned long crc1, unsigned long crc2, z_off_t len2) { in PREFIX() function
284 void Z_EXPORT PREFIX(crc32_combine_gen)(uint32_t *op, z_off_t len2) { in PREFIX() function
294 uint32_t Z_EXPORT PREFIX(crc32_combine_op)(uint32_t crc1, uint32_t crc2, const uint32_t *op) { in PREFIX() function
Dgzread.c346 int Z_EXPORT PREFIX(gzread)(gzFile file, void *buf, unsigned len) { in PREFIX() function
378 size_t Z_EXPORT PREFIX(gzfread)(void *buf, size_t size, size_t nitems, gzFile file) { in PREFIX() function
410 int Z_EXPORT PREFIX(gzgetc)(gzFile file) { in PREFIX() function
434 int Z_EXPORT PREFIX(gzgetc_)(gzFile file) { in PREFIX() function
439 int Z_EXPORT PREFIX(gzungetc)(int c, gzFile file) { in PREFIX() function
495 char * Z_EXPORT PREFIX(gzgets)(gzFile file, char *buf, int len) { in PREFIX() function
556 int Z_EXPORT PREFIX(gzdirect)(gzFile file) { in PREFIX() function
575 int Z_EXPORT PREFIX(gzclose_r)(gzFile file) { in PREFIX() function
Dcompress.c25 int Z_EXPORT PREFIX(compress2)(unsigned char *dest, z_size_t *destLen, const unsigned char *source, in PREFIX() function
67 int Z_EXPORT PREFIX(compress)(unsigned char *dest, z_size_t *destLen, const unsigned char *source, … in PREFIX() function
75 z_size_t Z_EXPORT PREFIX(compressBound)(z_size_t sourceLen) { in PREFIX() function
Ddeflate.c252 int32_t Z_EXPORT PREFIX(deflateInit_)(PREFIX3(stream) *strm, int32_t level, const char *version, in… in PREFIX() function
258 int32_t Z_EXPORT PREFIX(deflateInit2_)(PREFIX3(stream) *strm, int32_t level, int32_t method, int32_… in PREFIX() function
422 int32_t Z_EXPORT PREFIX(deflateSetDictionary)(PREFIX3(stream) *strm, const uint8_t *dictionary, uin… in PREFIX() function
481 int32_t Z_EXPORT PREFIX(deflateGetDictionary)(PREFIX3(stream) *strm, uint8_t *dictionary, uint32_t … in PREFIX() function
500 int32_t Z_EXPORT PREFIX(deflateResetKeep)(PREFIX3(stream) *strm) { in PREFIX() function
539 int32_t Z_EXPORT PREFIX(deflateReset)(PREFIX3(stream) *strm) { in PREFIX() function
549 int32_t Z_EXPORT PREFIX(deflateSetHeader)(PREFIX3(stream) *strm, PREFIX(gz_headerp) head) { in PREFIX() function
557 int32_t Z_EXPORT PREFIX(deflatePending)(PREFIX3(stream) *strm, uint32_t *pending, int32_t *bits) { in PREFIX() function
568 int32_t Z_EXPORT PREFIX(deflatePrime)(PREFIX3(stream) *strm, int32_t bits, int32_t value) { in PREFIX() function
596 int32_t Z_EXPORT PREFIX(deflateParams)(PREFIX3(stream) *strm, int32_t level, int32_t strategy) { in PREFIX() function
[all …]
Dinfback.c28 int32_t Z_EXPORT PREFIX(inflateBackInit_)(PREFIX3(stream) *strm, int32_t windowBits, uint8_t *windo… in PREFIX() function
130 int32_t Z_EXPORT PREFIX(inflateBack)(PREFIX3(stream) *strm, in_func in, void *in_desc, out_func out… in PREFIX() function
503 int32_t Z_EXPORT PREFIX(inflateBackEnd)(PREFIX3(stream) *strm) { in PREFIX() function
Duncompr.c30 int Z_EXPORT PREFIX(uncompress2)(unsigned char *dest, z_size_t *destLen, const unsigned char *sourc… in PREFIX() function
83 int Z_EXPORT PREFIX(uncompress)(unsigned char *dest, z_size_t *destLen, const unsigned char *source… in PREFIX() function
Dzbuild.h14 # define PREFIX(x) x macro
21 # define PREFIX(x) zng_ ## x macro
Dzutil.c38 unsigned long Z_EXPORT PREFIX(zlibCompileFlags)(void) { in PREFIX() function
101 const char * Z_EXPORT PREFIX(zError)(int err) { in PREFIX() function
Dgzclose.c12 int Z_EXPORT PREFIX(gzclose)(gzFile file) { in PREFIX() function
/external/elfutils/lib/
Dfixedsizehash.h75 # define PREFIX macro
80 struct CONCAT(PREFIX,fshash) in CONCAT() argument
98 CLASS struct CONCAT(PREFIX,fshash) * in CONCAT() argument
130 CONCAT(PREFIX,fshash_fini) (struct CONCAT(PREFIX,fshash) *htab) in CONCAT() argument
137 static struct CONCAT(PREFIX,fshashent) * in CONCAT() argument
175 CONCAT(PREFIX,fshash_insert) (struct CONCAT(PREFIX,fshash) *htab, in CONCAT() argument
201 CONCAT(PREFIX,fshash_insert_hash) (struct CONCAT(PREFIX,fshash) *htab, in CONCAT() argument
225 CONCAT(PREFIX,fshash_overwrite) (struct CONCAT(PREFIX,fshash) *htab, in CONCAT() argument
246 CONCAT(PREFIX,fshash_find) (const struct CONCAT(PREFIX,fshash) *htab, in CONCAT() argument
/external/llvm-project/flang/include/flang/Evaluate/
Dtype.h435 #define FOR_EACH_INTEGER_KIND_HELP(PREFIX, SUFFIX, K) \ argument
437 #define FOR_EACH_REAL_KIND_HELP(PREFIX, SUFFIX, K) \ argument
439 #define FOR_EACH_COMPLEX_KIND_HELP(PREFIX, SUFFIX, K) \ argument
441 #define FOR_EACH_CHARACTER_KIND_HELP(PREFIX, SUFFIX, K) \ argument
443 #define FOR_EACH_LOGICAL_KIND_HELP(PREFIX, SUFFIX, K) \ argument
446 #define FOR_EACH_INTEGER_KIND(PREFIX, SUFFIX) \ argument
448 #define FOR_EACH_REAL_KIND(PREFIX, SUFFIX) \ argument
450 #define FOR_EACH_COMPLEX_KIND(PREFIX, SUFFIX) \ argument
452 #define FOR_EACH_CHARACTER_KIND(PREFIX, SUFFIX) \ argument
454 #define FOR_EACH_LOGICAL_KIND(PREFIX, SUFFIX) \ argument
[all …]
/external/autotest/site_utils/bootperf-bin/
Dresultset.py258 PREFIX = 'seconds_kernel_to_' variable in _TimeKeySet
298 PREFIX = 'seconds_power_on_to_' variable in _FirmwareKeySet
308 PREFIX = '' variable in _RebootKeySet
356 PREFIX = 'rdbytes_kernel_to_' variable in _DiskKeySet
/external/clang/lib/Driver/
DDriverOptions.cpp19 #define PREFIX(NAME, VALUE) static const char *const NAME[] = VALUE; macro
24 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument
/external/llvm-project/clang/lib/Driver/
DDriverOptions.cpp19 #define PREFIX(NAME, VALUE) static const char *const NAME[] = VALUE; macro
24 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument
/external/llvm-project/llvm/tools/llvm-objcopy/
DCopyConfig.cpp31 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument
38 #define PREFIX(NAME, VALUE) const char *const OBJCOPY_##NAME[] = VALUE; macro
43 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument
68 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument
75 #define PREFIX(NAME, VALUE) \ macro
81 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument
106 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument
113 #define PREFIX(NAME, VALUE) const char *const BITCODE_STRIP_##NAME[] = VALUE; macro
118 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument
143 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument
[all …]
/external/llvm-project/llvm/tools/llvm-mt/
Dllvm-mt.cpp38 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument
45 #define PREFIX(NAME, VALUE) const char *const NAME[] = VALUE; macro
50 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument
/external/swiftshader/third_party/subzero/crosstest/
Dtest_stacksave.h18 #define DECLARE_TESTS(PREFIX) \ argument
/external/eigen/Eigen/src/SuperLUSupport/
DSuperLUSupport.h16 #define DECL_GSSVX(PREFIX,FLOATTYPE,KEYTYPE) \ argument
76 #define DECL_GSISX(PREFIX,FLOATTYPE,KEYTYPE) \ argument

1234567891011