Searched refs:FastInt32ToBufferLeft (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/lite/experimental/micro/ |
D | debug_log_numbers.cc | 80 char* FastInt32ToBufferLeft(int32_t i, char* buffer) { in FastInt32ToBufferLeft() function 92 FastInt32ToBufferLeft(number, number_string); in StrCatInt32() 165 FastInt32ToBufferLeft(i, number_string); in DebugLogInt32()
|
/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/core/lib/strings/ |
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 | 507 LIBPROTOBUF_EXPORT char* FastInt32ToBufferLeft(int32 i, char* buffer); 622 piece_size_(FastInt32ToBufferLeft(i32, digits) - &digits[0]) {} in AlphaNum()
|
D | strutil.cc | 1050 char* FastInt32ToBufferLeft(int32 i, char* buffer) { in FastInt32ToBufferLeft() function
|