Home
last modified time | relevance | path

Searched refs:FastInt64ToBufferLeft (Results 1 – 7 of 7) sorted by relevance

/external/dynamic_depth/internal/strings/
Dnumbers.h95 char* FastInt64ToBufferLeft(int64 i, char* buffer); // at least 22 bytes
137 return string(buf, FastInt64ToBufferLeft(i, buf)); in SimpleItoa()
Dnumbers.cc437 char* FastInt64ToBufferLeft(int64 i, char* buffer) { in FastInt64ToBufferLeft() function
/external/tensorflow/tensorflow/core/lib/strings/
Dstrcat.h108 : piece_(digits_, FastInt64ToBufferLeft(x, digits_)) {} in AlphaNum()
112 : piece_(digits_, FastInt64ToBufferLeft(i64, digits_)) {} in AlphaNum()
Dnumbers.h68 size_t FastInt64ToBufferLeft(int64 i, char* buffer); // at least 22 bytes
Dnumbers.cc157 size_t FastInt64ToBufferLeft(int64 i, char* buffer) { in FastInt64ToBufferLeft() function
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h509 LIBPROTOBUF_EXPORT char* FastInt64ToBufferLeft(int64 i, char* buffer);
628 piece_size_(FastInt64ToBufferLeft(i64, digits) - &digits[0]) {} in AlphaNum()
Dstrutil.cc1101 char* FastInt64ToBufferLeft(int64 i, char* buffer) { in FastInt64ToBufferLeft() function