HomeSort by relevance Sort by last modified time
    Searched defs:FastUInt32ToBufferLeft (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/lib/strings/
numbers.cc 142 length += FastUInt32ToBufferLeft(u, buffer);
146 size_t FastUInt32ToBufferLeft(uint32 i, char* buffer) {
  /external/tensorflow/tensorflow/lite/experimental/micro/
debug_log_numbers.cc 61 char* FastUInt32ToBufferLeft(uint32_t i, char* buffer, int base) {
86 return FastUInt32ToBufferLeft(u, buffer, 10);
99 FastUInt32ToBufferLeft(number, number_string, base);
171 FastUInt32ToBufferLeft(i, number_string, 10);
177 FastUInt32ToBufferLeft(i, number_string, 16);
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 931 // FastUInt32ToBufferLeft()
    [all...]

Completed in 6971 milliseconds