Home
last modified time | relevance | path

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

12345678910

/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.c124 # define PREFIX(ident) ident macro
143 PREFIX(scanComment)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
180 PREFIX(scanDecl)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
229 PREFIX(checkPiTarget)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
274 PREFIX(scanPi)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
334 PREFIX(scanCdataSection)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
353 PREFIX(cdataSectionTok)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
429 PREFIX(scanEndTag)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
480 PREFIX(scanHexCharRef)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
511 PREFIX(scanCharRef)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
[all …]
/external/python/cpython3/Modules/expat/
Dxmltok_impl.c124 # define PREFIX(ident) ident macro
143 PREFIX(scanComment)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
180 PREFIX(scanDecl)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
229 PREFIX(checkPiTarget)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
274 PREFIX(scanPi)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
334 PREFIX(scanCdataSection)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
353 PREFIX(cdataSectionTok)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
429 PREFIX(scanEndTag)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
480 PREFIX(scanHexCharRef)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
511 PREFIX(scanCharRef)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/
Dgzlib.c215 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 …]
Dinflate.c57 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
169 int32_t Z_EXPORT PREFIX(inflateInit_)(PREFIX3(stream) *strm, const char *version, int32_t stream_si… in PREFIX() function
173 int32_t Z_EXPORT PREFIX(inflatePrime)(PREFIX3(stream) *strm, int32_t bits, int32_t value) { in PREFIX() function
370 int32_t Z_EXPORT PREFIX(inflate)(PREFIX3(stream) *strm, int32_t flush) { in PREFIX() function
1062 int32_t Z_EXPORT PREFIX(inflateEnd)(PREFIX3(stream) *strm) { in PREFIX() function
1075 int32_t Z_EXPORT PREFIX(inflateGetDictionary)(PREFIX3(stream) *strm, uint8_t *dictionary, uint32_t … in PREFIX() function
1093 int32_t Z_EXPORT PREFIX(inflateSetDictionary)(PREFIX3(stream) *strm, const uint8_t *dictionary, uin… in PREFIX() function
[all …]
Dgzwrite.c234 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
Dgzread.c347 int Z_EXPORT PREFIX(gzread)(gzFile file, void *buf, unsigned len) { in PREFIX() function
379 size_t Z_EXPORT PREFIX(gzfread)(void *buf, size_t size, size_t nitems, gzFile file) { in PREFIX() function
411 int Z_EXPORT PREFIX(gzgetc)(gzFile file) { in PREFIX() function
435 int Z_EXPORT PREFIX(gzgetc_)(gzFile file) { in PREFIX() function
440 int Z_EXPORT PREFIX(gzungetc)(int c, gzFile file) { in PREFIX() function
496 char * Z_EXPORT PREFIX(gzgets)(gzFile file, char *buf, int len) { in PREFIX() function
557 int Z_EXPORT PREFIX(gzdirect)(gzFile file) { in PREFIX() function
576 int Z_EXPORT PREFIX(gzclose_r)(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.c22 const uint32_t * Z_EXPORT PREFIX(get_crc_table)(void) { in PREFIX() function
27 unsigned long Z_EXPORT PREFIX(crc32_z)(unsigned long crc, const unsigned char *buf, size_t len) { in PREFIX() function
33 uint32_t Z_EXPORT PREFIX(crc32_z)(uint32_t crc, const unsigned char *buf, size_t len) { in PREFIX() function
67 unsigned long Z_EXPORT PREFIX(crc32)(unsigned long crc, const unsigned char *buf, unsigned int len)… in PREFIX() function
71 uint32_t Z_EXPORT PREFIX(crc32)(uint32_t crc, const unsigned char *buf, uint32_t len) { 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.c249 int32_t Z_EXPORT PREFIX(deflateInit_)(PREFIX3(stream) *strm, int32_t level, const char *version, in… in PREFIX() function
255 int32_t Z_EXPORT PREFIX(deflateInit2_)(PREFIX3(stream) *strm, int32_t level, int32_t method, int32_… in PREFIX() function
419 int32_t Z_EXPORT PREFIX(deflateSetDictionary)(PREFIX3(stream) *strm, const uint8_t *dictionary, uin… in PREFIX() function
478 int32_t Z_EXPORT PREFIX(deflateGetDictionary)(PREFIX3(stream) *strm, uint8_t *dictionary, uint32_t … in PREFIX() function
497 int32_t Z_EXPORT PREFIX(deflateResetKeep)(PREFIX3(stream) *strm) { in PREFIX() function
536 int32_t Z_EXPORT PREFIX(deflateReset)(PREFIX3(stream) *strm) { in PREFIX() function
546 int32_t Z_EXPORT PREFIX(deflateSetHeader)(PREFIX3(stream) *strm, PREFIX(gz_headerp) head) { in PREFIX() function
554 int32_t Z_EXPORT PREFIX(deflatePending)(PREFIX3(stream) *strm, uint32_t *pending, int32_t *bits) { in PREFIX() function
565 int32_t Z_EXPORT PREFIX(deflatePrime)(PREFIX3(stream) *strm, int32_t bits, int32_t value) { in PREFIX() function
593 int32_t Z_EXPORT PREFIX(deflateParams)(PREFIX3(stream) *strm, int32_t level, int32_t strategy) { in PREFIX() function
[all …]
Dcrc32_comb.c37 unsigned long Z_EXPORT PREFIX(crc32_combine)(unsigned long crc1, unsigned long crc2, z_off_t len2) { in PREFIX() function
96 void Z_EXPORT PREFIX(crc32_combine_gen)(uint32_t *op, z_off_t len2) { in PREFIX() function
106 uint32_t Z_EXPORT PREFIX(crc32_combine_op)(uint32_t crc1, uint32_t crc2, const uint32_t *op) { in PREFIX() function
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
Dzutil.c36 unsigned long Z_EXPORT PREFIX(zlibCompileFlags)(void) { in PREFIX() function
99 const char * Z_EXPORT PREFIX(zError)(int err) { in PREFIX() function
Dzbuild.h14 # define PREFIX(x) x macro
21 # define PREFIX(x) zng_ ## x macro
/external/elfutils/lib/
Dfixedsizehash.h69 # 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
/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/eigen/Eigen/src/SuperLUSupport/
DSuperLUSupport.h16 #define DECL_GSSVX(PREFIX,FLOATTYPE,KEYTYPE) \ argument
76 #define DECL_GSISX(PREFIX,FLOATTYPE,KEYTYPE) \ argument
/external/perfetto/python/test/
Dresolver_unittest.py24 PREFIX = 'simple' variable in SimpleResolver
48 PREFIX = 'recursive' variable in RecursiveResolver
/external/swiftshader/third_party/subzero/crosstest/
Dtest_stacksave.h18 #define DECLARE_TESTS(PREFIX) \ argument
/external/protobuf/src/google/protobuf/stubs/
Dmathlimits.cc67 #define DEF_FP_LIMITS(Type, PREFIX) \ argument
/external/selinux/libsemanage/include/
DMakefile2 PREFIX ?= /usr macro
/external/selinux/dbus/
DMakefile1 PREFIX ?= /usr macro

12345678910