Home
last modified time | relevance | path

Searched refs:PRIu64 (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/test/stdint/
H A Dint-types.c11 printf("uint64 = %" PRIu64 "\n", uint64); in test_types()
12 printf("u64 = %" PRIu64 "\n", u64_val); in test_types()
/rk3399_rockchip-uboot/lib/
H A Ddisplay_options.c69 printf("%" PRIu64 " Hz%s", freq, s); in print_freq()
109 printf("%" PRIu64 " Bytes%s", size, s); in print_size()
/rk3399_rockchip-uboot/tools/
H A Drelocate-rela.c127 debug("Rela %" PRIx64 " %" PRIu64 " %" PRIx64 "\n", in main()
/rk3399_rockchip-uboot/common/
H A Dfdt_support.c1138 debug("OF: default map, cp=%" PRIu64 ", s=%" PRIu64 in of_bus_default_map()
1139 ", da=%" PRIu64 "\n", cp, s, da); in of_bus_default_map()
1194 debug("OF: ISA map, cp=%" PRIu64 ", s=%" PRIu64 in of_bus_isa_map()
1195 ", da=%" PRIu64 "\n", cp, s, da); in of_bus_isa_map()
1301 debug("OF: with offset: %" PRIu64 "\n", offset); in of_translate_one()
/rk3399_rockchip-uboot/include/
H A Dinttypes.h106 # define PRIu64 __PRI64_PREFIX "u" macro
/rk3399_rockchip-uboot/fs/ext4/
H A Dext4_common.c214 printf("total_sector is %" PRIu64 "\n", fs->total_sect); in put_ext4()