Home
last modified time | relevance | path

Searched refs:deStrnlen (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/delibs/debase/
DdeString.h46 size_t deStrnlen (const char* string, size_t maxSize);
DdeString.c178 size_t deStrnlen (const char* string, size_t maxSize) in deStrnlen() function
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp1106 …if (deStrnlen(props->deviceName, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE) == VK_MAX_PHYSICAL_DEVICE_NAME_… in deviceProperties()