Home
last modified time | relevance | path

Searched refs:STRINGIFY (Results 1 – 25 of 36) sorted by relevance

12

/external/libmojo/mojo/public/c/system/tests/
Dcore_unittest_pure_c.c19 #define STRINGIFY(x) #x macro
20 #define STRINGIFY2(x) STRINGIFY(x)
28 return FAILURE(STRINGIFY(a) " != " STRINGIFY(b) " (expected ==)"); \
33 return FAILURE(STRINGIFY(a) " == " STRINGIFY(b) " (expected !=)"); \
/external/ImageMagick/MagickCore/
Daccelerate-kernels-private.h36 #define STRINGIFY(...) #__VA_ARGS__ "\n" macro
71 STRINGIFY(
111 STRINGIFY(
189 STRINGIFY(
200 STRINGIFY(
214 STRINGIFY(
230 STRINGIFY(
251 STRINGIFY(
292 STRINGIFY(
301 STRINGIFY(
[all …]
/external/strace/
Dmacros.h35 #define STRINGIFY(...) #__VA_ARGS__ macro
36 #define STRINGIFY_VAL(...) STRINGIFY(__VA_ARGS__)
Dmpers_type.h36 # define DEF_MPERS_TYPE(args) STRINGIFY(args.h)
/external/swiftshader/src/Common/
DVersion.h20 #define STRINGIFY(x) #x macro
21 #define MACRO_STRINGIFY(x) STRINGIFY(x)
/external/libunwind/src/setjmp/
Dlongjmp.c104 #define STRINGIFY(x) STRINGIFY1(x) macro
106 __attribute__ ((alias (STRINGIFY(_longjmp))));
/external/libvpx/libvpx/test/
Dvideo_source.h34 #define STRINGIFY(S) TO_STRING(S) macro
44 return STRINGIFY(LIBVPX_TEST_DATA_PATH); in GetDataPath()
54 #undef STRINGIFY
/external/jemalloc/test/unit/
Dquarantine.c5 #define STRINGIFY(x) STRINGIFY_HELPER(x) macro
9 STRINGIFY(QUARANTINE_SIZE);
/external/elfutils/backends/
Dcommon-reloc.c40 #define STRINGIFIED_PASTE(a, b) STRINGIFY (PASTE (a, b))
41 #define STRINGIFY(x) STRINGIFY_1 (x) macro
/external/dhcpcd-6.8.2/
Dcommon.h50 #define STRINGIFY(a) #a macro
51 #define TOSTRING(a) STRINGIFY(a)
/external/skia/src/sksl/
Dsksl_vert.include1 STRINGIFY(
Dsksl_geom.include1 STRINGIFY(
Dsksl_frag.include1 STRINGIFY(
Dsksl_fp.include1 STRINGIFY(
/external/vixl/test/
Dtest-use-scratch-register-scope.cc39 #define STRINGIFY(x) #x macro
46 Test test_##Name##_AArch32(STRINGIFY(AARCH32_SCRATCH_##Name), \
55 Test test_##Name##_AArch64(STRINGIFY(AARCH64_SCRATCH_##Name), \
/external/v8/src/zone/
Dzone.h18 #define STRINGIFY(x) #x macro
19 #define TOSTRING(x) STRINGIFY(x)
/external/protobuf/conformance/
Dconformance_test_runner.cc76 #define STRINGIFY(x) #x macro
77 #define TOSTRING(x) STRINGIFY(x)
/external/kmod/shared/
Dmacro.h49 #define STRINGIFY(x) XSTRINGIFY(x) macro
/external/mdnsresponder/mDNSShared/
Ddnssd_clientlib.c362 #define STRINGIFY(s) STRINGIFY_ARGUMENT_WITHOUT_EXPANSION(s) macro
367 const char VersionString_SCCS_libdnssd[] = "@(#) libdns_sd " STRINGIFY(mDNSResponderVersion) " (" _…
/external/libpcap/
Dpcap-libdlpi.c245 #define STRINGIFY(n) #n macro
261 pcap_libdlpi_err(p->opt.device, "dlpi_promiscon" STRINGIFY(level), in dlpromiscon()
/external/kmod/testsuite/
Dtest-init.c127 "mod-simple:0:0:bla:-1:" STRINGIFY(ENOENT),
/external/vixl/test/aarch64/
Dtest-simulator-aarch64.cc2673 #define STRINGIFY(s) #s macro
2676 Test##type(STRINGIFY(mnemonic) "_" STRINGIFY(variant), \
2766 Test1OpNEON(STRINGIFY(mnemonic) "_" STRINGIFY(vdform), \ in DEFINE_TEST_FP_TO_INT()
2776 Test1OpAcrossNEON(STRINGIFY(mnemonic) "_" STRINGIFY(vdform) "_" STRINGIFY( \ in DEFINE_TEST_FP_TO_INT()
2788 Test2OpNEON(STRINGIFY(mnemonic) "_" STRINGIFY(vdform), \ in DEFINE_TEST_FP_TO_INT()
2803 Test2OpImmNEON(STRINGIFY(mnemonic) "_" STRINGIFY(vdform) "_2OPIMM", \ in DEFINE_TEST_FP_TO_INT()
2817 STRINGIFY(mnemonic) "_" STRINGIFY(vdform) "_" STRINGIFY( \ in DEFINE_TEST_FP_TO_INT()
2818 vnform) "_" STRINGIFY(vmform), \ in DEFINE_TEST_FP_TO_INT()
2841 TestOpImmOpImmNEON(STRINGIFY(mnemonic) "_" STRINGIFY(vdform), \ in DEFINE_TEST_FP_TO_INT()
/external/swiftshader/third_party/subzero/src/
DIceDefs.h50 #define XSTRINGIFY(x) STRINGIFY(x)
51 #define STRINGIFY(x) #x macro
/external/mdnsresponder/mDNSPosix/
DPosixDaemon.c277 mDNSexport const char mDNSResponderVersionString_SCCS[] = "@(#) mDNSResponder-" STRINGIFY(mDNSRespo…
/external/python/cpython2/Modules/
D_struct.c97 #define STRINGIFY(x) #x macro
534 "short format requires " STRINGIFY(SHRT_MIN) in np_short()
535 " <= number <= " STRINGIFY(SHRT_MAX)); in np_short()
552 "ushort format requires 0 <= number <= " STRINGIFY(USHRT_MAX)); in np_ushort()

12