OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lenf
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/applypatch/
bsdiff.c
232
off_t s,Sf,
lenf
,Sb,lenb;
local
304
s=0;Sf=0;
lenf
=0;
308
if(s*2-i>Sf*2-
lenf
) { Sf=s;
lenf
=i; };
320
if(lastscan+
lenf
>scan-lenb) {
321
overlap=(lastscan+
lenf
)-(scan-lenb);
324
if(new[lastscan+
lenf
-overlap+i]==
325
old[lastpos+
lenf
-overlap+i]) s++;
331
lenf
+=lens-overlap;
335
for(i=0;i<
lenf
;i++
[
all
...]
/external/bsdiff/
bsdiff.c
205
off_t s,Sf,
lenf
,Sb,lenb;
local
295
s=0;Sf=0;
lenf
=0;
299
if(s*2-i>Sf*2-
lenf
) { Sf=s;
lenf
=i; };
311
if(lastscan+
lenf
>scan-lenb) {
312
overlap=(lastscan+
lenf
)-(scan-lenb);
315
if(new[lastscan+
lenf
-overlap+i]==
316
old[lastpos+
lenf
-overlap+i]) s++;
322
lenf
+=lens-overlap;
326
for(i=0;i<
lenf
;i++
[
all
...]
Completed in 93 milliseconds