Home
last modified time | relevance | path

Searched refs:upperBound (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h107 static LocationSize upperBound(uint64_t Value) { in upperBound() function
115 static LocationSize upperBound(TypeSize Value) { in upperBound() function
118 return upperBound(Value.getFixedSize()); in upperBound()
152 return upperBound(std::max(getValue(), Other.getValue())); in unionWith()
/freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java217 long upperBound; in getLogDistribution() local
233 upperBound = (nextPower == 0 ? -2L : in getLogDistribution()
235 if ((upperBound > 0) && ((upperBound * 2L) < 0)) { in getLogDistribution()
236 upperBound = Long.MAX_VALUE; in getLogDistribution()
238 bucket = new Distribution.Bucket(lowerBound, upperBound, n++); in getLogDistribution()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryLocation.cpp186 LocationSize::upperBound(DL.getTypeStoreSize(II->getType())), in getForArgument()
193 LocationSize::upperBound( in getForArgument()
266 Arg, LocationSize::upperBound(LenCI->getZExtValue()), AATags); in getForArgument()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp234 static Range *upperBound(MemoryLocation Loc, Range *Ranges, in upperBound() function
290 Range *InRange = upperBound(Min, Ranges, NumRanges); in PrintMemorySnippet()
294 InRange = upperBound(P, Ranges, NumRanges); in PrintMemorySnippet()
314 InRange = upperBound(P, Ranges, NumRanges); in PrintMemorySnippet()
/freebsd-13.1/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c345 bounds.upperBound = 1; in ZSTD_cParam_getBounds()
350 bounds.upperBound = 1; in ZSTD_cParam_getBounds()
355 bounds.upperBound = 1; in ZSTD_cParam_getBounds()
363 bounds.upperBound = 0; in ZSTD_cParam_getBounds()
372 bounds.upperBound = 0; in ZSTD_cParam_getBounds()
382 bounds.upperBound = 0; in ZSTD_cParam_getBounds()
388 bounds.upperBound = 1; in ZSTD_cParam_getBounds()
393 bounds.upperBound = 1; in ZSTD_cParam_getBounds()
419 bounds.upperBound = 1; in ZSTD_cParam_getBounds()
485 if (*value > bounds.upperBound) *value = bounds.upperBound; in ZSTD_cParam_clampBounds()
[all …]
H A Dzstd_compress_internal.h425 if (value > bounds.upperBound) return 0; in ZSTD_cParam_withinBounds()
/freebsd-13.1/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1405 size_t const max = (size_t)1 << bounds.upperBound; in ZSTD_DCtx_setMaxWindowSize()
1424 bounds.upperBound = ZSTD_WINDOWLOG_MAX; in ZSTD_dParam_getBounds()
1428 bounds.upperBound = (int)ZSTD_f_zstd1_magicless; in ZSTD_dParam_getBounds()
1433 bounds.upperBound = (int)ZSTD_bm_stable; in ZSTD_dParam_getBounds()
1437 bounds.upperBound = (int)ZSTD_d_ignoreChecksum; in ZSTD_dParam_getBounds()
1453 if (value > bounds.upperBound) return 0; in ZSTD_dParam_withinBounds()
/freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c3507 int upperBound; member
13398 bounds.upperBound = 1; in ZSTD_cParam_getBounds()
13403 bounds.upperBound = 1; in ZSTD_cParam_getBounds()
13408 bounds.upperBound = 1; in ZSTD_cParam_getBounds()
13416 bounds.upperBound = 0; in ZSTD_cParam_getBounds()
13425 bounds.upperBound = 0; in ZSTD_cParam_getBounds()
13435 bounds.upperBound = 0; in ZSTD_cParam_getBounds()
13441 bounds.upperBound = 1; in ZSTD_cParam_getBounds()
13467 bounds.upperBound = 1; in ZSTD_cParam_getBounds()
13517 if (*value > bounds.upperBound) *value = bounds.upperBound; in ZSTD_cParam_clampBounds()
[all …]
H A Dzstd.h447 int upperBound; member
/freebsd-13.1/sys/contrib/zstd/lib/
H A Dzstd.h443 int upperBound; member
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h194 assumeInBound(DefinedOrUnknownSVal idx, DefinedOrUnknownSVal upperBound,
/freebsd-13.1/sys/contrib/zstd/programs/
H A Dzstdcli.c1329 assert(ZSTD_NB_STRATEGIES == strategyBounds.upperBound); in main()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4435 OPTIONAL(upperBound, MDSignedOrMDField, ); \ in parseDISubrange()
4456 UpperBound = convToMetadata(upperBound); in parseDISubrange()
4472 OPTIONAL(upperBound, MDSignedOrMDField, ); \ in parseDIGenericSubrange()
4489 Metadata *UpperBound = ConvToMetadata(upperBound); in parseDIGenericSubrange()