HomeSort by relevance Sort by last modified time
    Searched refs:lenf (Results 1 - 2 of 2) sorted by null

  /external/bsdiff/
bsdiff.cc 148 off_t s,Sf,lenf,Sb,lenb; local
243 s=0;Sf=0;lenf=0;
247 if(s*2-i>Sf*2-lenf) { Sf=s; lenf=i; };
259 if(lastscan+lenf>scan-lenb) {
260 overlap=(lastscan+lenf)-(scan-lenb);
263 if(new_buf[lastscan+lenf-overlap+i]==
264 old_buf[lastpos+lenf-overlap+i]) s++;
270 lenf+=lens-overlap;
274 for(i=0;i<lenf;i++
    [all...]
  /external/pdfium/xfa/fgas/localization/
fgas_locale.cpp 747 int lenf = wsNumFormat.GetLength(); local
760 ccf = lenf - 1;
934 while (ccf < lenf && strf[ccf] == '8') {
1455 int lenf = wsNumFormat.GetLength(); local
2058 int32_t lenf = wsDatePattern.GetLength(); local
2276 int lenf = wsTimePattern.GetLength(); local
2659 int lenf = wsNumFormat.GetLength(); local
3092 int lenf = wsNumFormat.GetLength(); local
3715 int32_t lenf = wsDatePattern.GetLength(); local
3835 int32_t lenf = wsTimePattern.GetLength(); local
    [all...]

Completed in 1223 milliseconds