OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:currentlength
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/zlib/pigz/dist/zopfli/
lz77.c
273
unsigned short
currentlength
= 0;
local
300
currentlength
= scan - &array[pos]; /* The found length. */
303
if (
currentlength
> bestlength) {
306
for (j = bestlength + 1; j <=
currentlength
; j++) {
311
bestlength =
currentlength
;
312
if (
currentlength
>= limit) break;
Completed in 91 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026