Home
last modified time | relevance | path

Searched refs:FastInt32ToBufferLeft (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/micro/
Ddebug_log_numbers.cc80 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/
Dnumbers.h93 char* FastInt32ToBufferLeft(int32 i, char* buffer); // at least 12 bytes
126 return string(buf, FastInt32ToBufferLeft(i, buf)); in SimpleItoa()
Dnumbers.cc384 char* FastInt32ToBufferLeft(int32 i, char* buffer) { in FastInt32ToBufferLeft() function
/external/tensorflow/tensorflow/core/lib/strings/
Dnumbers.h66 size_t FastInt32ToBufferLeft(int32 i, char* buffer); // at least 12 bytes
Dstrcat.h104 : piece_(digits_, FastInt32ToBufferLeft(i32, digits_)) {} in AlphaNum()
Dnumbers.cc131 size_t FastInt32ToBufferLeft(int32 i, char* buffer) { in FastInt32ToBufferLeft() function
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h507 LIBPROTOBUF_EXPORT char* FastInt32ToBufferLeft(int32 i, char* buffer);
622 piece_size_(FastInt32ToBufferLeft(i32, digits) - &digits[0]) {} in AlphaNum()
Dstrutil.cc1050 char* FastInt32ToBufferLeft(int32 i, char* buffer) { in FastInt32ToBufferLeft() function