Searched defs:iLimit (Results 1 - 11 of 11) sorted by relevance

/external/pdfium/xfa/fxbarcode/qrcode/
H A DBC_QRCoderMaskUtil.cpp177 int32_t iLimit = isHorizontal ? height : width; local
180 for (int32_t i = 0; i < iLimit; ++i) {
/external/lz4/lib/
H A Dlz4hc.c133 const BYTE* ip, const BYTE* const iLimit,
158 size_t const mlt = LZ4_count(ip+MINMATCH, match+MINMATCH, iLimit) + MINMATCH;
166 if (vLimit > iLimit) vLimit = iLimit;
168 if ((ip+mlt == vLimit) && (vLimit < iLimit))
169 mlt += LZ4_count(ip+mlt, base+dictLimit, iLimit);
132 LZ4HC_InsertAndFindBestMatch(LZ4HC_CCtx_internal* hc4, const BYTE* ip, const BYTE* const iLimit, const BYTE** matchpos, const int maxNbAttempts) argument
/external/pdfium/xfa/fwl/
H A Dcfwl_edit.cpp579 int32_t iLimit = m_nLimit > 0 ? m_nLimit : 1; local
580 FX_FLOAT fStep = m_rtEngine.width / iLimit;
582 for (int32_t i = 1; i < iLimit; i++) {
/external/pdfium/xfa/fxfa/parser/
H A Dxfa_document_datamerger_imp.cpp905 int32_t iLimit = iMax; local
907 iLimit = subformArray.GetSize();
908 if (iLimit < iMin)
909 iLimit = iInit;
912 for (; (iLimit < 0 || iCurRepeatIndex < iLimit); iCurRepeatIndex++) {
/external/sqlite/dist/orig/
H A Dshell.c5202 int iLimit = -1; local
5206 if( iLimit<0 ){
5207 iLimit = i;
5215 if( iLimit<0 ){
5223 sqlite3_limit(p->db, aLimit[iLimit].limitCode,
5226 printf("%20s %d\n", aLimit[iLimit].zLimitName,
5227 sqlite3_limit(p->db, aLimit[iLimit].limitCode, -1));
H A Dsqlite3.c7583 ** to the value of the iLimit parameter passed to xTruncate(). If any
7613 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
7634 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
15466 int iLimit, iOffset; /* Memory registers holding LIMIT & OFFSET counters */ member in struct:Select
35288 int iLimit = 0; local
46090 pcache1Truncate(sqlite3_pcache *p, unsigned int iLimit) argument
48246 const i64 iLimit = pPager->journalSizeLimit; /* Local cache of jsl */ local
54123 sqlite3PagerJournalSizeLimit(Pager *pPager, i64 iLimit) argument
55338 int iLimit = 0; /* Zero values greater than this */ local
55753 sqlite3WalLimit(Wal *pWal, i64 iLimit) argument
70480 int iLimit; /* Maximum allowed string or blob size */ local
113630 i64 iLimit = -2; local
113703 int iLimit, addr; local
116771 int iLimit; /* LIMIT counter */ local
118118 int iLimit = 0; local
126212 LogEst iLimit; /* LIMIT if wctrlFlags has WHERE_USE_LIMIT */ member in struct:WhereInfo
190538 int iLimit; local
[all...]
/external/sqlite/dist/
H A Dshell.c5224 int iLimit = -1; local
5228 if( iLimit<0 ){
5229 iLimit = i;
5237 if( iLimit<0 ){
5245 sqlite3_limit(p->db, aLimit[iLimit].limitCode,
5248 printf("%20s %d\n", aLimit[iLimit].zLimitName,
5249 sqlite3_limit(p->db, aLimit[iLimit].limitCode, -1));
H A Dsqlite3.c7583 ** to the value of the iLimit parameter passed to xTruncate(). If any
7613 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
7634 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
15466 int iLimit, iOffset; /* Memory registers holding LIMIT & OFFSET counters */ member in struct:Select
35288 int iLimit = 0; local
46090 pcache1Truncate(sqlite3_pcache *p, unsigned int iLimit) argument
48246 const i64 iLimit = pPager->journalSizeLimit; /* Local cache of jsl */ local
54123 sqlite3PagerJournalSizeLimit(Pager *pPager, i64 iLimit) argument
55338 int iLimit = 0; /* Zero values greater than this */ local
55753 sqlite3WalLimit(Wal *pWal, i64 iLimit) argument
70480 int iLimit; /* Maximum allowed string or blob size */ local
113630 i64 iLimit = -2; local
113703 int iLimit, addr; local
116771 int iLimit; /* LIMIT counter */ local
118118 int iLimit = 0; local
126212 LogEst iLimit; /* LIMIT if wctrlFlags has WHERE_USE_LIMIT */ member in struct:WhereInfo
190550 int iLimit; local
[all...]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 868 milliseconds