Home
last modified time | relevance | path

Searched refs:__u64toa (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/src/
Dcharconv.cpp126 __u64toa(uint64_t value, char* buffer) in __u64toa() function
/external/libcxx/include/
Dcharconv96 _LIBCPP_FUNC_VIS char* __u64toa(uint64_t __value, char* __buffer);
173 return __u64toa(__v, __p);
/external/libcxx/lib/abi/
DCHANGELOG.TXT118 The change emits __u64toa and __u32toa under std::__1::__itoa.