Searched refs:PRIu32 (Results 1 - 19 of 19) sorted by relevance

/fuchsia/zircon/bootloader/include/
H A Dinttypes.h15 #define PRIu32 "u" macro
/fuchsia/zircon/kernel/syscalls/
H A Dfutex.cpp26 LTRACEF("futex %p count %" PRIu32 "\n", value_ptr.get(), count);
34 LTRACEF("futex %p wake_count %" PRIu32 "current_value %d "
35 "requeue_futex %p requeue_count %" PRIu32 "\n",
/fuchsia/zircon/system/uapp/channel-perf/
H A Dmain.cpp112 printf("write/read %" PRIu32 " bytes, %" PRIu32 " handles (%" PRIu32 " pre-queued): "
198 printf("Test iteration #%" PRIu32 " (of %" PRIu32 "):\n", i + 1,
/fuchsia/zircon/kernel/tests/
H A Dcache_tests.cpp25 printf("cache line size %" PRIu32 "\n", arch_dcache_line_size());
/fuchsia/zircon/system/ulib/fidl/
H A Dformatting.cpp116 str->AppendPrintf(":%" PRIu32, type->coded_array.array_size /
122 str->AppendPrintf(":%" PRIu32, type->coded_string.max_size);
185 str->AppendPrintf("%" PRIu32, type->coded_handle.handle_subtype);
197 str->AppendPrintf(":%" PRIu32, type->coded_vector.max_count);
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dutil_types.h24 # define FMTu32 PRIu32
/fuchsia/zircon/system/ulib/trace-reader/
H A Drecords.cpp178 return fbl::StringPrintf("uint32(%" PRIu32 ")", uint32_);
434 return fbl::StringPrintf("String(index: %" PRIu32 ", \"%s\")",
437 return fbl::StringPrintf("Thread(index: %" PRIu32 ", %s)",
459 return fbl::StringPrintf("ContextSwitch(ts: %" PRIu64 ", cpu: %" PRIu32
461 ", oprio: %" PRIu32 ", iprio: %" PRIu32 ")",
/fuchsia/zircon/kernel/lib/libc/include/
H A Dinttypes.h59 #define PRIu32 __UINT32_FMTu__ macro
/fuchsia/zircon/system/dev/block/zxcrypt/
H A Dworker.cpp128 "overflow; length=%" PRIu32 "; offset_dev=%" PRIu64 "; offset_vmo=%" PRIu64 "\n",
157 "overflow; length=%" PRIu32 "; offset_dev=%" PRIu64 "; offset_vmo=%" PRIu64 "\n",
H A Ddevice.cpp319 zxlogf(WARN, "failed to unmap %" PRIu32 " bytes at %" PRIuPTR ": %s\n", Volume::kBufferSize,
/fuchsia/zircon/system/utest/zxcrypt/
H A Dvolume.cpp36 snprintf(err, sizeof(err), "details: block size=%" PRIu32 ", block count=%" PRIu64
40 snprintf(err, sizeof(err), "details: block size=%" PRIu32 ", block count=%" PRIu64,
/fuchsia/zircon/kernel/object/
H A Ddiagnostics.cpp276 "%5" PRIu32 " " // number of children
277 "%4" PRIu32 " " // map count
278 "%4" PRIu32 " " // share count
/fuchsia/zircon/kernel/platform/pc/
H A Dtimer.cpp283 printf("APIC frequency: %" PRIu32 " ticks/ms\n", apic_ticks_per_ms);
358 printf("APIC timer calibrated: %" PRIu32 " ticks/ms, divisor %d\n",
/fuchsia/zircon/kernel/target/pc/multiboot/
H A Dmultiboot-main.c128 panic("cannot handle multiboot mods_count %"PRIu32" != 1\n",
/fuchsia/zircon/kernel/vm/
H A Dvm_object.cpp187 "num_aspaces %u should be <= mapping_list_len_ %" PRIu32,
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dinttypes.h189 #define PRIu32 __UINT32_FMTu__ macro
/fuchsia/zircon/system/dev/block/sdmmc/
H A Dops.c86 zxlogf(TRACE, "sd: SDMMC_SEND_IF_COND got bad reply = %"PRIu32"\n",
/fuchsia/zircon/system/dev/ethernet/usb-cdc-ecm/
H A Dusb-cdc-ecm.c398 zxlogf(ERROR, "%s: connection speed change... upstream bits/s: %"PRIu32"\n",
403 zxlogf(ERROR, "%s: connection speed change... downstream bits/s: %"PRIu32"\n",
/fuchsia/zircon/system/dev/tee/optee/
H A Doptee-client.cpp431 "optee: unrecognized command passed to RPC 0x%" PRIu32 "\n",

Completed in 155 milliseconds