/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/ |
inttypes.h | 119 #define PRIx64 "llx" /* uint64_t */ 137 #define PRIX64 "llX" /* uint64_t */
|
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/ |
inttypes.h | 119 #define PRIx64 "llx" /* uint64_t */ 137 #define PRIX64 "llX" /* uint64_t */
|
/prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/ |
inttypes.h | 119 #define PRIx64 "llx" /* uint64_t */ 137 #define PRIX64 "llX" /* uint64_t */
|
/prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/ |
inttypes.h | 119 #define PRIx64 "llx" /* uint64_t */ 137 #define PRIX64 "llX" /* uint64_t */
|
/prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/ |
inttypes.h | 119 #define PRIx64 "llx" /* uint64_t */ 137 #define PRIX64 "llX" /* uint64_t */
|
/prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/ |
inttypes.h | 119 #define PRIx64 "llx" /* uint64_t */ 137 #define PRIX64 "llX" /* uint64_t */
|
/prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/ |
inttypes.h | 119 #define PRIx64 "llx" /* uint64_t */ 137 #define PRIX64 "llX" /* uint64_t */
|
/prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/ |
inttypes.h | 119 #define PRIx64 "llx" /* uint64_t */ 137 #define PRIX64 "llX" /* uint64_t */
|
/prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/ |
inttypes.h | 119 #define PRIx64 "llx" /* uint64_t */ 137 #define PRIX64 "llX" /* uint64_t */
|
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/ |
inttypes.h | 119 #define PRIx64 "llx" /* uint64_t */ 137 #define PRIX64 "llX" /* uint64_t */
|
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/ |
inttypes.h | 119 #define PRIx64 "llx" /* uint64_t */ 137 #define PRIX64 "llX" /* uint64_t */
|
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/ |
inttypes.h | 119 #define PRIx64 "llx" /* uint64_t */ 137 #define PRIX64 "llX" /* uint64_t */
|
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/ |
inttypes.h | 119 #define PRIx64 "llx" /* uint64_t */ 137 #define PRIX64 "llX" /* uint64_t */
|
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/ |
inttypes.h | 119 #define PRIx64 "llx" /* uint64_t */ 137 #define PRIX64 "llX" /* uint64_t */
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/ |
inttypes.h | 119 #define PRIx64 "llx" /* uint64_t */ 137 #define PRIX64 "llX" /* uint64_t */
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/ |
inttypes.h | 119 #define PRIx64 "llx" /* uint64_t */ 137 #define PRIX64 "llX" /* uint64_t */
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/ |
inttypes.h | 119 #define PRIx64 "llx" /* uint64_t */ 137 #define PRIX64 "llX" /* uint64_t */
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/ |
inttypes.h | 119 #define PRIx64 "llx" /* uint64_t */ 137 #define PRIX64 "llX" /* uint64_t */
|
/system/extras/tests/iptables/qtaguid/ |
socketTag.cpp | 158 asprintf(&match_template, "sock=%" PRIxPTR " %s", (uintptr_t)addr, "tag=0x%" PRIx64" (uid=%u)"); 162 asprintf(&match_template, "%s", " tag=0x%" PRIx64 " (uid=%u)"); 206 " tag1=0x%" PRIx64 "/%" PRIu64 " tag2=0x%" PRIx64 "/% " PRIu64,
|
/external/llvm/tools/llvm-objdump/ |
llvm-objdump.cpp | 305 outs() << format("%8" PRIx64 ":", Address); 320 OS << format("%8" PRIx64 ":", Address); 853 StringRef Fmt = Obj->getBytesInAddress() > 4 ? "\t\t%016" PRIx64 ": " : 854 "\t\t\t%08" PRIx64 ": "; [all...] |
/system/core/sdcard/ |
sdcard.c | 806 TRACE("[%d] LOOKUP %s @ %"PRIx64" (%s)\n", handler->token, name, hdr->nodeid, 828 TRACE("[%d] FORGET #%"PRIu64" @ %"PRIx64" (%s)\n", handler->token, req->nlookup, 848 TRACE("[%d] GETATTR flags=%x fh=%"PRIx64" @ %"PRIx64" (%s)\n", handler->token, 871 TRACE("[%d] SETATTR fh=%"PRIx64" valid=%x @ %"PRIx64" (%s)\n", handler->token, 936 TRACE("[%d] MKNOD %s 0%o @ %"PRIx64" (%s)\n", handler->token, 965 TRACE("[%d] MKDIR %s 0%o @ %"PRIx64" (%s)\n", handler->token, 1013 TRACE("[%d] UNLINK %s @ %"PRIx64" (%s)\n", handler->token, [all...] |
/device/google/contexthub/util/nanotool/ |
nanomessage.cpp | 96 const char format_string[] = "Read event at time: %" PRIx64 "\n"; 218 " latency: %" PRIx64 "\n"
|
/external/tcpdump/ |
config.h.in | 280 /* define if the platform doesn't define PRIx64 */ 284 #undef PRIx64
|
/frameworks/native/vulkan/libvulkan/ |
swapchain.cpp | 256 "destroyed VkSurfaceKHR 0x%" PRIx64 257 " has active VkSwapchainKHR 0x%" PRIx64, 398 ALOGV("vkCreateSwapchainKHR: surface=0x%" PRIx64 401 " oldSwapchain=0x%" PRIx64, 429 ALOGV("Can't create a swapchain for VkSurfaceKHR 0x%" PRIx64 430 " because it already has active swapchain 0x%" PRIx64 431 " but VkSwapchainCreateInfo::oldSwapchain=0x%" PRIx64, 742 "getting images for non-active swapchain 0x%" PRIx64 [all...] |
/system/core/libpixelflinger/tests/arch-arm64/assembler/ |
arm64_assembler_test.cpp | 496 printf("Test %x failed Reg(%d) tampered Expected(0x%" PRIx64 ")," 497 "Actual(0x%" PRIx64 ") t\n", test.id, i, savedRegs[i], 505 printf("Test %x failed, Expected(%" PRIx64 "), Actual(%" PRIx64 ")\n", 614 " Expected(0x%" PRIx64 "), Actual(0x%" PRIx64 ") t\n", 623 "Expected in Rd(0x%" PRIx64 "), Actual(0x%" PRIx64 ")\n", 629 "Expected in Rn(0x%" PRIx64 "), Actual(0x%" PRIx64 ")\n" [all...] |