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/platform/
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.h513 PROTOBUF_EXPORT char* FastUInt64ToBufferLeft(uint64 i, char* buffer);
521 FastUInt64ToBufferLeft(i, buffer); in FastUInt64ToBuffer()
634 piece_size_(FastUInt64ToBufferLeft(u64, digits) - &digits[0]) {} in AlphaNum()
644 piece_size_(FastUInt64ToBufferLeft(u64, digits) - &digits[0]) {} in AlphaNum()
Dstrutil.cc1076 char* FastUInt64ToBufferLeft(uint64 u64, char* buffer) { in FastUInt64ToBufferLeft() function
1084 buffer = FastUInt64ToBufferLeft(top_11_digits, buffer); in FastUInt64ToBufferLeft()
1126 return FastUInt64ToBufferLeft(u, buffer); in FastInt64ToBufferLeft()
1147 FastUInt64ToBufferLeft(i, buffer)); in SimpleItoa()
1161 FastUInt64ToBufferLeft(i, buffer)); in SimpleItoa()
1175 FastUInt64ToBufferLeft(i, buffer)); in SimpleItoa()