Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcscript_layoutpseudomodel.cpp202 int32_t iFirst = pLayoutItem->GetFirst()->GetPage()->GetPageIndex(); in PageSpan() local
203 int32_t iPageSpan = iLast - iFirst + 1; in PageSpan()
/external/robolectric/v3/
Drobolectric-processor-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ ...
/external/sqlite/dist/orig/
Dsqlite3.c57457 u32 iFirst = 0; /* First frame that may be overwritten */
57476 iFirst = pLive->mxFrame+1;
57548 if( iFirst && (p->pDirty || isCommit==0) ){
57552 if( iWrite>=iFirst ){
65591 int iFirst, /* Index of first cell to add */
65598 int iEnd = iFirst + nCell;
65600 for(i=iFirst; i<iEnd; i++){
65634 int iFirst, /* First cell to delete */
65643 int iEnd = iFirst + nCell;
65647 for(i=iFirst; i<iEnd; i++){
[all …]
/external/sqlite/dist/
Dsqlite3.c57457 u32 iFirst = 0; /* First frame that may be overwritten */
57476 iFirst = pLive->mxFrame+1;
57548 if( iFirst && (p->pDirty || isCommit==0) ){
57552 if( iWrite>=iFirst ){
65591 int iFirst, /* Index of first cell to add */
65598 int iEnd = iFirst + nCell;
65600 for(i=iFirst; i<iEnd; i++){
65634 int iFirst, /* First cell to delete */
65643 int iEnd = iFirst + nCell;
65647 for(i=iFirst; i<iEnd; i++){
[all …]