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

12

/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/strace/
H A Dmacros.h35 #define STRINGIFY(...) #__VA_ARGS__ macro
36 #define STRINGIFY_VAL(...) STRINGIFY(__VA_ARGS__)
H A Dmpers_type.h36 # define DEF_MPERS_TYPE(args) STRINGIFY(args.h)
/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/perfetto/src/ftrace_reader/
H A Dformat_parser.cc35 #define STRINGIFY(x) STRINGIFY2(x) macro
102 sscanf(line, "name: %" STRINGIFY(MAX_FIELD_LENGTH) "s", buffer) == 1) {
116 "\tfield:%" STRINGIFY(MAX_FIELD_LENGTH) "[^;];\toffset: "
/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/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/include/
H A Dcext.h40 #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/common/py_vulcanize/third_party/rjsmin/_setup/include/
H A Dcext.h40 #define STRINGIFY(n) STRINGIFY_HELPER(n) macro
45 #define EXT_MODULE_NAME STRINGIFY(EXT_MODULE)
47 #define EXT_PACKAGE_NAME STRINGIFY(EXT_PACKAGE)
/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.device, "dlpi_promiscon" STRINGIFY(level),
/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/swiftshader/third_party/subzero/src/
H A DIceDefs.h50 #define XSTRINGIFY(x) STRINGIFY(x)
51 #define STRINGIFY(x) #x macro
/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/python/cpython2/Modules/
H A D_struct.c97 #define STRINGIFY(x) #x macro
534 "short format requires " STRINGIFY(SHRT_MIN)
535 " <= number <= " STRINGIFY(SHRT_MAX));
552 "ushort format requires 0 <= number <= " STRINGIFY(USHRT_MAX));

Completed in 2681 milliseconds

12