/external/strace/ |
H A D | mpers_type.h | 30 # define STRINGIFY(a) #a macro 31 # define DEF_MPERS_TYPE(args) STRINGIFY(args.h)
|
/external/ImageMagick/MagickCore/ |
H A D | accelerate-kernels-private.h | 36 #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/libunwind/src/setjmp/ |
H A D | longjmp.c | 104 #define STRINGIFY(x) STRINGIFY1(x) macro 106 __attribute__ ((alias (STRINGIFY(_longjmp))));
|
/external/jemalloc/test/unit/ |
H A D | quarantine.c | 5 #define STRINGIFY(x) STRINGIFY_HELPER(x) macro 9 STRINGIFY(QUARANTINE_SIZE);
|
/external/dhcpcd-6.8.2/ |
H A D | common.h | 50 #define STRINGIFY(a) #a macro 51 #define TOSTRING(a) STRINGIFY(a)
|
/external/elfutils/backends/ |
H A D | common-reloc.c | 40 #define STRINGIFIED_PASTE(a, b) STRINGIFY (PASTE (a, b)) 41 #define STRINGIFY(x) STRINGIFY_1 (x) macro
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/include/ |
H A D | cext.h | 40 #define STRINGIFY(n) STRINGIFY_HELPER(n) macro 45 #define EXT_MODULE_NAME STRINGIFY(EXT_MODULE) 47 #define EXT_PACKAGE_NAME STRINGIFY(EXT_PACKAGE)
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/include/ |
H A D | cext.h | 40 #define STRINGIFY(n) STRINGIFY_HELPER(n) macro 45 #define EXT_MODULE_NAME STRINGIFY(EXT_MODULE) 47 #define EXT_PACKAGE_NAME STRINGIFY(EXT_PACKAGE)
|
/external/libpcap/ |
H A D | pcap-libdlpi.c | 245 #define STRINGIFY(n) #n macro 261 pcap_libdlpi_err(p->opt.source, "dlpi_promiscon" STRINGIFY(level),
|
H A D | pcap-dlpi.c | 942 #define STRINGIFY(n) #n macro 956 err = dlokack(p->fd, "promiscon" STRINGIFY(level), (char *)buf,
|
/external/libvpx/libvpx/test/ |
H A D | video_source.h | 32 #define STRINGIFY(S) TO_STRING(S) macro 42 return STRINGIFY(LIBVPX_TEST_DATA_PATH); 52 #undef STRINGIFY macro
|
/external/mdnsresponder/mDNSCore/ |
H A D | DNSCommon.h | 32 // 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/mdnsresponder/mDNSShared/ |
H A D | dnssd_clientlib.c | 360 // 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/vulkan-validation-layers/tests/ |
H A D | vktestbinding.cpp | 51 #define STRINGIFY(x) #x macro 53 ((expr) ? true : expect_failure(STRINGIFY(expr), __FILE__, __LINE__, \
|
/external/mdnsresponder/Clients/ |
H A D | dns-sd.c | 1337 // 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/test/ |
H A D | test-simulator-a64.cc | 2479 #define STRINGIFY(s) #s macro 2482 Test##type(STRINGIFY(mnemonic) "_" STRINGIFY(variant), \ 2573 Test1OpNEON(STRINGIFY(mnemonic) "_" STRINGIFY(vdform), \ 2585 Test1OpAcrossNEON(STRINGIFY(mnemonic) "_" STRINGIFY(vdform) \ 2586 "_" STRINGIFY(vnform), \ 2598 Test2OpNEON(STRINGIFY(mnemonic) "_" STRINGIFY(vdfor [all...] |