Searched refs:FastInt32ToBufferLeft (Results 1 – 8 of 8) sorted by relevance
/external/dynamic_depth/internal/strings/ |
D | numbers.h | 93 char* FastInt32ToBufferLeft(int32 i, char* buffer); // at least 12 bytes 126 return string(buf, FastInt32ToBufferLeft(i, buf)); in SimpleItoa()
|
D | numbers.cc | 384 char* FastInt32ToBufferLeft(int32 i, char* buffer) { in FastInt32ToBufferLeft() function
|
/external/tensorflow/tensorflow/lite/micro/ |
D | micro_string.cc | 92 char* FastInt32ToBufferLeft(int32_t i, char* buffer) { in FastInt32ToBufferLeft() function 104 FastInt32ToBufferLeft(number, number_string); in StrCatInt32() 217 return static_cast<int>(FastInt32ToBufferLeft(i, output) - output); in FormatInt32()
|
/external/tensorflow/tensorflow/core/platform/ |
D | numbers.h | 66 size_t FastInt32ToBufferLeft(int32 i, char* buffer); // at least 12 bytes
|
D | strcat.h | 104 : piece_(digits_, FastInt32ToBufferLeft(i32, digits_)) {} in AlphaNum()
|
D | numbers.cc | 131 size_t FastInt32ToBufferLeft(int32 i, char* buffer) { in FastInt32ToBufferLeft() function
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 510 PROTOBUF_EXPORT char* FastInt32ToBufferLeft(int32 i, char* buffer); 625 piece_size_(FastInt32ToBufferLeft(i32, digits) - &digits[0]) {} in AlphaNum()
|
D | strutil.cc | 1067 char* FastInt32ToBufferLeft(int32 i, char* buffer) { in FastInt32ToBufferLeft() function
|