OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:truncateToSize
(Results
1 - 3
of
3
) sorted by null
/system/extras/tests/sdcard/
testcase.h
91
bool
truncateToSize
() const { return mTruncateToSize; }
sdcard_perf_test.cpp
433
if (testCase->
truncateToSize
())
545
if (testCase->
truncateToSize
())
/external/llvm/lib/MC/
MCAsmStreamer.cpp
331
static inline int64_t
truncateToSize
(int64_t Value, unsigned Bytes) {
781
OS.write_hex(
truncateToSize
(Value, ValueSize));
801
OS << ", " <<
truncateToSize
(Value, ValueSize);
[
all
...]
Completed in 57 milliseconds