Home
last modified time | relevance | path

Searched refs:Smaller (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugSuppression.cpp65 inline bool fullyContains(SourceRange Larger, SourceRange Smaller, in fullyContains() argument
75 return isLessOrEqual(Larger.getBegin(), Smaller.getBegin(), SM) && in fullyContains()
76 isLessOrEqual(Smaller.getEnd(), Larger.getEnd(), SM); in fullyContains()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.cpp565 uint64_t Smaller = 0; in __sanitizer_cov_trace_switch() local
574 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()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Driscv_vector_common.td98 // (SFixedLog2LMUL:Value): Smaller Fixed Log2LMUL. Given a vector type (SEW
102 // (SEFixedLog2LMUL:Value): Smaller or Equal Fixed Log2LMUL. Given a vector
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod395 Smaller sizes now result in an error.
/freebsd/contrib/diff/doc/
H A Ddiff.texi3302 * Generating Smaller Patches:: How to generate smaller patches.
3407 @node Generating Smaller Patches
3408 @section Generating Smaller Patches
/freebsd/contrib/tcsh/
H A DFixes1468 89. Increased BUFSIZE to 4K. Smaller machines may want to decrease this.