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

  /system/extras/tests/sdcard/
testcase.h 88 bool truncateToSize() const { return mTruncateToSize; }
sdcard_perf_test.cpp 427 if (testCase->truncateToSize())
539 if (testCase->truncateToSize())
  /external/llvm/lib/Target/PTX/
PTXMCAsmStreamer.cpp 228 static inline int64_t truncateToSize(int64_t Value, unsigned Bytes) {
452 OS.write_hex(truncateToSize(Value, ValueSize));
472 OS << ", " << truncateToSize(Value, ValueSize);
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 311 static inline int64_t truncateToSize(int64_t Value, unsigned Bytes) {
722 OS.write_hex(truncateToSize(Value, ValueSize));
742 OS << ", " << truncateToSize(Value, ValueSize);
    [all...]

Completed in 167 milliseconds