OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:prefixLowestIndex
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/compress/
zstd_double_fast.c
119
const U32
prefixLowestIndex
= ZSTD_getLowestPrefixIndex(ms, endIndex, cParams->windowLog);
120
const BYTE* const prefixLowest = base +
prefixLowestIndex
;
194
if (idxl0 >
prefixLowestIndex
) {
207
if (idxs0 >
prefixLowestIndex
) {
246
if (idxl1 >
prefixLowestIndex
) {
332
const U32
prefixLowestIndex
= ZSTD_getLowestPrefixIndex(ms, endIndex, cParams->windowLog);
333
const BYTE* const prefixLowest = base +
prefixLowestIndex
;
346
const U32 dictIndexDelta =
prefixLowestIndex
- (U32)(dictEnd - dictBase);
389
const BYTE* repMatch = (repIndex <
prefixLowestIndex
) ?
395
if (((U32)((
prefixLowestIndex
-1) - repIndex) >= 3 /* intentional underflow */
[
all
...]
zstd_lazy.c
1529
const U32
prefixLowestIndex
= ms->window.dictLimit;
1530
const BYTE* const prefixLowest = base +
prefixLowestIndex
;
1546
prefixLowestIndex
- (U32)(dictEnd - dictBase) :
1590
&& repIndex <
prefixLowestIndex
) ?
1593
if (((U32)((
prefixLowestIndex
-1) - repIndex) >= 3 /* intentional underflow */)
1595
const BYTE* repMatchEnd = repIndex <
prefixLowestIndex
? dictEnd : iend;
1642
const BYTE* repMatch = repIndex <
prefixLowestIndex
?
1645
if (((U32)((
prefixLowestIndex
-1) - repIndex) >= 3 /* intentional underflow */)
1647
const BYTE* repMatchEnd = repIndex <
prefixLowestIndex
? dictEnd : iend;
1678
const BYTE* repMatch = repIndex <
prefixLowestIndex
[
all
...]
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026