Searched refs:__u64toa (Results 1 – 3 of 3) sorted by relevance
126 __u64toa(uint64_t value, char* buffer) in __u64toa() function
96 _LIBCPP_FUNC_VIS char* __u64toa(uint64_t __value, char* __buffer);173 return __u64toa(__v, __p);
118 The change emits __u64toa and __u32toa under std::__1::__itoa.