OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dictIndexDelta
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/compress/
zstd_fast.c
492
const U32
dictIndexDelta
= prefixStartIndex - (U32)(dictEnd - dictBase);
543
dictBase + (repIndex -
dictIndexDelta
) :
567
U32 const offset = (U32) (curr - dictMatchIndex -
dictIndexDelta
);
632
dictBase -
dictIndexDelta
+ repIndex2 :
zstd_double_fast.c
346
const U32
dictIndexDelta
= prefixLowestIndex - (U32)(dictEnd - dictBase);
390
dictBase + (repIndex -
dictIndexDelta
) :
420
offset = (U32)(curr - dictMatchIndexL -
dictIndexDelta
);
434
matchIndexS = dictMatchIndexS +
dictIndexDelta
;
472
offset = (U32)(curr + 1 - dictMatchIndexL3 -
dictIndexDelta
);
514
dictBase + repIndex2 -
dictIndexDelta
:
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 30 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026