Home
last modified time | relevance | path

Searched refs:Shorter (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.cpp2033 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 Devpciph_aria.txt171 # Shorter than default IV
/freebsd/contrib/jemalloc/
H A DTUNING.md43 between CPU and memory usage. Shorter decay time purges unused pages faster
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A DREADME.md176 Shorter BLAKE3 outputs are prefixes of longer ones. Explicitly
/freebsd/sys/contrib/zlib/doc/
H A Drfc1951.txt381 * Shorter codes lexicographically precede longer codes.
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2239 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 DSemaExpr.cpp1148 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 Dunbound.conf.rst4527 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 DDAGCombiner.cpp22580 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()