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

  /system/extras/tests/sdcard/
testcase.h 91 bool truncateToSize() const { return mTruncateToSize; }
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 289 static inline int64_t truncateToSize(int64_t Value, unsigned Bytes) {
778 OS.write_hex(truncateToSize(Value, ValueSize));
798 OS << ", " << truncateToSize(Value, ValueSize);
    [all...]

Completed in 434 milliseconds