Home
last modified time | relevance | path

Searched refs:lowLimit (Results 1 – 25 of 745) sorted by last modified time

12345678910>>...30

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/wtf/
H A Dstack_util.cc151 ULONG_PTR lowLimit, highLimit; in GetStackStart()
152 ::GetCurrentThreadStackLimits(&lowLimit, &highLimit); in GetStackStart()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/
H A Dstack_util.cc149 ULONG_PTR lowLimit, highLimit; in GetStackStart()
150 ::GetCurrentThreadStackLimits(&lowLimit, &highLimit); in GetStackStart()
/dports/net-im/libqtelegram-ae/libqtelegram-aseman-edition-6.1-stable/util/
H A Dcryptoutils.cpp306 BIGNUM lowLimit; local
307 BN_init(&lowLimit);
308 Utils::ensure(BN_exp(&lowLimit, &base, &exp, BN_ctx));
313 BN_sub(&highLimit, p, &lowLimit);
315 if (BN_cmp(gAOrB, &lowLimit) < 0) return -1;
321 BN_free(&lowLimit);
347 BIGNUM *lowLimit = BN_new(); local
348 Utils::ensure(BN_exp(lowLimit, base, exp, BN_ctx));
352 BN_sub(highLimit, p, lowLimit);
354 if (BN_cmp(gAOrB, lowLimit) < 0) return -1;
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/lz4/
H A Dlz4hc.h210 LZ4_u32 lowLimit; /* below that point, no more dict */ member
H A Dlz4.c869 const BYTE* lowLimit; in LZ4_compress_generic_validated() local
907 lowLimit = (const BYTE*)source - (dictDirective == withPrefix64k ? dictSize : 0); in LZ4_compress_generic_validated()
979 lowLimit = dictionary; in LZ4_compress_generic_validated()
982 lowLimit = (const BYTE*)source; in LZ4_compress_generic_validated()
989 lowLimit = dictionary; in LZ4_compress_generic_validated()
992 lowLimit = (const BYTE*)source; in LZ4_compress_generic_validated()
1079 && (lowLimit==dictionary) /* match within extDict */ ) { in LZ4_compress_generic_validated()
1168 lowLimit = dictionary; /* required for match length counter */ in LZ4_compress_generic_validated()
1172 lowLimit = (const BYTE*)source; /* required for match length counter */ in LZ4_compress_generic_validated()
1177 lowLimit = dictionary; /* required for match length counter */ in LZ4_compress_generic_validated()
[all …]
H A Dlz4hc.c113 hc4->lowLimit = (U32) startingOffset; in LZ4HC_init_internal()
257 …const U32 lowestMatchIndex = (hc4->lowLimit + (LZ4_DISTANCE_MAX + 1) > ipIndex) ? hc4->lowLimit : … in LZ4HC_InsertAndGetWiderMatch()
298 const BYTE* const dictStart = dictBase + hc4->lowLimit; in LZ4HC_InsertAndGetWiderMatch()
354 const BYTE* const dictStart = dictBase + hc4->lowLimit; in LZ4HC_InsertAndGetWiderMatch()
887 const size_t position = (size_t)(ctx->end - ctx->base) - ctx->lowLimit; in LZ4HC_compress_generic_dictCtx()
1094 ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4HC_setExternalDict()
1131 const BYTE* const dictBegin = ctxPtr->dictBase + ctxPtr->lowLimit; in LZ4_compressHC_continue_generic()
1135 ctxPtr->lowLimit = (U32)(sourceEnd - ctxPtr->dictBase); in LZ4_compressHC_continue_generic()
1136 if (ctxPtr->dictLimit - ctxPtr->lowLimit < 4) ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4_compressHC_continue_generic()
1178 streamPtr->lowLimit = endIndex - (U32)dictSize; in LZ4_saveDictHC()
[all …]
/dports/www/firefox/firefox-99.0/mfbt/lz4/
H A Dlz4hc.c113 hc4->lowLimit = (U32) startingOffset; in LZ4HC_init_internal()
257 …const U32 lowestMatchIndex = (hc4->lowLimit + (LZ4_DISTANCE_MAX + 1) > ipIndex) ? hc4->lowLimit : … in LZ4HC_InsertAndGetWiderMatch()
298 const BYTE* const dictStart = dictBase + hc4->lowLimit; in LZ4HC_InsertAndGetWiderMatch()
354 const BYTE* const dictStart = dictBase + hc4->lowLimit; in LZ4HC_InsertAndGetWiderMatch()
887 const size_t position = (size_t)(ctx->end - ctx->base) - ctx->lowLimit; in LZ4HC_compress_generic_dictCtx()
1094 ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4HC_setExternalDict()
1131 const BYTE* const dictBegin = ctxPtr->dictBase + ctxPtr->lowLimit; in LZ4_compressHC_continue_generic()
1135 ctxPtr->lowLimit = (U32)(sourceEnd - ctxPtr->dictBase); in LZ4_compressHC_continue_generic()
1136 if (ctxPtr->dictLimit - ctxPtr->lowLimit < 4) ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4_compressHC_continue_generic()
1178 streamPtr->lowLimit = endIndex - (U32)dictSize; in LZ4_saveDictHC()
[all …]
H A Dlz4hc.h210 LZ4_u32 lowLimit; /* below that point, no more dict */ member
H A Dlz4.c869 const BYTE* lowLimit; in LZ4_compress_generic_validated() local
907 lowLimit = (const BYTE*)source - (dictDirective == withPrefix64k ? dictSize : 0); in LZ4_compress_generic_validated()
979 lowLimit = dictionary; in LZ4_compress_generic_validated()
982 lowLimit = (const BYTE*)source; in LZ4_compress_generic_validated()
989 lowLimit = dictionary; in LZ4_compress_generic_validated()
992 lowLimit = (const BYTE*)source; in LZ4_compress_generic_validated()
1079 && (lowLimit==dictionary) /* match within extDict */ ) { in LZ4_compress_generic_validated()
1168 lowLimit = dictionary; /* required for match length counter */ in LZ4_compress_generic_validated()
1172 lowLimit = (const BYTE*)source; /* required for match length counter */ in LZ4_compress_generic_validated()
1177 lowLimit = dictionary; /* required for match length counter */ in LZ4_compress_generic_validated()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/mfbt/lz4/
H A Dlz4hc.c113 hc4->lowLimit = (U32) startingOffset; in LZ4HC_init_internal()
257 …const U32 lowestMatchIndex = (hc4->lowLimit + (LZ4_DISTANCE_MAX + 1) > ipIndex) ? hc4->lowLimit : … in LZ4HC_InsertAndGetWiderMatch()
298 const BYTE* const dictStart = dictBase + hc4->lowLimit; in LZ4HC_InsertAndGetWiderMatch()
354 const BYTE* const dictStart = dictBase + hc4->lowLimit; in LZ4HC_InsertAndGetWiderMatch()
887 const size_t position = (size_t)(ctx->end - ctx->base) - ctx->lowLimit; in LZ4HC_compress_generic_dictCtx()
1094 ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4HC_setExternalDict()
1131 const BYTE* const dictBegin = ctxPtr->dictBase + ctxPtr->lowLimit; in LZ4_compressHC_continue_generic()
1135 ctxPtr->lowLimit = (U32)(sourceEnd - ctxPtr->dictBase); in LZ4_compressHC_continue_generic()
1136 if (ctxPtr->dictLimit - ctxPtr->lowLimit < 4) ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4_compressHC_continue_generic()
1178 streamPtr->lowLimit = endIndex - (U32)dictSize; in LZ4_saveDictHC()
[all …]
H A Dlz4hc.h210 LZ4_u32 lowLimit; /* below that point, no more dict */ member
H A Dlz4.c869 const BYTE* lowLimit; in LZ4_compress_generic_validated() local
907 lowLimit = (const BYTE*)source - (dictDirective == withPrefix64k ? dictSize : 0); in LZ4_compress_generic_validated()
979 lowLimit = dictionary; in LZ4_compress_generic_validated()
982 lowLimit = (const BYTE*)source; in LZ4_compress_generic_validated()
989 lowLimit = dictionary; in LZ4_compress_generic_validated()
992 lowLimit = (const BYTE*)source; in LZ4_compress_generic_validated()
1079 && (lowLimit==dictionary) /* match within extDict */ ) { in LZ4_compress_generic_validated()
1168 lowLimit = dictionary; /* required for match length counter */ in LZ4_compress_generic_validated()
1172 lowLimit = (const BYTE*)source; /* required for match length counter */ in LZ4_compress_generic_validated()
1177 lowLimit = dictionary; /* required for match length counter */ in LZ4_compress_generic_validated()
[all …]
/dports/security/openvpn/openvpn-2.5.6/src/compat/
H A Dcompat-lz4.c817 const BYTE* lowLimit; in LZ4_compress_generic() local
855 lowLimit = (const BYTE*)source - (dictDirective == withPrefix64k ? dictSize : 0); in LZ4_compress_generic()
927 lowLimit = dictionary; in LZ4_compress_generic()
930 lowLimit = (const BYTE*)source; in LZ4_compress_generic()
937 lowLimit = dictionary; in LZ4_compress_generic()
940 lowLimit = (const BYTE*)source; in LZ4_compress_generic()
1027 && (lowLimit==dictionary) /* match within extDict */ ) { in LZ4_compress_generic()
1116 lowLimit = dictionary; /* required for match length counter */ in LZ4_compress_generic()
1120 lowLimit = (const BYTE*)source; /* required for match length counter */ in LZ4_compress_generic()
1125 lowLimit = dictionary; /* required for match length counter */ in LZ4_compress_generic()
[all …]
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/compat/
H A Dcompat-lz4.c817 const BYTE* lowLimit; in LZ4_compress_generic() local
855 lowLimit = (const BYTE*)source - (dictDirective == withPrefix64k ? dictSize : 0); in LZ4_compress_generic()
927 lowLimit = dictionary; in LZ4_compress_generic()
930 lowLimit = (const BYTE*)source; in LZ4_compress_generic()
937 lowLimit = dictionary; in LZ4_compress_generic()
940 lowLimit = (const BYTE*)source; in LZ4_compress_generic()
1027 && (lowLimit==dictionary) /* match within extDict */ ) { in LZ4_compress_generic()
1116 lowLimit = dictionary; /* required for match length counter */ in LZ4_compress_generic()
1120 lowLimit = (const BYTE*)source; /* required for match length counter */ in LZ4_compress_generic()
1125 lowLimit = dictionary; /* required for match length counter */ in LZ4_compress_generic()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/
H A DRandomGenerator.java41 public static int intRangeRandom(int lowLimit, int upLimit) { in intRangeRandom() argument
42 int num = lowLimit + PRNG.nextInt(upLimit - lowLimit + 1); in intRangeRandom()
53 public static double doubleRangeRandom(double lowLimit, double upLimit) { in doubleRangeRandom() argument
54 double num = lowLimit + PRNG.nextDouble() * (upLimit - lowLimit); in doubleRangeRandom()
/dports/www/grafana8/grafana-8.3.6/public/build/
H A D7095.0e38943fa459e872fe93.js.map1lowLimit?: string, resolution?: number): IntervalValues {\n if (!resolution) {\n return { inte…
/dports/www/grafana8/grafana-8.3.6/public/app/features/alerting/unified/utils/
H A Drule-form.ts340 export function getIntervals(range: TimeRange, lowLimit?: string, resolution?: number): IntervalVal…
342 if (lowLimit && rangeUtil.intervalToMs(lowLimit) > 1000) {
344 interval: lowLimit,
345 intervalMs: rangeUtil.intervalToMs(lowLimit),
351 return rangeUtil.calculateInterval(range, resolution, lowLimit);
/dports/www/grafana8/grafana-8.3.6/public/app/core/utils/
H A Dexplore.ts486 export function getIntervals(range: TimeRange, lowLimit?: string, resolution?: number): IntervalVal…
491 return rangeUtil.calculateInterval(range, resolution, lowLimit);
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot/lib/zstd/
H A Dzstd_opt.h243 const U32 windowLow = zc->lowLimit; in ZSTD_insertBtAndGetAllMatches()
699 const U32 lowestIndex = ctx->lowLimit; in ZSTD_compressBlock_opt_extDict_generic()
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot/lib/
H A Dlz4.c90 const BYTE* const lowLimit = lowPrefix - dictSize; in LZ4_decompress_generic() local
153 …if ((checkOffset) && (unlikely(match < lowLimit))) goto _output_error; /* Error : offset outside… in LZ4_decompress_generic()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/contrib/linux-kernel/lib/zstd/
H A Dcompress.c220 cctx->lowLimit = end; in ZSTD_continueCCtx()
294 zc->lowLimit = 0; in ZSTD_resetCCtx_advanced()
374 dstCCtx->lowLimit = srcCCtx->lowLimit; in ZSTD_copyCCtx()
1580 U32 const windowLow = zc->lowLimit; in ZSTD_insertBt1()
1659 const U32 windowLow = zc->lowLimit; in ZSTD_insertBtAndFindBestMatch()
1829 const U32 lowLimit = zc->lowLimit; in ZSTD_HcFindBestMatch_generic() local
2384 cctx->lowLimit -= correction; in ZSTD_compress_generic()
2396 cctx->lowLimit = newLowLimit; in ZSTD_compress_generic()
2509 cctx->lowLimit = cctx->dictLimit; in ZSTD_compressContinue_internal()
2522 cctx->lowLimit = lowLimitMax; in ZSTD_compressContinue_internal()
[all …]
H A Dzstd_opt.h251 const U32 windowLow = zc->lowLimit; in ZSTD_insertBtAndGetAllMatches()
707 const U32 lowestIndex = ctx->lowLimit; in ZSTD_compressBlock_opt_extDict_generic()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/contrib/linux-kernel/
H A D0002-lib-Add-zstd-modules.patch1984 + cctx->lowLimit = end;
2058 + zc->lowLimit = 0;
2138 + dstCCtx->lowLimit = srcCCtx->lowLimit;
3344 + U32 const windowLow = zc->lowLimit;
3423 + const U32 windowLow = zc->lowLimit;
3593 + const U32 lowLimit = zc->lowLimit;
4148 + cctx->lowLimit -= correction;
4160 + cctx->lowLimit = newLowLimit;
4273 + cctx->lowLimit = cctx->dictLimit;
4286 + cctx->lowLimit = lowLimitMax;
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/lib/compress/
H A Dzstd_double_fast.c373 const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_doubleFast_extDict_generic() local
374 const U32 dictStartIndex = lowLimit; in ZSTD_compressBlock_doubleFast_extDict_generic()
376 const U32 prefixStartIndex = (dictLimit > lowLimit) ? dictLimit : lowLimit; in ZSTD_compressBlock_doubleFast_extDict_generic()
H A Dzstd_fast.c379 const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_fast_extDict_generic() local
380 const U32 dictStartIndex = lowLimit; in ZSTD_compressBlock_fast_extDict_generic()
383 const U32 prefixStartIndex = dictLimit < lowLimit ? lowLimit : dictLimit; in ZSTD_compressBlock_fast_extDict_generic()

12345678910>>...30