/aosp_15_r20/external/python/cpython3/Modules/expat/ |
D | xmltok_impl.c | 125 # define PREFIX(ident) ident macro 145 PREFIX(scanComment)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function 182 PREFIX(scanDecl)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function 231 PREFIX(checkPiTarget)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function 276 PREFIX(scanPi)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function 336 PREFIX(scanCdataSection)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function 355 PREFIX(cdataSectionTok)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function 431 PREFIX(scanEndTag)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function 482 PREFIX(scanHexCharRef)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function 513 PREFIX(scanCharRef)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function [all …]
|
/aosp_15_r20/external/python/cpython2/Modules/expat/ |
D | xmltok_impl.c | 116 #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 …]
|
/aosp_15_r20/external/expat/expat/lib/ |
H A D | xmltok_impl.c | 125 # define PREFIX(ident) ident macro 145 PREFIX(scanComment)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function 182 PREFIX(scanDecl)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function 231 PREFIX(checkPiTarget)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function 276 PREFIX(scanPi)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function 336 PREFIX(scanCdataSection)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function 355 PREFIX(cdataSectionTok)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function 431 PREFIX(scanEndTag)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function 482 PREFIX(scanHexCharRef)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function 513 PREFIX(scanCharRef)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/ |
D | inflate.c | 57 int32_t Z_EXPORT PREFIX(inflateResetKeep)(PREFIX3(stream) *strm) { in PREFIX() function 84 int32_t Z_EXPORT PREFIX(inflateReset)(PREFIX3(stream) *strm) { in PREFIX() function 96 int32_t Z_EXPORT PREFIX(inflateReset2)(PREFIX3(stream) *strm, int32_t windowBits) { in PREFIX() function 131 int32_t Z_EXPORT PREFIX(inflateInit2_)(PREFIX3(stream) *strm, int32_t windowBits, const char *versi… in PREFIX() function 165 int32_t Z_EXPORT PREFIX(inflateInit_)(PREFIX3(stream) *strm, const char *version, int32_t stream_si… in PREFIX() function 169 int32_t Z_EXPORT PREFIX(inflatePrime)(PREFIX3(stream) *strm, int32_t bits, int32_t value) { in PREFIX() function 201 int Z_INTERNAL PREFIX(inflate_ensure_window)(struct inflate_state *state) { in PREFIX() function 392 int32_t Z_EXPORT PREFIX(inflate)(PREFIX3(stream) *strm, int32_t flush) { in PREFIX() function 1092 int32_t Z_EXPORT PREFIX(inflateEnd)(PREFIX3(stream) *strm) { in PREFIX() function 1105 int32_t Z_EXPORT PREFIX(inflateGetDictionary)(PREFIX3(stream) *strm, uint8_t *dictionary, uint32_t … in PREFIX() function [all …]
|
D | gzlib.c | 215 gzFile Z_EXPORT PREFIX(gzopen)(const char *path, const char *mode) { in PREFIX() function 226 gzFile Z_EXPORT PREFIX(gzdopen)(int fd, const char *mode) { in PREFIX() function 240 gzFile Z_EXPORT PREFIX(gzopen_w)(const wchar_t *path, const char *mode) { in PREFIX() function 245 int Z_EXPORT PREFIX(gzclose)(gzFile file) { in PREFIX() function 260 int Z_EXPORT PREFIX(gzbuffer)(gzFile file, unsigned size) { in PREFIX() function 284 int Z_EXPORT PREFIX(gzrewind)(gzFile file) { in PREFIX() function 376 z_off_t Z_EXPORT PREFIX(gzseek)(gzFile file, z_off_t offset, int whence) { in PREFIX() function 401 z_off_t Z_EXPORT PREFIX(gztell)(gzFile file) { in PREFIX() function 433 z_off_t Z_EXPORT PREFIX(gzoffset)(gzFile file) { in PREFIX() function 442 int Z_EXPORT PREFIX(gzeof)(gzFile file) { in PREFIX() function [all …]
|
D | deflate.c | 184 int32_t Z_EXPORT PREFIX(deflateInit_)(PREFIX3(stream) *strm, int32_t level, const char *version, in… in PREFIX() function 190 int32_t Z_EXPORT PREFIX(deflateInit2_)(PREFIX3(stream) *strm, int32_t level, int32_t method, int32_… in PREFIX() function 345 int32_t Z_EXPORT PREFIX(deflateSetDictionary)(PREFIX3(stream) *strm, const uint8_t *dictionary, uin… in PREFIX() function 404 int32_t Z_EXPORT PREFIX(deflateGetDictionary)(PREFIX3(stream) *strm, uint8_t *dictionary, uint32_t … in PREFIX() function 423 int32_t Z_EXPORT PREFIX(deflateResetKeep)(PREFIX3(stream) *strm) { in PREFIX() function 462 int32_t Z_EXPORT PREFIX(deflateReset)(PREFIX3(stream) *strm) { in PREFIX() function 472 int32_t Z_EXPORT PREFIX(deflateSetHeader)(PREFIX3(stream) *strm, PREFIX(gz_headerp) head) { in PREFIX() function 480 int32_t Z_EXPORT PREFIX(deflatePending)(PREFIX3(stream) *strm, uint32_t *pending, int32_t *bits) { in PREFIX() function 491 int32_t Z_EXPORT PREFIX(deflatePrime)(PREFIX3(stream) *strm, int32_t bits, int32_t value) { in PREFIX() function 519 int32_t Z_EXPORT PREFIX(deflateParams)(PREFIX3(stream) *strm, int32_t level, int32_t strategy) { in PREFIX() function [all …]
|
D | gzwrite.c | 234 int Z_EXPORT PREFIX(gzwrite)(gzFile file, void const *buf, unsigned len) { in PREFIX() function 258 size_t Z_EXPORT PREFIX(gzfwrite)(void const *buf, size_t size, size_t nitems, gzFile file) { in PREFIX() function 287 int Z_EXPORT PREFIX(gzputc)(gzFile file, int c) { in PREFIX() function 332 int Z_EXPORT PREFIX(gzputs)(gzFile file, const char *s) { in PREFIX() function 356 int Z_EXPORTVA PREFIX(gzvprintf)(gzFile file, const char *format, va_list va) { in PREFIX() function 412 int Z_EXPORTVA PREFIX(gzprintf)(gzFile file, const char *format, ...) { in PREFIX() function 423 int Z_EXPORT PREFIX(gzflush)(gzFile file, int flush) { in PREFIX() function 452 int Z_EXPORT PREFIX(gzsetparams)(gzFile file, int level, int strategy) { in PREFIX() function 490 int Z_EXPORT PREFIX(gzclose_w)(gzFile file) { in PREFIX() function
|
D | gzread.c.in | 347 int Z_EXPORT PREFIX(gzread)(gzFile file, void *buf, unsigned len) { function 379 size_t Z_EXPORT PREFIX(gzfread)(void *buf, size_t size, size_t nitems, gzFile file) { function 411 int Z_EXPORT PREFIX(gzgetc)(gzFile file) { function 435 int Z_EXPORT PREFIX(gzgetc_)(gzFile file) { function 440 int Z_EXPORT PREFIX(gzungetc)(int c, gzFile file) { function 496 char * Z_EXPORT PREFIX(gzgets)(gzFile file, char *buf, int len) { function 557 int Z_EXPORT PREFIX(gzdirect)(gzFile file) { function 576 int Z_EXPORT PREFIX(gzclose_r)(gzFile file) { function
|
D | crc32_braid_comb.c | 30 unsigned long Z_EXPORT PREFIX(crc32_combine)(unsigned long crc1, unsigned long crc2, z_off_t len2) { in PREFIX() function 36 unsigned long Z_EXPORT PREFIX(crc32_combine_gen)(z_off_t len2) { in PREFIX() function 42 unsigned long Z_EXPORT PREFIX(crc32_combine_op)(unsigned long crc1, unsigned long crc2, const unsig… in PREFIX() function 49 uint32_t Z_EXPORT PREFIX(crc32_combine_gen)(z_off64_t len2) { in PREFIX() function 52 uint32_t Z_EXPORT PREFIX(crc32_combine_op)(uint32_t crc1, uint32_t crc2, const uint32_t op) { in PREFIX() function
|
D | adler32.c | 57 unsigned long Z_EXPORT PREFIX(adler32_z)(unsigned long adler, const unsigned char *buf, size_t len)… in PREFIX() function 61 uint32_t Z_EXPORT PREFIX(adler32_z)(uint32_t adler, const unsigned char *buf, size_t len) { in PREFIX() function 68 unsigned long Z_EXPORT PREFIX(adler32)(unsigned long adler, const unsigned char *buf, unsigned int … in PREFIX() function 72 uint32_t Z_EXPORT PREFIX(adler32)(uint32_t adler, const unsigned char *buf, uint32_t len) { in PREFIX() function 104 unsigned long Z_EXPORT PREFIX(adler32_combine)(unsigned long adler1, unsigned long adler2, z_off_t … in PREFIX() function
|
D | crc32_braid.c | 18 const uint32_t * Z_EXPORT PREFIX(get_crc_table)(void) { in PREFIX() function 23 unsigned long Z_EXPORT PREFIX(crc32_z)(unsigned long crc, const unsigned char *buf, size_t len) { in PREFIX() function 29 uint32_t Z_EXPORT PREFIX(crc32_z)(uint32_t crc, const unsigned char *buf, size_t len) { in PREFIX() function 37 unsigned long Z_EXPORT PREFIX(crc32)(unsigned long crc, const unsigned char *buf, unsigned int len)… in PREFIX() function 41 uint32_t Z_EXPORT PREFIX(crc32)(uint32_t crc, const unsigned char *buf, uint32_t len) { in PREFIX() function
|
D | compress.c | 31 int Z_EXPORT PREFIX(compress2)(unsigned char *dest, z_size_t *destLen, const unsigned char *source, in PREFIX() function 73 int Z_EXPORT PREFIX(compress)(unsigned char *dest, z_size_t *destLen, const unsigned char *source, … in PREFIX() function 81 z_size_t Z_EXPORT PREFIX(compressBound)(z_size_t sourceLen) { in PREFIX() function
|
D | infback.c | 28 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 490 int32_t Z_EXPORT PREFIX(inflateBackEnd)(PREFIX3(stream) *strm) { in PREFIX() function
|
/aosp_15_r20/external/elfutils/lib/ |
H A D | fixedsizehash.h | 69 # define PREFIX macro 74 struct CONCAT(PREFIX,fshash) in CONCAT() argument 92 CLASS struct CONCAT(PREFIX,fshash) * in CONCAT() argument 124 CONCAT(PREFIX,fshash_fini) (struct CONCAT(PREFIX,fshash) *htab) in CONCAT() argument 131 static struct CONCAT(PREFIX,fshashent) * in CONCAT() argument 169 CONCAT(PREFIX,fshash_insert) (struct CONCAT(PREFIX,fshash) *htab, in CONCAT() argument 195 CONCAT(PREFIX,fshash_insert_hash) (struct CONCAT(PREFIX,fshash) *htab, in CONCAT() argument 219 CONCAT(PREFIX,fshash_overwrite) (struct CONCAT(PREFIX,fshash) *htab, in CONCAT() argument 240 CONCAT(PREFIX,fshash_find) (const struct CONCAT(PREFIX,fshash) *htab, in CONCAT() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/arch/s390/ |
D | dfltcc_deflate.c | 32 void Z_INTERNAL *PREFIX(dfltcc_alloc_deflate_state)(PREFIX3(streamp) strm) { in PREFIX() function 36 void Z_INTERNAL PREFIX(dfltcc_reset_deflate_state)(PREFIX3(streamp) strm) { in PREFIX() function 49 void Z_INTERNAL PREFIX(dfltcc_copy_deflate_state)(void *dst, const void *src) { in PREFIX() function 77 int Z_INTERNAL PREFIX(dfltcc_can_deflate)(PREFIX3(streamp) strm) { in PREFIX() function 128 int Z_INTERNAL PREFIX(dfltcc_deflate)(PREFIX3(streamp) strm, int flush, block_state *result) { in PREFIX() function 333 int Z_INTERNAL PREFIX(dfltcc_deflate_params)(PREFIX3(streamp) strm, int level, int strategy, int *f… in PREFIX() function 351 int Z_INTERNAL PREFIX(dfltcc_deflate_done)(PREFIX3(streamp) strm, int flush) { in PREFIX() function 370 int Z_INTERNAL PREFIX(dfltcc_can_set_reproducible)(PREFIX3(streamp) strm, int reproducible) { in PREFIX() function 409 int Z_INTERNAL PREFIX(dfltcc_deflate_set_dictionary)(PREFIX3(streamp) strm, in PREFIX() function 421 int Z_INTERNAL PREFIX(dfltcc_deflate_get_dictionary)(PREFIX3(streamp) strm, unsigned char *dictiona… in PREFIX() function
|
D | dfltcc_inflate.c | 23 struct inflate_state Z_INTERNAL *PREFIX(dfltcc_alloc_inflate_state)(PREFIX3(streamp) strm) { in PREFIX() function 27 void Z_INTERNAL PREFIX(dfltcc_reset_inflate_state)(PREFIX3(streamp) strm) { in PREFIX() function 34 void Z_INTERNAL PREFIX(dfltcc_copy_inflate_state)(struct inflate_state *dst, const struct inflate_s… in PREFIX() function 38 int Z_INTERNAL PREFIX(dfltcc_can_inflate)(PREFIX3(streamp) strm) { in PREFIX() function 65 dfltcc_inflate_action Z_INTERNAL PREFIX(dfltcc_inflate)(PREFIX3(streamp) strm, int flush, int *ret)… in PREFIX() function 130 int Z_INTERNAL PREFIX(dfltcc_was_inflate_used)(PREFIX3(streamp) strm) { in PREFIX() function 137 int Z_INTERNAL PREFIX(dfltcc_inflate_disable)(PREFIX3(streamp) strm) { in PREFIX() function
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/public/ |
H A D | pb_macros.h | 113 #define PERFETTO_I_PB_FIELD_STRING(PREFIX, PROTO, C_TYPE, NAME, NUM) \ argument 133 #define PERFETTO_I_PB_FIELD_VARINT(PREFIX, PROTO, C_TYPE, NAME, NUM) \ argument 140 #define PERFETTO_I_PB_FIELD_ZIGZAG(PREFIX, PROTO, C_TYPE, NAME, NUM) \ argument 148 #define PERFETTO_I_PB_FIELD_FIXED64(PREFIX, PROTO, C_TYPE, NAME, NUM) \ argument 156 #define PERFETTO_I_PB_FIELD_FIXED32(PREFIX, PROTO, C_TYPE, NAME, NUM) \ argument 164 #define PERFETTO_I_PB_FIELD_MSG(PREFIX, PROTO, C_TYPE, NAME, NUM) \ argument 177 #define PERFETTO_I_PB_FIELD_PACKED(PREFIX, PROTO, C_TYPE, NAME, NUM) \ argument
|
/aosp_15_r20/external/perfetto/include/perfetto/public/ |
H A D | pb_macros.h | 113 #define PERFETTO_I_PB_FIELD_STRING(PREFIX, PROTO, C_TYPE, NAME, NUM) \ argument 133 #define PERFETTO_I_PB_FIELD_VARINT(PREFIX, PROTO, C_TYPE, NAME, NUM) \ argument 140 #define PERFETTO_I_PB_FIELD_ZIGZAG(PREFIX, PROTO, C_TYPE, NAME, NUM) \ argument 148 #define PERFETTO_I_PB_FIELD_FIXED64(PREFIX, PROTO, C_TYPE, NAME, NUM) \ argument 156 #define PERFETTO_I_PB_FIELD_FIXED32(PREFIX, PROTO, C_TYPE, NAME, NUM) \ argument 164 #define PERFETTO_I_PB_FIELD_MSG(PREFIX, PROTO, C_TYPE, NAME, NUM) \ argument 177 #define PERFETTO_I_PB_FIELD_PACKED(PREFIX, PROTO, C_TYPE, NAME, NUM) \ argument
|
/aosp_15_r20/frameworks/compile/slang/ |
D | rs_cc_options.cpp | 39 #define PREFIX(NAME, VALUE) macro 40 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument 49 #define PREFIX(NAME, VALUE) const char *const NAME[] = VALUE; macro 50 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument 57 #define PREFIX(NAME, VALUE) macro 58 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/adapted/adt/detail/ |
D | adapt_base.hpp | 52 ATTRIBUTE_TUPLE_SIZE, PREFIX, TEMPLATE_PARAMS_SEQ) \ argument 68 ATTRIBUTE_TUPLE_SIZE, PREFIX, TEMPLATE_PARAMS_SEQ) \ argument 78 NAME_SEQ, ATTRIBUTE, ATTRIBUTE_TUPLE_SIZE, PREFIX, TEMPLATE_PARAMS_SEQ) \ argument 90 NAME_SEQ, ATTRIBUTE, ATTRIBUTE_TUPLE_SIZE, PREFIX, TEMPLATE_PARAMS_SEQ) \ argument 97 TEMPLATE_PARAMS_SEQ,NAME_SEQ,I,PREFIX, \ argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/adapted/struct/detail/ |
D | adapt_base.hpp | 70 NAME_SEQ, ATTRIBUTE, ATTRIBUTE_TUPLE_SIZE, PREFIX, TEMPLATE_PARAMS_SEQ) \ argument 90 NAME_SEQ, ATTRIBUTE, ATTRIBUTE_TUPLE_SIZE, PREFIX, TEMPLATE_PARAMS_SEQ) \ argument 106 NAME_SEQ, ATTRIBUTE, ATTRIBUTE_TUPLE_SIZE, PREFIX, TEMPLATE_PARAMS_SEQ) \ argument 165 I,PREFIX,ATTRIBUTE,ATTRIBUTE_TUPLE_SIZE, \ argument
|
/aosp_15_r20/system/media/audio_utils/tests/ |
H A D | fdtostring_tests.cpp | 28 const std::string PREFIX{"aa "}; in TEST() local 45 const std::string PREFIX{"aa "}; in TEST() local 64 const std::string PREFIX{"- "}; in TEST() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Option/ |
D | OptTable.h | 359 #define LLVM_MAKE_OPT_ID_WITH_ID_PREFIX( \ argument 364 #define LLVM_MAKE_OPT_ID(PREFIX, PREFIXED_NAME, ID, KIND, GROUP, ALIAS, \ argument 371 #define LLVM_CONSTRUCT_OPT_INFO_WITH_ID_PREFIX( \ argument 380 #define LLVM_CONSTRUCT_OPT_INFO(PREFIX, PREFIXED_NAME, ID, KIND, GROUP, ALIAS, \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Option/ |
D | OptTable.h | 359 #define LLVM_MAKE_OPT_ID_WITH_ID_PREFIX( \ argument 364 #define LLVM_MAKE_OPT_ID(PREFIX, PREFIXED_NAME, ID, KIND, GROUP, ALIAS, \ argument 371 #define LLVM_CONSTRUCT_OPT_INFO_WITH_ID_PREFIX( \ argument 380 #define LLVM_CONSTRUCT_OPT_INFO(PREFIX, PREFIXED_NAME, ID, KIND, GROUP, ALIAS, \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Option/ |
D | OptTable.h | 359 #define LLVM_MAKE_OPT_ID_WITH_ID_PREFIX( \ argument 364 #define LLVM_MAKE_OPT_ID(PREFIX, PREFIXED_NAME, ID, KIND, GROUP, ALIAS, \ argument 371 #define LLVM_CONSTRUCT_OPT_INFO_WITH_ID_PREFIX( \ argument 380 #define LLVM_CONSTRUCT_OPT_INFO(PREFIX, PREFIXED_NAME, ID, KIND, GROUP, ALIAS, \ argument
|