Searched refs:Shorter (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Interp.cpp | 2033 StringRef Shorter; in arePotentiallyOverlappingStringLiterals() local 2037 Shorter = LHSStr; in arePotentiallyOverlappingStringLiterals() 2041 Shorter = RHSStr; in arePotentiallyOverlappingStringLiterals() 2049 if (Shorter.size() + NullByte >= Longer.size()) in arePotentiallyOverlappingStringLiterals() 2051 if (Longer[Shorter.size() + NullByte]) in arePotentiallyOverlappingStringLiterals() 2054 return Shorter == Longer.take_front(Shorter.size()); in arePotentiallyOverlappingStringLiterals()
|
| /freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evpciph_aria.txt | 171 # Shorter than default IV
|
| /freebsd/contrib/jemalloc/ |
| H A D | TUNING.md | 43 between CPU and memory usage. Shorter decay time purges unused pages faster
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
| H A D | README.md | 176 Shorter BLAKE3 outputs are prefixes of longer ones. Explicitly
|
| /freebsd/sys/contrib/zlib/doc/ |
| H A D | rfc1951.txt | 381 * Shorter codes lexicographically precede longer codes.
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 2239 StringRef Shorter = LHSIsLonger ? RHSString.Bytes : LHSString.Bytes; in ArePotentiallyOverlappingStringLiterals() local 2246 if (Shorter.size() + NullByte >= Longer.size()) in ArePotentiallyOverlappingStringLiterals() 2248 if (Longer[Shorter.size() + NullByte]) in ArePotentiallyOverlappingStringLiterals() 2254 return Shorter == Longer.take_front(Shorter.size()); in ArePotentiallyOverlappingStringLiterals()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 1148 static QualType handleComplexFloatConversion(Sema &S, ExprResult &Shorter, in handleComplexFloatConversion() argument 1158 Shorter = in handleComplexFloatConversion() 1159 S.ImpCastExprToType(Shorter.get(), Result, CK_FloatingComplexCast); in handleComplexFloatConversion() 1163 Shorter = S.ImpCastExprToType(Shorter.get(), LongerType, CK_FloatingCast); in handleComplexFloatConversion()
|
| /freebsd/contrib/unbound/doc/ |
| H A D | unbound.conf.rst | 4527 Shorter source masks result in REFUSED answers. 4536 Shorter source masks result in REFUSED answers.
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 22580 if (SDValue Shorter = in visitSTORE() local 22582 return DAG.getTruncStore(Chain, SDLoc(N), Shorter, Ptr, ST->getMemoryVT(), in visitSTORE() 22592 SDValue Shorter = in visitSTORE() local 22594 return DAG.getTruncStore(Chain, SDLoc(N), Shorter, Ptr, in visitSTORE()
|