Home
last modified time | relevance | path

Searched refs:suffix2 (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/type_traits/test/
Dcheck_type.hpp52 #define BOOST_CHECK_TYPE4(type_expression, suffix1, suffix2, expected_type)\ argument
54 if(!::boost::is_same< type_expression, suffix1, suffix2, expected_type >::value){\
57 … << BOOST_STRINGIZE((type_expression, suffix1, suffix2)) << ", " << BOOST_STRINGIZE(expected_type)\
59 << typeid(::boost::is_same< type_expression, suffix1, suffix2, expected_type >).name());\
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta.c321 const char *suffix2 = "/.cache/radv_builtin_shaders"; in radv_builtin_cache_path() local
331 getpwuid_r(getuid(), &pwd, path2, PATH_MAX - strlen(suffix2), &result); in radv_builtin_cache_path()
340 ret = snprintf(path, PATH_MAX + 1, "%s%s%zd", pwd.pw_dir, suffix2, sizeof(void *) * 8); in radv_builtin_cache_path()
/third_party/python/Objects/stringlib/
Dstringlib_find_two_way_notes.txt378 suffix2 = ... # the same as above, but invert the alphabet
380 cut2 = len(needle) - len(suffix2)
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c2284 const char *suffix, *suffix2 = ""; in __dlsym_redir_time64() local
2293 suffix2 = s+l; in __dlsym_redir_time64()
2301 snprintf(redir, sizeof redir, "__%.*s%s%s", (int)l, s, suffix, suffix2); in __dlsym_redir_time64()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c2284 const char *suffix, *suffix2 = ""; in __dlsym_redir_time64() local
2293 suffix2 = s+l; in __dlsym_redir_time64()
2301 snprintf(redir, sizeof redir, "__%.*s%s%s", (int)l, s, suffix, suffix2); in __dlsym_redir_time64()
/third_party/musl/ldso/
Ddynlink.c2251 const char *suffix, *suffix2 = ""; in __dlsym_redir_time64() local
2260 suffix2 = s+l; in __dlsym_redir_time64()
2268 snprintf(redir, sizeof redir, "__%.*s%s%s", (int)l, s, suffix, suffix2); in __dlsym_redir_time64()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c3824 const char *suffix, *suffix2 = ""; in __dlsym_redir_time64() local
3833 suffix2 = s+l; in __dlsym_redir_time64()
3841 snprintf(redir, sizeof redir, "__%.*s%s%s", (int)l, s, suffix, suffix2); in __dlsym_redir_time64()