Home
last modified time | relevance | path

Searched refs:PRIuLEAST64 (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py166 PRIuLEAST64 = "lu" variable
167 PRIuLEAST64 = "llu" variable
/external/e2fsprogs/intl/
Dloadmsgcat.c279 #if !defined PRIuLEAST64 || PRI_MACROS_BROKEN
280 # undef PRIuLEAST64
281 # define PRIuLEAST64 PRIu64 macro
639 return PRIuLEAST64; in get_sysdep_segment_value()
/external/libusb/msvc/
Dinttypes.h113 #define PRIuLEAST64 "I64u" macro
/external/u-boot/include/
Dinttypes.h110 # define PRIuLEAST64 __PRI64_PREFIX "u" macro
/external/libcxx/include/
Dcinttypes85 PRIuLEAST64
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp455 #ifndef PRIuLEAST64
456 #error PRIuLEAST64 not defined
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp455 #ifndef PRIuLEAST64
456 #error PRIuLEAST64 not defined
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp3805 "If VkBufferViewCreateInfo range (%" PRIuLEAST64 in ValidateBufferViewRange()
3814 "If VkBufferViewCreateInfo range (%" PRIuLEAST64 in ValidateBufferViewRange()
3824 "If VkBufferViewCreateInfo range (%" PRIuLEAST64 in ValidateBufferViewRange()
3833 "If VkBufferViewCreateInfo range (%" PRIuLEAST64 in ValidateBufferViewRange()
3834 ") does not equal VK_WHOLE_SIZE, the sum of offset (%" PRIuLEAST64 in ValidateBufferViewRange()
3835 … ") and range must be less than or equal to the size of the buffer (%" PRIuLEAST64 ").", in ValidateBufferViewRange()
3958 "VkBufferViewCreateInfo offset (%" PRIuLEAST64 in PreCallValidateCreateBufferView()
3959 ") must be less than the size of the buffer (%" PRIuLEAST64 ").", in PreCallValidateCreateBufferView()
3968 "VkBufferViewCreateInfo offset (%" PRIuLEAST64 in PreCallValidateCreateBufferView()
3969 …) must be a multiple of VkPhysicalDeviceLimits::minTexelBufferOffsetAlignment (%" PRIuLEAST64 ").", in PreCallValidateCreateBufferView()
Dcore_validation.cpp7334 … "+ binding offset (%" PRIuLEAST64 ") = an ending offset of %" PRIuLEAST64 in PreCallValidateCmdDrawIndexed()
7336 "which is greater than the index buffer size (%" PRIuLEAST64 ").", in PreCallValidateCmdDrawIndexed()