OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lenf
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/courgette/third_party/
bsdiff_create.cc
283
// fffffffffffffff |
lenf
| = scan forward from |lastscan|
342
// Extend the lastscan match forward; |
lenf
| is the maximal extension for
348
int
lenf
= 0;
local
354
if (score*2 - i > Sf*2 -
lenf
) { Sf = score;
lenf
= i; }
360
if (lastscan +
lenf
> scan - lenb) {
361
int overlap = (lastscan +
lenf
) - (scan - lenb);
365
if (newbuf[lastscan +
lenf
- overlap + i] ==
366
old[lastpos +
lenf
- overlap + i]) score++;
371
lenf
+= lens - overlap
[
all
...]
/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
...]
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobsdiff.c
341
off_t s,Sf,
lenf
,Sb,lenb;
local
439
s=0;Sf=0;
lenf
=0;
443
if(s*2-i>Sf*2-
lenf
) { Sf=s;
lenf
=i; };
455
if(lastscan+
lenf
>scan-lenb) {
456
overlap=(lastscan+
lenf
)-(scan-lenb);
459
if(new[lastscan+
lenf
-overlap+i]==
460
old[lastpos+
lenf
-overlap+i]) s++;
466
lenf
+=lens-overlap;
470
for(i=0;i<
lenf
;i++
[
all
...]
Completed in 3519 milliseconds