Home
last modified time | relevance | path

Searched refs:PREFIX (Results 1 - 25 of 117) sorted by relevance

12345

/third_party/elfutils/lib/
H A Dfixedsizehash.h46 PREFIX prefix to be used for function and data type names
68 #ifndef PREFIX
69 # define PREFIX macro
74 struct CONCAT(PREFIX,fshash) in CONCAT()
77 struct CONCAT(PREFIX,fshashent) in CONCAT()
92 CLASS struct CONCAT(PREFIX,fshash) *
93 CONCAT(PREFIX,fshash_init) (size_t nelems) in CONCAT()
95 struct CONCAT(PREFIX,fshash) *result; in CONCAT()
110 result = (struct CONCAT(PREFIX,fshash) *) in CONCAT()
111 xcalloc (sizeof (struct CONCAT(PREFIX,fshas in CONCAT()
263 #undef PREFIX global() macro
[all...]
/third_party/pulseaudio/sonic/
H A DMakefile17 PREFIX=/usr macro
18 LIBDIR=$(PREFIX)/lib
43 install -d $(DESTDIR)$(PREFIX)/bin $(DESTDIR)$(PREFIX)/include $(DESTDIR)$(PREFIX)/lib
44 install sonic $(DESTDIR)$(PREFIX)/bin
45 install sonic.h $(DESTDIR)$(PREFIX)/include
46 install libsonic.so.$(LIB_TAG) $(DESTDIR)$(PREFIX)/lib
48 ln -sf libsonic.so.$(LIB_TAG) $(DESTDIR)$(PREFIX)/lib/libsonic.so
49 ln -sf libsonic.so.$(LIB_TAG) $(DESTDIR)$(PREFIX)/li
[all...]
/third_party/skia/third_party/externals/brotli/
H A Dconfigure-cmake31 PREFIX=/usr/local
109 --prefix=PREFIX install architecture-independent files in PREFIX
110 [$PREFIX]
111 --bindir=DIR user executables [PREFIX/bin]
112 --sbindir=DIR system admin executables [PREFIX/sbin]
113 --libexecdir=DIR program executables [PREFIX/libexec]
114 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
115 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
116 --localstatedir=DIR modifiable single-machine data [PREFIX/va
[all...]
/third_party/python/Include/cpython/
H A Dfuncobject.h11 #define COMMON_FIELDS(PREFIX) \
12 PyObject *PREFIX ## globals; \
13 PyObject *PREFIX ## builtins; \
14 PyObject *PREFIX ## name; \
15 PyObject *PREFIX ## qualname; \
16 PyObject *PREFIX ## code; /* A code object, the __code__ attribute */ \
17 PyObject *PREFIX ## defaults; /* NULL or a tuple */ \
18 PyObject *PREFIX ## kwdefaults; /* NULL or a dict */ \
19 PyObject *PREFIX ## closure; /* NULL or a tuple of cell objects */
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Dvpaes-x86_64.pl73 $PREFIX="vpaes";
696 .globl ${PREFIX}_set_encrypt_key
697 .type ${PREFIX}_set_encrypt_key,\@function,3
699 ${PREFIX}_set_encrypt_key:
745 .size ${PREFIX}_set_encrypt_key,.-${PREFIX}_set_encrypt_key
747 .globl ${PREFIX}_set_decrypt_key
748 .type ${PREFIX}_set_decrypt_key,\@function,3
750 ${PREFIX}_set_decrypt_key:
801 .size ${PREFIX}_set_decrypt_ke
[all...]
/third_party/openssl/crypto/aes/asm/
H A Dvpaes-x86_64.pl73 $PREFIX="vpaes";
696 .globl ${PREFIX}_set_encrypt_key
697 .type ${PREFIX}_set_encrypt_key,\@function,3
699 ${PREFIX}_set_encrypt_key:
745 .size ${PREFIX}_set_encrypt_key,.-${PREFIX}_set_encrypt_key
747 .globl ${PREFIX}_set_decrypt_key
748 .type ${PREFIX}_set_decrypt_key,\@function,3
750 ${PREFIX}_set_decrypt_key:
801 .size ${PREFIX}_set_decrypt_ke
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DCurrencySpacingEnabledModifier.java20 static final byte PREFIX = 0; field in CurrencySpacingEnabledModifier
43 UnicodeSet prefixUnicodeSet = getUnicodeSet(symbols, IN_CURRENCY, PREFIX); in CurrencySpacingEnabledModifier()
45 afterPrefixUnicodeSet = getUnicodeSet(symbols, IN_NUMBER, PREFIX); in CurrencySpacingEnabledModifier()
47 afterPrefixInsert = getInsertString(symbols, PREFIX); in CurrencySpacingEnabledModifier()
109 length += applyCurrencySpacingAffix(output, prefixStart + prefixLen, PREFIX, symbols); in applyCurrencySpacing()
126 Object affixField = (affix == PREFIX) ? output.fieldAt(index - 1) in applyCurrencySpacingAffix()
131 int affixCp = (affix == PREFIX) ? output.codePointBefore(index) : output.codePointAt(index); in applyCurrencySpacingAffix()
136 int numberCp = (affix == PREFIX) ? output.codePointAt(index) : output.codePointBefore(index); in applyCurrencySpacingAffix()
H A DAffixPatternProvider.java8 public static final int PREFIX = 0x100; field in AffixPatternProvider.Flags
14 public static final int FLAG_POS_PREFIX = Flags.PREFIX;
16 public static final int FLAG_NEG_PREFIX = Flags.PREFIX | Flags.NEGATIVE_SUBPATTERN;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DCurrencySpacingEnabledModifier.java22 static final byte PREFIX = 0; field in CurrencySpacingEnabledModifier
45 UnicodeSet prefixUnicodeSet = getUnicodeSet(symbols, IN_CURRENCY, PREFIX); in CurrencySpacingEnabledModifier()
47 afterPrefixUnicodeSet = getUnicodeSet(symbols, IN_NUMBER, PREFIX); in CurrencySpacingEnabledModifier()
49 afterPrefixInsert = getInsertString(symbols, PREFIX); in CurrencySpacingEnabledModifier()
111 length += applyCurrencySpacingAffix(output, prefixStart + prefixLen, PREFIX, symbols); in applyCurrencySpacing()
128 Object affixField = (affix == PREFIX) ? output.fieldAt(index - 1) in applyCurrencySpacingAffix()
133 int affixCp = (affix == PREFIX) ? output.codePointBefore(index) : output.codePointAt(index); in applyCurrencySpacingAffix()
138 int numberCp = (affix == PREFIX) ? output.codePointAt(index) : output.codePointBefore(index); in applyCurrencySpacingAffix()
H A DAffixPatternProvider.java15 public static final int PREFIX = 0x100; field in AffixPatternProvider.Flags
21 public static final int FLAG_POS_PREFIX = Flags.PREFIX;
23 public static final int FLAG_NEG_PREFIX = Flags.PREFIX | Flags.NEGATIVE_SUBPATTERN;
/third_party/pulseaudio/src/daemon/
H A Ddumpmodules.c38 #define PREFIX "module-" macro
116 if (strlen(e) <= sizeof(PREFIX)-1 || strncmp(e, PREFIX, sizeof(PREFIX)-1)) in callback()
142 if (strlen(l->name) <= sizeof(PREFIX)-1 || strncmp(l->name, PREFIX, sizeof(PREFIX)-1)) in pa_dump_modules()
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmltok_impl.c123 # ifndef PREFIX
124 # define PREFIX(ident) ident
143 PREFIX(scanComment)(const ENCODING *enc, const char *ptr, const char *end,
180 PREFIX(scanDecl)(const ENCODING *enc, const char *ptr, const char *end,
185 return PREFIX(scanComment)(enc, ptr + MINBPC(enc), end, nextTokPtr);
229 PREFIX(checkPiTarget)(const ENCODING *enc, const char *ptr, const char *end,
274 PREFIX(scanPi)(const ENCODING *enc, const char *ptr, const char *end,
291 if (! PREFIX(checkPiTarget)(enc, target, ptr, &tok)) {
314 if (! PREFIX(checkPiTarget)(enc, target, ptr, &tok)) {
334 PREFIX(scanCdataSectio
[all...]
/third_party/python/Modules/expat/
H A Dxmltok_impl.c124 # ifndef PREFIX
125 # define PREFIX(ident) ident macro
145 PREFIX(scanComment)(const ENCODING *enc, const char *ptr, const char *end, in scanComment()
182 PREFIX(scanDecl)(const ENCODING *enc, const char *ptr, const char *end, in scanDecl()
187 return PREFIX(scanComment)(enc, ptr + MINBPC(enc), end, nextTokPtr); in scanDecl()
231 PREFIX(checkPiTarget)(const ENCODING *enc, const char *ptr, const char *end, in checkPiTarget()
276 PREFIX(scanPi)(const ENCODING *enc, const char *ptr, const char *end, in scanPi()
293 if (! PREFIX(checkPiTarget)(enc, target, ptr, &tok)) { in scanPi()
316 if (! PREFIX(checkPiTarget)(enc, target, ptr, &tok)) { in scanPi()
336 PREFIX(scanCdataSectio
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
H A Dtest_stacksave.h18 #define DECLARE_TESTS(PREFIX) \
19 uint32_t PREFIX##test_basic_vla(uint32_t size, uint32_t start, \
21 uint32_t PREFIX##test_vla_in_loop(uint32_t size, uint32_t start, \
23 uint32_t PREFIX##test_two_vlas_in_loops(uint32_t size, uint32_t start, \
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dext_inst.opencl_test.cpp322 #define PREFIX uint32_t(OpenCLLIB::Entrypoints::Printf), "printf" macro
328 {PREFIX, "%4", {4}},
329 {PREFIX, "%4 %5", {4, 5}},
330 {PREFIX, "%4 %5 %6", {4, 5, 6}},
331 {PREFIX, "%4 %5 %6 %7", {4, 5, 6, 7}},
332 {PREFIX, "%4 %5 %6 %7 %8", {4, 5, 6, 7, 8}},
333 {PREFIX, "%4 %5 %6 %7 %8 %9", {4, 5, 6, 7, 8, 9}},
334 {PREFIX, "%4 %5 %6 %7 %8 %9 %10", {4, 5, 6, 7, 8, 9, 10}},
335 {PREFIX, "%4 %5 %6 %7 %8 %9 %10 %11", {4, 5, 6, 7, 8, 9, 10, 11}},
336 {PREFIX, "
343 #undef PREFIX global() macro
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dext_inst.opencl_test.cpp322 #define PREFIX uint32_t(OpenCLLIB::Entrypoints::Printf), "printf" macro
328 {PREFIX, "%4", {4}},
329 {PREFIX, "%4 %5", {4, 5}},
330 {PREFIX, "%4 %5 %6", {4, 5, 6}},
331 {PREFIX, "%4 %5 %6 %7", {4, 5, 6, 7}},
332 {PREFIX, "%4 %5 %6 %7 %8", {4, 5, 6, 7, 8}},
333 {PREFIX, "%4 %5 %6 %7 %8 %9", {4, 5, 6, 7, 8, 9}},
334 {PREFIX, "%4 %5 %6 %7 %8 %9 %10", {4, 5, 6, 7, 8, 9, 10}},
335 {PREFIX, "%4 %5 %6 %7 %8 %9 %10 %11", {4, 5, 6, 7, 8, 9, 10, 11}},
336 {PREFIX, "
343 #undef PREFIX global() macro
[all...]
/third_party/spirv-tools/test/
H A Dext_inst.opencl_test.cpp322 #define PREFIX uint32_t(OpenCLLIB::Entrypoints::Printf), "printf" macro
328 {PREFIX, "%4", {4}},
329 {PREFIX, "%4 %5", {4, 5}},
330 {PREFIX, "%4 %5 %6", {4, 5, 6}},
331 {PREFIX, "%4 %5 %6 %7", {4, 5, 6, 7}},
332 {PREFIX, "%4 %5 %6 %7 %8", {4, 5, 6, 7, 8}},
333 {PREFIX, "%4 %5 %6 %7 %8 %9", {4, 5, 6, 7, 8, 9}},
334 {PREFIX, "%4 %5 %6 %7 %8 %9 %10", {4, 5, 6, 7, 8, 9, 10}},
335 {PREFIX, "%4 %5 %6 %7 %8 %9 %10 %11", {4, 5, 6, 7, 8, 9, 10, 11}},
336 {PREFIX, "
343 #undef PREFIX global() macro
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm64bitCompareTests.cpp153 #define GEN_INT_IMPL(INTTYPE, PREFIX, TYPECHAR, OPNAME, OPERATOR) \
154 struct PREFIX##OPNAME##IntImplClass : public IntCompareOperation<INTTYPE>::Implementation \
160 PREFIX##OPNAME##IntImplClass PREFIX##OPNAME##IntImplInstance;
162 #define GEN_ALL_INT_TYPE_IMPL(INTTYPE, PREFIX, TYPECHAR) \
163 GEN_INT_IMPL(INTTYPE, PREFIX, I, Equal, == ) \
164 GEN_INT_IMPL(INTTYPE, PREFIX, I, NotEqual, != ) \
165 GEN_INT_IMPL(INTTYPE, PREFIX, TYPECHAR, GreaterThan, > ) \
166 GEN_INT_IMPL(INTTYPE, PREFIX, TYPECHAR, GreaterThanEqual, >= ) \
167 GEN_INT_IMPL(INTTYPE, PREFIX, TYPECHA
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dqpeldsp_init.c509 #define SET_QPEL_FUNCS(PFX, IDX, SIZE, CPU, PREFIX) \ in QPEL_OP()
511 c->PFX ## _pixels_tab[IDX][ 0] = PREFIX ## PFX ## SIZE ## _mc00_ ## CPU; \ in QPEL_OP()
512 c->PFX ## _pixels_tab[IDX][ 1] = PREFIX ## PFX ## SIZE ## _mc10_ ## CPU; \ in QPEL_OP()
513 c->PFX ## _pixels_tab[IDX][ 2] = PREFIX ## PFX ## SIZE ## _mc20_ ## CPU; \ in QPEL_OP()
514 c->PFX ## _pixels_tab[IDX][ 3] = PREFIX ## PFX ## SIZE ## _mc30_ ## CPU; \ in QPEL_OP()
515 c->PFX ## _pixels_tab[IDX][ 4] = PREFIX ## PFX ## SIZE ## _mc01_ ## CPU; \ in QPEL_OP()
516 c->PFX ## _pixels_tab[IDX][ 5] = PREFIX ## PFX ## SIZE ## _mc11_ ## CPU; \ in QPEL_OP()
517 c->PFX ## _pixels_tab[IDX][ 6] = PREFIX ## PFX ## SIZE ## _mc21_ ## CPU; \ in QPEL_OP()
518 c->PFX ## _pixels_tab[IDX][ 7] = PREFIX ## PFX ## SIZE ## _mc31_ ## CPU; \ in QPEL_OP()
519 c->PFX ## _pixels_tab[IDX][ 8] = PREFIX ## PF in QPEL_OP()
[all...]
H A Dh264_qpel.c426 #define SET_QPEL_FUNCS0123(PFX, IDX, SIZE, CPU, PREFIX) \
428 c->PFX ## _pixels_tab[IDX][ 0] = PREFIX ## PFX ## SIZE ## _mc00_ ## CPU; \
429 c->PFX ## _pixels_tab[IDX][ 1] = PREFIX ## PFX ## SIZE ## _mc10_ ## CPU; \
430 c->PFX ## _pixels_tab[IDX][ 2] = PREFIX ## PFX ## SIZE ## _mc20_ ## CPU; \
431 c->PFX ## _pixels_tab[IDX][ 3] = PREFIX ## PFX ## SIZE ## _mc30_ ## CPU; \
433 #define SET_QPEL_FUNCS(PFX, IDX, SIZE, CPU, PREFIX) \
435 SET_QPEL_FUNCS0123(PFX, IDX, SIZE, CPU, PREFIX); \
436 c->PFX ## _pixels_tab[IDX][ 4] = PREFIX ## PFX ## SIZE ## _mc01_ ## CPU; \
437 c->PFX ## _pixels_tab[IDX][ 5] = PREFIX ## PFX ## SIZE ## _mc11_ ## CPU; \
438 c->PFX ## _pixels_tab[IDX][ 6] = PREFIX ## PF
[all...]
/third_party/python/Lib/test/
H A Dtest_getpath.py272 PREFIX="/usr",
303 PREFIX="/usr/local",
331 PREFIX="/usr",
362 PREFIX="/usr",
394 PREFIX="/usr",
427 PREFIX="/usr",
457 PREFIX="/usr",
489 PREFIX="/usr/local",
518 PREFIX="/usr",
550 PREFIX
826 PREFIX="", global() variable in MockGetPathTests
[all...]
/third_party/node/test/parallel/
H A Dtest-child-process-internal.js27 const PREFIX = 'NODE_';
28 const normal = { cmd: `foo${PREFIX}` };
29 const internal = { cmd: `${PREFIX}bar` };
32 // Send non-internal message containing PREFIX at a non prefix position
/third_party/ffmpeg/tests/checkasm/
H A Dav_tx.c56 #define CHECK_TEMPLATE(PREFIX, TYPE, DATA_TYPE, SCALE, LENGTHS, CHECK_EXPRESSION) \
73 if (check_func(fn, PREFIX "_%i", len)) { \
95 report(PREFIX "_%i", last_check); \
97 report(PREFIX); \
/third_party/mesa3d/src/egl/
H A Degl-entrypoint-check.py7 PREFIX = 'EGL_ENTRYPOINT(' variable
72 if line.startswith(PREFIX):
74 entrypoints.append(line[len(PREFIX):-len(SUFFIX)])
/third_party/protobuf/
H A Dupdate_file_lists.sh90 local PREFIX=$3
94 awk -v values="$*" -v prefix="$PREFIX" "
152 local PREFIX=$3
156 awk -v values="$*" -v prefix="$PREFIX" "

Completed in 12 milliseconds

12345