Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DVersion.h20 #define STRINGIFY(x) #x macro
21 #define MACRO_STRINGIFY(x) STRINGIFY(x)
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVersion.hpp23 #define STRINGIFY(x) #x macro
24 #define MACRO_STRINGIFY(x) STRINGIFY(x)
/third_party/backends/include/sane/
H A Dsanei_debug.h105 sanei_init_debug (STRINGIFY(BACKEND_NAME), &DBG_LEVEL)
144 sanei_debug_msg (level, DBG_LEVEL, STRINGIFY(BACKEND_NAME), msg, ap); in DBG_LOCAL()
H A Dsanei.h100 /** @def STRINGIFY(x)
159 #define STRINGIFY(x) STRINGIFY1(x) macro
/third_party/libunwind/libunwind/src/setjmp/
H A Dlongjmp.c104 #define STRINGIFY(x) STRINGIFY1(x) macro
106 __attribute__ ((alias (STRINGIFY(_longjmp))));
/third_party/elfutils/backends/
H A Dcommon-reloc.c40 #define STRINGIFIED_PASTE(a, b) STRINGIFY (PASTE (a, b))
41 #define STRINGIFY(x) STRINGIFY_1 (x) macro
/third_party/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), \
/third_party/node/src/
H A Dnode_binding.cc411 const char* name = "node_register_module_v" STRINGIFY(NODE_MODULE_VERSION); in GetInitializerCallback()
417 STRINGIFY(JSVM_MODULE_INITIALIZER_BASE) STRINGIFY(JSVM_MODULE_VERSION); in GetNapiInitializerCallback()
425 dlib->GetSymbolAddress(STRINGIFY(NODE_API_MODULE_GET_API_VERSION))); in GetNapiAddonGetApiVersionCallback()
H A Dnode_builtins.cc42 STRINGIFY(NODE_SHARED_BUILTIN_CJS_MODULE_LEXER_LEXER_PATH)); in BuiltinLoader()
48 STRINGIFY(NODE_SHARED_BUILTIN_CJS_MODULE_LEXER_DIST_LEXER_PATH)); in BuiltinLoader()
53 STRINGIFY(NODE_SHARED_BUILTIN_UNDICI_UNDICI_PATH)); in BuiltinLoader()
H A Dutil.h135 __FILE__ ":" STRINGIFY(__LINE__), #expr, PRETTY_FUNCTION_NAME \
151 #define STRINGIFY(x) STRINGIFY_(x) macro
/third_party/backends/tools/
H A Dmustek600iin-off.c31 #define MUSTEK_CONF STRINGIFY(PATH_SANE_CONFIG_DIR) "/mustek.conf"
/third_party/protobuf/conformance/
H A Dconformance_test_runner.cc74 #define STRINGIFY(x) #x macro
75 #define TOSTRING(x) STRINGIFY(x)
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DExecutableMemory.cpp49 #define STRINGIFY(x) #x macro
50 #define MACRO_STRINGIFY(x) STRINGIFY(x)
/third_party/vixl/test/aarch64/
H A Dtest-simulator-aarch64.cc2868 #define STRINGIFY(s) #s macro
2871 Test##type(STRINGIFY(mnemonic) "_" STRINGIFY(variant), \
2990 Test1OpNEON(STRINGIFY(mnemonic) "_" STRINGIFY(vdform), \
3000 Test1OpAcrossNEON(STRINGIFY(mnemonic) "_" STRINGIFY(vdform) "_" STRINGIFY( \
3017 Test2OpNEON(STRINGIFY(mnemonic) "_" STRINGIFY(vdfor
[all...]
/third_party/backends/backend/
H A Dmustek_pp.h59 STRINGIFY(cond)); \
H A Dhp.h63 #define HP_CONFIG_FILE STRINGIFY(BACKEND_NAME) ".conf"
H A Dgt68xx_low.h81 DBG (7, "%s: %s: %s\n", __func__, STRINGIFY(function), \
/third_party/backends/sanei/
H A Dsanei_access.c134 strcpy( fn, STRINGIFY(PATH_SANE_LOCK_DIR)"/LCK.." ); in create_lock_filename()
H A Dsanei_config.c68 #define DEFAULT_DIRS "." DIR_SEP STRINGIFY(PATH_SANE_CONFIG_DIR)
/third_party/backends/backend/genesys/
H A Derror.cpp136 sanei_debug_msg(DBG_proc, DBG_LEVEL, STRINGIFY(BACKEND_NAME), format, args); in DebugMessageHelper()
/third_party/ltp/tools/sparse/sparse-src/
H A Dlib.h41 #define STRINGIFY(x) DO_STRINGIFY(x) macro
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceDefs.h50 #define XSTRINGIFY(x) STRINGIFY(x)
51 #define STRINGIFY(x) #x macro
/third_party/skia/tests/
H A DGrMeshTest.cpp606 #define STRINGIFY(X) #X macro
607 #define TOSTRING(X) STRINGIFY(X)
/third_party/python/Python/
H A Dinitconfig.c1747 #define STRINGIFY(VAL) _STRINGIFY(VAL) in config_init_int_max_str_digits() macro
1751 STRINGIFY(_PY_LONG_MAX_STR_DIGITS_THRESHOLD) in config_init_int_max_str_digits()
1769 STRINGIFY(_PY_LONG_MAX_STR_DIGITS_THRESHOLD) in config_init_int_max_str_digits()
1772 #undef STRINGIFY in config_init_int_max_str_digits() macro
/third_party/rust/crates/cxx/tests/ffi/
H A Dtests.cc761 #define STRINGIFY(x) #x macro
762 #define TOSTRING(x) STRINGIFY(x)

Completed in 24 milliseconds

12