Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVersion.hpp23 #define STRINGIFY(x) #x macro
24 #define MACRO_STRINGIFY(x) STRINGIFY(x)
/third_party/skia/third_party/externals/swiftshader/src/Common/
DVersion.h20 #define STRINGIFY(x) #x macro
21 #define MACRO_STRINGIFY(x) STRINGIFY(x)
/third_party/libunwind/src/setjmp/
Dlongjmp.c104 #define STRINGIFY(x) STRINGIFY1(x) macro
106 __attribute__ ((alias (STRINGIFY(_longjmp))));
/third_party/flutter/skia/src/sksl/
Dsksl_mixer.inc1 STRINGIFY(
Dsksl_vert.inc1 STRINGIFY(
Dsksl_geom.inc1 STRINGIFY(
Dsksl_pipeline.inc1 STRINGIFY(
Dsksl_frag.inc1 STRINGIFY(
Dsksl_fp.inc1 STRINGIFY(
Dsksl_interp.inc1 STRINGIFY(
Dsksl_gpu.inc1 STRINGIFY(
DSkSLCompiler.cpp37 #define STRINGIFY(x) #x macro
/third_party/boringssl/src/crypto/
Dthread_win.c146 #define STRINGIFY(x) #x macro
147 #define EXPAND_AND_STRINGIFY(x) STRINGIFY(x)
/third_party/protobuf/conformance/
Dconformance_test_runner.cc74 #define STRINGIFY(x) #x macro
75 #define TOSTRING(x) STRINGIFY(x)
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DExecutableMemory.cpp49 #define STRINGIFY(x) #x macro
50 #define MACRO_STRINGIFY(x) STRINGIFY(x)
/third_party/node/src/
Dnode_binding.cc397 const char* name = "node_register_module_v" STRINGIFY(NODE_MODULE_VERSION); in GetInitializerCallback()
403 STRINGIFY(NAPI_MODULE_INITIALIZER_BASE) STRINGIFY(NAPI_MODULE_VERSION); in GetNapiInitializerCallback()
Dutil.h135 __FILE__ ":" STRINGIFY(__LINE__), #expr, PRETTY_FUNCTION_NAME \
151 #define STRINGIFY(x) STRINGIFY_(x) macro
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceDefs.h50 #define XSTRINGIFY(x) STRINGIFY(x)
51 #define STRINGIFY(x) #x macro
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Duvch264demux.c46 #define STRINGIFY(x) STRINGIFY_ (x) macro
47 #define DATADIR STRINGIFY (UVCH264DEMUX_DATADIR)
/third_party/skia/tests/
DGrMeshTest.cpp606 #define STRINGIFY(X) #X macro
607 #define TOSTRING(X) STRINGIFY(X)
/third_party/mingw-w64/mingw-w64-headers/crt/
DChangeLog-20097 * _mingw_mac.h (STRINGIFY): Rename to __MINGW64_STRINGIFY
/third_party/python/Python/
Dinitconfig.c1437 #define STRINGIFY(VAL) _STRINGIFY(VAL) in config_init_int_max_str_digits() macro
1441 STRINGIFY(_PY_LONG_MAX_STR_DIGITS_THRESHOLD) in config_init_int_max_str_digits()
1458 STRINGIFY(_PY_LONG_MAX_STR_DIGITS_THRESHOLD) in config_init_int_max_str_digits()
1461 #undef STRINGIFY in config_init_int_max_str_digits()
/third_party/libxkbcommon/src/x11/
Dkeymap.c64 #define STRINGIFY(expr) #expr macro
69 __func__, STRINGIFY(expr)); \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp682 #define STRINGIFY(X) (#X) in enumeration() macro
683 #define DYNAMIC_TAG(X, Y) IO.enumCase(Value, STRINGIFY(DT_##X), ELF::DT_##X); in enumeration()
730 #undef STRINGIFY in enumeration()
/third_party/mingw-w64/mingw-w64-headers/include/
DChangeLog-2009530 (STRINGIFY): New macro.
531 (__MINGW64_VERSION): Auto-define using STRINGIFY.

12