Searched refs:Uint64ToString (Results 1 – 7 of 7) sorted by relevance
/external/vboot_reference/firmware/lib/ |
D | vboot_display.c | 528 used += Uint64ToString(buf + used, DEBUG_INFO_SIZE - used, in VbDisplayDebugInfo() 531 used += Uint64ToString(buf + used, DEBUG_INFO_SIZE - used, i, 16, 2); in VbDisplayDebugInfo() 539 used += Uint64ToString(buf + used, DEBUG_INFO_SIZE - used, in VbDisplayDebugInfo() 546 used += Uint64ToString(buf + used, DEBUG_INFO_SIZE - used, in VbDisplayDebugInfo() 553 used += Uint64ToString(buf + used, DEBUG_INFO_SIZE - used, i, 10, 0); in VbDisplayDebugInfo() 559 used += Uint64ToString(buf + used, DEBUG_INFO_SIZE - used, i, 10, 0); in VbDisplayDebugInfo() 565 used += Uint64ToString(buf + used, DEBUG_INFO_SIZE - used, i, 10, 0); in VbDisplayDebugInfo() 569 used += Uint64ToString(buf + used, DEBUG_INFO_SIZE - used, in VbDisplayDebugInfo() 572 used += Uint64ToString(buf + used, DEBUG_INFO_SIZE - used, in VbDisplayDebugInfo() 578 used += Uint64ToString(buf + used, DEBUG_INFO_SIZE - used, in VbDisplayDebugInfo()
|
D | utility_string.c | 13 uint32_t Uint64ToString(char *buf, uint32_t bufsize, uint64_t value, in Uint64ToString() function
|
D | region-kernel.c | 195 used += Uint64ToString(outbuf + used, OUTBUF_LEN - used, in VbRegionCheckVersion()
|
/external/vboot_reference/tests/ |
D | utility_string_tests.c | 63 Uint64ToString(dest, sizeof(dest), value, radix, zero_pad_width), in TestU64ToS() 75 TEST_EQ(0, Uint64ToString(NULL, 8, 123, 10, 8), "Uint64ToString null dest"); in Uint64ToStringTest() 103 TEST_EQ(0, Uint64ToString(dest, 8, 123, 10, 8), "Uint64ToString bad pad"); in Uint64ToStringTest()
|
/external/vboot_reference/firmware/lib/include/ |
D | utility.h | 96 uint32_t Uint64ToString(char *buf, uint32_t bufsize, uint64_t value,
|
/external/cronet/base/strings/ |
D | string_number_conversions_unittest.cc | 70 TEST(StringNumberConversionsTest, Uint64ToString) { in TEST() argument
|
/external/libchrome/base/strings/ |
D | string_number_conversions_unittest.cc | 72 TEST(StringNumberConversionsTest, Uint64ToString) { in TEST() argument
|