Searched refs:PRIu64 (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/test/stdint/ |
| H A D | int-types.c | 11 printf("uint64 = %" PRIu64 "\n", uint64); in test_types() 12 printf("u64 = %" PRIu64 "\n", u64_val); in test_types()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | display_options.c | 69 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 D | relocate-rela.c | 127 debug("Rela %" PRIx64 " %" PRIu64 " %" PRIx64 "\n", in main()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | fdt_support.c | 1138 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 D | inttypes.h | 106 # define PRIu64 __PRI64_PREFIX "u" macro
|
| /rk3399_rockchip-uboot/fs/ext4/ |
| H A D | ext4_common.c | 214 printf("total_sector is %" PRIu64 "\n", fs->total_sect); in put_ext4()
|