Searched refs:STRINGIFY (Results 1 - 25 of 26) sorted by relevance

12

/external/strace/
H A Dmpers_type.h33 # define STRINGIFY(a) #a macro
34 # define DEF_MPERS_TYPE(args) STRINGIFY(args.h)
/external/swiftshader/src/Common/
H A DVersion.h20 #define STRINGIFY(x) #x macro
21 #define MACRO_STRINGIFY(x) STRINGIFY(x)
/external/libmojo/mojo/public/c/system/tests/
H A 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/jemalloc/test/unit/
H A Dquarantine.c5 #define STRINGIFY(x) STRINGIFY_HELPER(x) macro
9 STRINGIFY(QUARANTINE_SIZE);
/external/libunwind/src/setjmp/
H A Dlongjmp.c104 #define STRINGIFY(x) STRINGIFY1(x) macro
106 __attribute__ ((alias (STRINGIFY(_longjmp))));
/external/libvpx/libvpx/test/
H A Dvideo_source.h34 #define STRINGIFY(S) TO_STRING(S) macro
44 return STRINGIFY(LIBVPX_TEST_DATA_PATH);
54 #undef STRINGIFY macro
/external/kmod/shared/
H A Dmacro.h49 #define STRINGIFY(x) XSTRINGIFY(x) macro
/external/ImageMagick/MagickCore/
H A 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/dhcpcd-6.8.2/
H A Dcommon.h50 #define STRINGIFY(a) #a macro
51 #define TOSTRING(a) STRINGIFY(a)
/external/elfutils/backends/
H A Dcommon-reloc.c40 #define STRINGIFIED_PASTE(a, b) STRINGIFY (PASTE (a, b))
41 #define STRINGIFY(x) STRINGIFY_1 (x) macro
/external/kmod/testsuite/
H A Dtest-init.c127 "mod-simple:0:0:bla:-1:" STRINGIFY(ENOENT),
/external/vixl/test/
H A 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/protobuf/conformance/
H A Dconformance_test_runner.cc76 #define STRINGIFY(x) #x macro
77 #define TOSTRING(x) STRINGIFY(x)
/external/v8/src/zone/
H A Dzone.h18 #define STRINGIFY(x) #x macro
19 #define TOSTRING(x) STRINGIFY(x)
/external/libpcap/
H A Dpcap-libdlpi.c245 #define STRINGIFY(n) #n macro
261 pcap_libdlpi_err(p->opt.source, "dlpi_promiscon" STRINGIFY(level),
H A Dpcap-dlpi.c942 #define STRINGIFY(n) #n macro
956 err = dlokack(p->fd, "promiscon" STRINGIFY(level), (char *)buf,
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientlib.c360 // To expand "version" to its value before making the string, use STRINGIFY(version) instead
362 #define STRINGIFY(s) STRINGIFY_ARGUMENT_WITHOUT_EXPANSION(s) macro
367 const char VersionString_SCCS_libdnssd[] = "@(#) libdns_sd " STRINGIFY(mDNSResponderVersion) " (" __DATE__ " " __TIME__ ")";
/external/mdnsresponder/mDNSPosix/
H A DPosixDaemon.c277 mDNSexport const char mDNSResponderVersionString_SCCS[] = "@(#) mDNSResponder-" STRINGIFY(mDNSResponderVersion) " (" __DATE__ " " __TIME__ ")";
/external/vixl/test/aarch64/
H A Dtest-simulator-aarch64.cc2673 #define STRINGIFY(s) #s macro
2676 Test##type(STRINGIFY(mnemonic) "_" STRINGIFY(variant), \
2766 Test1OpNEON(STRINGIFY(mnemonic) "_" STRINGIFY(vdform), \
2776 Test1OpAcrossNEON(STRINGIFY(mnemonic) "_" STRINGIFY(vdform) "_" STRINGIFY( \
2788 Test2OpNEON(STRINGIFY(mnemonic) "_" STRINGIFY(vdfor
[all...]
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.h32 // To expand "version" to its value before making the string, use STRINGIFY(version) instead
34 #define STRINGIFY(s) STRINGIFY_ARGUMENT_WITHOUT_EXPANSION(s) macro
/external/vulkan-validation-layers/tests/
H A Dvktestbinding.cpp43 #define STRINGIFY(x) #x macro
44 #define EXPECT(expr) ((expr) ? true : expect_failure(STRINGIFY(expr), __FILE__, __LINE__, __FUNCTION__))
/external/skia/src/sksl/
H A DSkSLCompiler.cpp28 #define STRINGIFY(x) #x macro
/external/mdnsresponder/Clients/
H A Ddns-sd.c1337 // To expand "version" to its value before making the string, use STRINGIFY(version) instead
1339 #define STRINGIFY(s) STRINGIFY_ARGUMENT_WITHOUT_EXPANSION(s) macro
1344 const char VersionString_SCCS[] = "@(#) dns-sd " STRINGIFY(mDNSResponderVersion) " (" __DATE__ " " __TIME__ ")";
/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.cc30 #define STRINGIFY(x) #x macro
31 #define TOSTRING(x) STRINGIFY(x)
2603 #undef STRINGIFY macro
/external/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc41 #define STRINGIFY(x) #x macro
51 Test test_##Name(STRINGIFY(AARCH32_T32_##Name), &Test##Name); \
63 Test test_##Name(STRINGIFY(AARCH32_A32_##Name), &Test##Name); \
82 Test test_##Name(STRINGIFY(AARCH32_ASM_##Name), &Test##Name); \
90 Test test_##Name(STRINGIFY(AARCH32_##Name), &Test##Name); \

Completed in 661 milliseconds

12