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

  /external/bsdiff/
bsdiff.cc 72 ssize_t s,Sf,lenf,Sb,lenb; local
142 s=0;Sf=0;lenf=0;
146 if(s*2-i>Sf*2-lenf) { Sf=s; lenf=i; };
158 if(lastscan+lenf>scan-lenb) {
159 overlap=(lastscan+lenf)-(scan-lenb);
162 if(new_buf[lastscan+lenf-overlap+i]==
163 old_buf[lastpos+lenf-overlap+i]) s++;
169 lenf+=lens-overlap;
174 ControlEntry(lenf,
    [all...]
  /external/pdfium/xfa/fgas/crt/
cfgas_formatstring.cpp 236 int32_t lenf = wsDatePattern.GetLength(); local
238 while (*cc < len && ccf < lenf) {
240 WideString wsLiteral = GetLiteralText(strf, &ccf, lenf);
261 while (ccf < lenf && strf[ccf] == symbol[0])
355 int lenf = wsTimePattern.GetLength(); local
359 while (*cc < len && ccf < lenf) {
361 WideString wsLiteral = GetLiteralText(strf, &ccf, lenf);
382 while (ccf < lenf && strf[ccf] == symbol[0])
571 int32_t lenf = wsDatePattern.GetLength(); local
573 while (ccf < lenf) {
634 int32_t lenf = wsTimePattern.GetLength(); local
1165 int lenf = wsNumFormat.GetLength(); local
1871 int lenf = wsNumFormat.GetLength(); local
    [all...]

Completed in 62 milliseconds