HomeSort by relevance Sort by last modified time
    Searched refs:FastInt64ToBufferLeft (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/core/lib/strings/
numbers.h 53 // FastInt64ToBufferLeft()
69 char* FastInt64ToBufferLeft(int64 i, char* buffer); // at least 22 bytes
strcat.h 112 : piece_(digits_, FastInt64ToBufferLeft(x, digits_) - &digits_[0]) {}
116 : piece_(digits_, FastInt64ToBufferLeft(i64, digits_) - &digits_[0]) {}
numbers.cc 132 char* FastInt64ToBufferLeft(int64 i, char* buffer) {
  /external/protobuf/src/google/protobuf/stubs/
strutil.h 494 // FastInt64ToBufferLeft()
509 LIBPROTOBUF_EXPORT char* FastInt64ToBufferLeft(int64 i, char* buffer);
628 piece_size_(FastInt64ToBufferLeft(i64, digits) - &digits[0]) {}
    [all...]
strutil.cc 805 // null character. Also used by FastInt64ToBufferLeft.
932 // FastInt64ToBufferLeft()
    [all...]

Completed in 196 milliseconds