Searched defs:PRIx32 (Results 1 - 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/
H A DDataTypes.h114 #define PRIx32 "x" macro
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/
H A DDataTypes.h114 #define PRIx32 "x" macro
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/
H A DDataTypes.h114 #define PRIx32 "x" macro
/external/clang/lib/Headers/
H A Dinttypes.h33 /* MSVC headers define int32_t as int, but PRIx32 as "lx" instead of "x".
47 #undef PRIx32 macro
82 #define PRIx32 "x" macro
/external/capstone/include/
H A Dplatform.h82 #define PRIx32 "lx" macro
89 #define PRIx32 "x" macro
/external/google-breakpad/src/processor/
H A Ddump_context.cc42 #define PRIx32 "lx" macro
529 printf(" float_save.extra[%2d] = 0x%" PRIx32 "\n",
579 printf(" hi[%1d] = 0x%" PRIx32 "\n",
581 printf(" lo[%1d] = 0x%" PRIx32 "\n",
584 printf(" dsp_control = 0x%" PRIx32 "\n",
590 printf(" status = 0x%" PRIx32 "\n",
592 printf(" cause = 0x%" PRIx32 "\n",
601 printf(" float_save.fpcsr = 0x%" PRIx32 "\n",
603 printf(" float_save.fir = 0x%" PRIx32 "\n",
H A Dminidump.cc48 #define PRIx32 "lx" macro
/external/e2fsprogs/intl/
H A Dloadmsgcat.c163 #if !defined PRIx32 || PRI_MACROS_BROKEN
164 # undef PRIx32 macro
165 # define PRIx32 "x" macro
558 return PRIx32;
/external/libusb/msvc/
H A Dinttypes.h124 #define PRIx32 "x" macro
/external/syslinux/com32/include/
H A Dinttypes.h100 #define PRIx32 "x" macro
/external/python/cpython2/Lib/plat-sunos5/
H A DTYPES.py140 PRIx32 = "x" variable

Completed in 1418 milliseconds