Home
last modified time | relevance | path

Searched refs:FastUInt64ToBufferLeft (Results 1 – 7 of 7) sorted by relevance

/external/dynamic_depth/internal/strings/
Dnumbers.h96 char* FastUInt64ToBufferLeft(uint64 i, char* buffer); // at least 22 bytes
143 return string(buf, FastUInt64ToBufferLeft(i, buf)); in SimpleItoa()
Dnumbers.cc396 char* FastUInt64ToBufferLeft(uint64 u64, char* buffer) { in FastUInt64ToBufferLeft() function
443 return FastUInt64ToBufferLeft(u, buffer); in FastInt64ToBufferLeft()
/external/tensorflow/tensorflow/core/lib/strings/
Dstrcat.h110 : piece_(digits_, FastUInt64ToBufferLeft(x, digits_)) {} in AlphaNum()
114 : piece_(digits_, FastUInt64ToBufferLeft(u64, digits_)) {} in AlphaNum()
Dnumbers.h69 size_t FastUInt64ToBufferLeft(uint64 i, char* buffer); // at least 22 bytes
Dnumbers.cc165 length += FastUInt64ToBufferLeft(u, buffer); in FastInt64ToBufferLeft()
169 size_t FastUInt64ToBufferLeft(uint64 i, char* buffer) { in FastUInt64ToBufferLeft() function
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h510 LIBPROTOBUF_EXPORT char* FastUInt64ToBufferLeft(uint64 i, char* buffer);
518 FastUInt64ToBufferLeft(i, buffer); in FastUInt64ToBuffer()
631 piece_size_(FastUInt64ToBufferLeft(u64, digits) - &digits[0]) {} in AlphaNum()
Dstrutil.cc1059 char* FastUInt64ToBufferLeft(uint64 u64, char* buffer) { in FastUInt64ToBufferLeft() function
1067 buffer = FastUInt64ToBufferLeft(top_11_digits, buffer); in FastUInt64ToBufferLeft()
1107 return FastUInt64ToBufferLeft(u, buffer); in FastInt64ToBufferLeft()
1128 FastUInt64ToBufferLeft(i, buffer)); in SimpleItoa()
1142 FastUInt64ToBufferLeft(i, buffer)); in SimpleItoa()
1156 FastUInt64ToBufferLeft(i, buffer)); in SimpleItoa()