Searched refs:FastUInt64ToBufferLeft (Results 1 – 7 of 7) sorted by relevance
/external/dynamic_depth/internal/strings/ |
D | numbers.h | 96 char* FastUInt64ToBufferLeft(uint64 i, char* buffer); // at least 22 bytes 143 return string(buf, FastUInt64ToBufferLeft(i, buf)); in SimpleItoa()
|
D | numbers.cc | 396 char* FastUInt64ToBufferLeft(uint64 u64, char* buffer) { in FastUInt64ToBufferLeft() function 443 return FastUInt64ToBufferLeft(u, buffer); in FastInt64ToBufferLeft()
|
/external/tensorflow/tensorflow/core/platform/ |
D | strcat.h | 110 : piece_(digits_, FastUInt64ToBufferLeft(x, digits_)) {} in AlphaNum() 114 : piece_(digits_, FastUInt64ToBufferLeft(u64, digits_)) {} in AlphaNum()
|
D | numbers.h | 69 size_t FastUInt64ToBufferLeft(uint64 i, char* buffer); // at least 22 bytes
|
D | numbers.cc | 165 length += FastUInt64ToBufferLeft(u, buffer); in FastInt64ToBufferLeft() 169 size_t FastUInt64ToBufferLeft(uint64 i, char* buffer) { in FastUInt64ToBufferLeft() function
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 513 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()
|
D | strutil.cc | 1076 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()
|