Searched refs:Smaller (Results 1 – 7 of 7) sorted by relevance
65 inline bool fullyContains(SourceRange Larger, SourceRange Smaller, in fullyContains() argument75 return isLessOrEqual(Larger.getBegin(), Smaller.getBegin(), SM) && in fullyContains()76 isLessOrEqual(Smaller.getEnd(), Larger.getEnd(), SM); in fullyContains()
565 uint64_t Smaller = 0; in __sanitizer_cov_trace_switch() local574 if (Val > Vals[i]) Smaller = Vals[i]; in __sanitizer_cov_trace_switch()581 (uint16_t)(Smaller)); in __sanitizer_cov_trace_switch()586 (uint32_t)(Smaller)); in __sanitizer_cov_trace_switch()590 fuzzer::TPC.HandleCmp(PC + 2*i, Val, Smaller); in __sanitizer_cov_trace_switch()
32 - Pro: Smaller files
98 // (SFixedLog2LMUL:Value): Smaller Fixed Log2LMUL. Given a vector type (SEW102 // (SEFixedLog2LMUL:Value): Smaller or Equal Fixed Log2LMUL. Given a vector
16 Most programs have a skewed distribution of allocations. Smaller allocations are much more frequent…
416 Smaller sizes now result in an error.
1468 89. Increased BUFSIZE to 4K. Smaller machines may want to decrease this.