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

  /external/protobuf/src/google/protobuf/stubs/
strutil.h 343 static const int kFastToBufferSize = 32;
429 // bytes for floats. kFastToBufferSize is also guaranteed to be large
  /external/chromium/net/tools/flip_server/
balsa_headers.cc 66 const int kFastToBufferSize = 32; // I think 22 is adequate, but anyway..
611 // FastUInt64ToBuffer is supposed to use a maximum of kFastToBufferSize bytes.
612 char buffer[kFastToBufferSize];
720 char buffer[kFastToBufferSize];

Completed in 60 milliseconds