HomeSort by: relevance | last modified time | path
    Searched refs:toCompress (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/zstd/dist/tests/
longmatch.c 62 const U64 toCompress = ((U64)1) << 33;
87 while (compressed < toCompress) {
fuzzer.c 3694 { U64 const toCompress = 5000000000ULL; /* > 4 GB */
3696 while (compressed < toCompress) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProf.h 1024 void setToCompress(bool TC) { ToCompress = TC; }
1025 bool toCompress() { return ToCompress; }
1035 bool ToCompress = false;
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfWriter.cpp 247 if (Type == SecProfileSymbolList && ProfSymList && ProfSymList->toCompress())

Completed in 42 milliseconds