OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dictIndexDelta
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/compress/
zstd_double_fast.c
358
const U32
dictIndexDelta
= prefixLowestIndex - (U32)(dictEnd - dictBase);
402
dictBase + (repIndex -
dictIndexDelta
) :
430
offset = (U32)(curr - dictMatchIndexL -
dictIndexDelta
);
444
matchIndexS = dictMatchIndexS +
dictIndexDelta
;
480
offset = (U32)(curr + 1 - dictMatchIndexL3 -
dictIndexDelta
);
522
dictBase + repIndex2 -
dictIndexDelta
:
zstd_fast.c
510
const U32
dictIndexDelta
= prefixStartIndex - (U32)(dictEnd - dictBase);
561
dictBase + (repIndex -
dictIndexDelta
) :
584
U32 const offset = (U32) (curr - dictMatchIndex -
dictIndexDelta
);
649
dictBase -
dictIndexDelta
+ repIndex2 :
zstd_lazy.c
187
U32 const
dictIndexDelta
= ms->window.lowLimit - dictHighLimit;
205
match = base + dictMatchIndex +
dictIndexDelta
; /* to prepare for next usage of match[matchLength] */
208
U32 matchIndex = dictMatchIndex +
dictIndexDelta
;
1545
const U32
dictIndexDelta
= isDxS ?
1591
dictBase + (repIndex -
dictIndexDelta
) :
1643
dictBase + (repIndex -
dictIndexDelta
) :
1679
dictBase + (repIndex -
dictIndexDelta
) :
1715
const BYTE* match = (matchIndex < prefixLowestIndex) ? dictBase + matchIndex -
dictIndexDelta
: base + matchIndex;
1741
dictBase -
dictIndexDelta
+ repIndex :
Completed in 26 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026