Searched refs:PRIxLEAST32 (Results 1 – 13 of 13) sorted by relevance
/external/vulkan-validation-layers/demos/ |
D | vulkaninfo.c | 903 …printf("\t\tmaxImageDimension1D = 0x%" PRIxLEAST32 "\n", limits->maxImageDimen… in app_dump_limits() 904 …printf("\t\tmaxImageDimension2D = 0x%" PRIxLEAST32 "\n", limits->maxImageDimen… in app_dump_limits() 905 …printf("\t\tmaxImageDimension3D = 0x%" PRIxLEAST32 "\n", limits->maxImageDimen… in app_dump_limits() 906 …printf("\t\tmaxImageDimensionCube = 0x%" PRIxLEAST32 "\n", limits->maxImageDimen… in app_dump_limits() 907 …printf("\t\tmaxImageArrayLayers = 0x%" PRIxLEAST32 "\n", limits->maxImageArray… in app_dump_limits() 908 …printf("\t\tmaxTexelBufferElements = 0x%" PRIxLEAST32 "\n", limits->maxTexelBuffe… in app_dump_limits() 909 …printf("\t\tmaxUniformBufferRange = 0x%" PRIxLEAST32 "\n", limits->maxUniformBuf… in app_dump_limits() 910 …printf("\t\tmaxStorageBufferRange = 0x%" PRIxLEAST32 "\n", limits->maxStorageBuf… in app_dump_limits() 911 …printf("\t\tmaxPushConstantsSize = 0x%" PRIxLEAST32 "\n", limits->maxPushConsta… in app_dump_limits() 912 …printf("\t\tmaxMemoryAllocationCount = 0x%" PRIxLEAST32 "\n", limits->maxMemoryAllo… in app_dump_limits() [all …]
|
/external/clang/lib/Headers/ |
D | inttypes.h | 44 #undef PRIxLEAST32 79 #define PRIxLEAST32 "x" macro
|
/external/e2fsprogs/intl/ |
D | loadmsgcat.c | 259 #if !defined PRIxLEAST32 || PRI_MACROS_BROKEN 260 # undef PRIxLEAST32 261 # define PRIxLEAST32 "x" macro 625 return PRIxLEAST32; in get_sysdep_segment_value()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 263 #ifndef PRIxLEAST32 264 #error PRIxLEAST32 not defined
|
/external/opencv3/3rdparty/include/ |
D | msc_inttypes.h | 122 #define PRIxLEAST32 "I32x" macro
|
/external/mesa3d/include/c99/ |
D | inttypes.h | 124 #define PRIxLEAST32 "I32x" macro
|
/external/bison/lib/ |
D | inttypes.in.h | 290 #if !defined PRIxLEAST32 || @PRI_MACROS_BROKEN@ 291 # undef PRIxLEAST32 292 # define PRIxLEAST32 "x" macro
|
/external/bison/darwin-lib/ |
D | inttypes.h | 602 #if !defined PRIxLEAST32 || 0 603 # undef PRIxLEAST32 604 # define PRIxLEAST32 "x" macro
|
/external/bison/linux-lib/ |
D | inttypes.h | 602 #if !defined PRIxLEAST32 || 0 603 # undef PRIxLEAST32 604 # define PRIxLEAST32 "x" macro
|
/external/libcxx/include/ |
D | cinttypes | 102 PRIxLEAST32
|
D | module.modulemap | 95 …RIxFAST8, PRIxFAST16, PRIxFAST32, PRIxFAST64, PRIxLEAST8, PRIxLEAST16, PRIxLEAST32, PRIxLEAST64, P…
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 507 #ifndef PRIxLEAST32 508 #error PRIxLEAST32 not defined
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 2843 … "VK_WHOLE_SIZE but dynamic offset %#" PRIxLEAST32 ". " in validate_dynamic_offsets() 2856 … "VkDescriptorSet (%#" PRIxLEAST64 ") bound as set #%u has dynamic offset %#" PRIxLEAST32 ". " in validate_dynamic_offsets() 2869 … "VkDescriptorSet (%#" PRIxLEAST64 ") bound as set #%u has dynamic offset %#" PRIxLEAST32 ". " in validate_dynamic_offsets()
|