Home
last modified time | relevance | path

Searched refs:iStop (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fxjs/
Dcjs_publicmethods.cpp853 int iStop = dValue < 0 ? 1 : 0; in AFPercent_Format() local
854 for (int i = iEnd - 3; i > iStop; i -= 3) in AFPercent_Format()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c50418 unsigned int h, iStop;
50428 iStop = pCache->iMaxKey % pCache->nHash;
50434 iStop = h - 1;
50452 if( h==iStop ) break;
/external/sqlite/dist/orig/
Dsqlite3.c50330 unsigned int h, iStop;
50340 iStop = pCache->iMaxKey % pCache->nHash;
50346 iStop = h - 1;
50364 if( h==iStop ) break;
/external/sqlite/dist/
Dsqlite3.c50346 unsigned int h, iStop;
50356 iStop = pCache->iMaxKey % pCache->nHash;
50362 iStop = h - 1;
50380 if( h==iStop ) break;