Home
last modified time | relevance | path

Searched refs:iLimit (Results 1 – 16 of 16) sorted by relevance

/external/emma/core/java12/com/vladium/util/
DStrings.java39 for (int i = 0, iLimit = strings.length; i < iLimit; ++ i) in toListForm()
188 for (int i = 0, iLimit = s.length (); i < iLimit; ++ i) in HTMLEscape()
229 for (int i = 0, iLimit = s.length (); i < iLimit; ++ i) in HTMLEscapeNB()
/external/emma/core/java12/com/vladium/emma/filter/
DIInclExclFilter.java75 for (int i = 0, iLimit = specs.length; i < iLimit; ++ i) in create()
128 for (int i = 0, iLimit = inclusions.length; i < iLimit; ++ i) in included()
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
DInnerClassesAttribute_info.java35 for (int i = 0, iLimit = size (); i < iLimit; ++ i) in makesClassNested()
/external/emma/core/java12/com/vladium/jcd/cls/
DClassDef.java313 final int iLimit = ifcs.length; in computeSUID() local
314 for (int i = 0; i < iLimit; ++ i) in computeSUID()
321 for (int i = 0; i < iLimit; ++ i) in computeSUID()
385 for (int i = 0, iLimit = cds.length; i < iLimit; ++ i) in computeSUID()
/external/emma/core/java12/com/vladium/emma/report/
DIItemAttribute.java154 final int iLimit = Math.max (1, 5 - appendTo.length () + appendToStart); in format() local
155 for (int i = 0; i < iLimit; ++ i) appendTo.append (' '); in format()
/external/lz4/lib/
Dlz4hc.c133 const BYTE* ip, const BYTE* const iLimit, in LZ4HC_InsertAndFindBestMatch() argument
158 size_t const mlt = LZ4_count(ip+MINMATCH, match+MINMATCH, iLimit) + MINMATCH; in LZ4HC_InsertAndFindBestMatch()
166 if (vLimit > iLimit) vLimit = iLimit; in LZ4HC_InsertAndFindBestMatch()
168 if ((ip+mlt == vLimit) && (vLimit < iLimit)) in LZ4HC_InsertAndFindBestMatch()
169 mlt += LZ4_count(ip+mlt, base+dictLimit, iLimit); in LZ4HC_InsertAndFindBestMatch()
/external/pdfium/xfa/fxbarcode/qrcode/
DBC_QRCoderMaskUtil.cpp177 int32_t iLimit = isHorizontal ? height : width; in ApplyMaskPenaltyRule1Internal() local
180 for (int32_t i = 0; i < iLimit; ++i) { in ApplyMaskPenaltyRule1Internal()
/external/pdfium/xfa/fxfa/parser/
Dxfa_document_datamerger_imp.cpp905 int32_t iLimit = iMax; in CopyContainer_SubformSet() local
907 iLimit = subformArray.GetSize(); in CopyContainer_SubformSet()
908 if (iLimit < iMin) in CopyContainer_SubformSet()
909 iLimit = iInit; in CopyContainer_SubformSet()
912 for (; (iLimit < 0 || iCurRepeatIndex < iLimit); iCurRepeatIndex++) { in CopyContainer_SubformSet()
/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp579 int32_t iLimit = m_nLimit > 0 ? m_nLimit : 1; in DrawContent() local
580 FX_FLOAT fStep = m_rtEngine.width / iLimit; in DrawContent()
582 for (int32_t i = 1; i < iLimit; i++) { in DrawContent()
/external/sqlite/dist/
Dsqlite3.h7394 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
7415 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
Dshell.c5353 int iLimit = -1; in do_meta_command() local
5357 if( iLimit<0 ){ in do_meta_command()
5358 iLimit = i; in do_meta_command()
5366 if( iLimit<0 ){ in do_meta_command()
5374 sqlite3_limit(p->db, aLimit[iLimit].limitCode, in do_meta_command()
5377 printf("%20s %d\n", aLimit[iLimit].zLimitName, in do_meta_command()
5378 sqlite3_limit(p->db, aLimit[iLimit].limitCode, -1)); in do_meta_command()
Dsqlite3.c7671 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
7692 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
15537 int iLimit, iOffset; /* Memory registers holding LIMIT & OFFSET counters */ member
35447 int iLimit = 0;
35465 if( zBuf[nBuf-2]!=0 || (iLimit++)>10 ) return SQLITE_ERROR;
45751 unsigned int iLimit /* Drop pages with this pgno or larger */
45756 assert( pCache->iMaxKey >= iLimit );
45758 if( pCache->iMaxKey - iLimit < pCache->nHash ){
45763 h = iLimit % pCache->nHash;
45778 if( pPage->iKey>=iLimit ){
[all …]
/external/sqlite/dist/orig/
Dsqlite3.h7394 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
7415 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
Dshell.c5331 int iLimit = -1; in do_meta_command() local
5335 if( iLimit<0 ){ in do_meta_command()
5336 iLimit = i; in do_meta_command()
5344 if( iLimit<0 ){ in do_meta_command()
5352 sqlite3_limit(p->db, aLimit[iLimit].limitCode, in do_meta_command()
5355 printf("%20s %d\n", aLimit[iLimit].zLimitName, in do_meta_command()
5356 sqlite3_limit(p->db, aLimit[iLimit].limitCode, -1)); in do_meta_command()
Dsqlite3.c7671 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
7692 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
15537 int iLimit, iOffset; /* Memory registers holding LIMIT & OFFSET counters */ member
35447 int iLimit = 0;
35465 if( zBuf[nBuf-2]!=0 || (iLimit++)>10 ) return SQLITE_ERROR;
45751 unsigned int iLimit /* Drop pages with this pgno or larger */
45756 assert( pCache->iMaxKey >= iLimit );
45758 if( pCache->iMaxKey - iLimit < pCache->nHash ){
45763 h = iLimit % pCache->nHash;
45778 if( pPage->iKey>=iLimit ){
[all …]
/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java300 for (int i = 0, iLimit = interfaces.size (); i < iLimit; ++ i) in visit()