Searched defs:u64toa (Results 1 – 2 of 2) sorted by relevance
148 TEST(itoa, u64toa) { in TEST() argument
123 inline char* u64toa(uint64_t value, char* buffer) { in u64toa() function