Searched refs:POSTFIX (Results 1 - 6 of 6) sorted by relevance
/third_party/backends/backend/ |
H A D | dll.c | 469 # define POSTFIX ".sl.%u" in load() macro 474 # define POSTFIX "-%u.dll" in load() macro 478 # define POSTFIX ".dll" in load() macro 480 # define POSTFIX ".%u.so" in load() macro 482 # define POSTFIX ".so.%u" in load() macro 487 # define POSTFIX ".sl.%u" in load() macro 491 # define POSTFIX ".%u.so" in load() macro 539 snprintf (libname, sizeof (libname), "%s/" PREFIX "%.2s%.5s" POSTFIX, in load() 545 snprintf (libname, sizeof (libname), "%s/" PREFIX "%s" POSTFIX, in load() 671 # undef POSTFIX in load() macro [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | x509.c | 29 #undef POSTFIX macro 30 #define POSTFIX ".srl" macro 1100 buf = app_malloc(len + sizeof(POSTFIX), "serial# buffer"); in x509_load_serial() 1102 memcpy(buf + len, POSTFIX, sizeof(POSTFIX)); in x509_load_serial()
|
/third_party/openssl/apps/ |
H A D | x509.c | 29 #undef POSTFIX macro 30 #define POSTFIX ".srl" macro 1100 buf = app_malloc(len + sizeof(POSTFIX), "serial# buffer"); in x509_load_serial() 1102 memcpy(buf + len, POSTFIX, sizeof(POSTFIX)); in x509_load_serial()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriver.cpp | 215 #define VK_NULL_DEFINE_OBJ_WITH_POSTFIX(DEVICE_OR_INSTANCE, NAME, POSTFIX) \ 216 struct NAME##POSTFIX \ 218 NAME##POSTFIX (DEVICE_OR_INSTANCE, const Vk##NAME##CreateInfo##POSTFIX*) {} \
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | CompatibilityTest.java | 858 s.writeObject(POSTFIX); in TestSerialize337() 869 post.equals(POSTFIX) && in TestSerialize337() 884 static final String POSTFIX = "def"; field in CompatibilityTest
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | CompatibilityTest.java | 861 s.writeObject(POSTFIX); in TestSerialize337() 872 post.equals(POSTFIX) && in TestSerialize337() 887 static final String POSTFIX = "def"; field in CompatibilityTest
|
Completed in 12 milliseconds