OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLength
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/compress/
zstd_double_fast.c
126
size_t
mLength
;
191
mLength
= ZSTD_count(ip+1+4, ip+1+4-offset_1, iend) + 4;
193
ZSTD_storeSeq(seqStore, (size_t)(ip-anchor), anchor, iend, REPCODE1_TO_OFFBASE,
mLength
);
207
mLength
= ZSTD_count(ip+8, matchl0+8, iend) + 8;
209
while (((ip>anchor) & (matchl0>prefixLowest)) && (ip[-1] == matchl0[-1])) { ip--; matchl0--;
mLength
++; } /* catch up */
256
mLength
= ZSTD_count(ip+4, matchs0+4, iend) + 4;
262
if (l1len >
mLength
) {
265
mLength
= l1len;
271
while (((ip>anchor) & (matchs0>prefixLowest)) && (ip[-1] == matchs0[-1])) { ip--; matchs0--;
mLength
++; } /* complete backward */
275
_match_found: /* requires ip, offset,
mLength
*/
[
all
...]
zstd_fast.c
226
size_t
mLength
;
278
mLength
= ip0[-1] == match0[-1];
279
ip0 -=
mLength
;
280
match0 -=
mLength
;
282
mLength
+= 4;
384
mLength
= 4;
390
mLength
++;
396
mLength
+= ZSTD_count(ip0 +
mLength
, match0 +
mLength
, iend)
[
all
...]
zstd_ldm.c
403
bestMatchLength = 0,
mLength
;
473
mLength
= forwardMatchLength + backwardMatchLength;
481
seq->matchLength = (U32)
mLength
;
Completed in 26 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026