Searched refs:iEnd (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/src/pathops/ |
H A D | SkOpAngle.cpp | 647 SkIntersections iEnd; in endToSide() local 650 (*CurveIntersectRay[oppVerb])(oppSegment->pts(), oppSegment->weight(), rayEnd, &iEnd); in endToSide() 652 int closestEnd = iEnd.closestTo(rh->fStart->t(), rh->fEnd->t(), rayEnd[0], &endDist); in endToSide() 679 SkDPoint oppPt = iEnd.pt(closestEnd); in endToSide()
|
/third_party/lz4/lib/ |
H A D | lz4hc.c | 177 LZ4HC_countPattern(const BYTE* ip, const BYTE* const iEnd, U32 const pattern32) in LZ4HC_countPattern() argument 183 while (likely(ip < iEnd-(sizeof(pattern)-1))) { in LZ4HC_countPattern() 192 while ((ip<iEnd) && (*ip == (BYTE)patternByte)) { in LZ4HC_countPattern() 197 while (ip < iEnd) { in LZ4HC_countPattern()
|
/third_party/mesa3d/src/gallium/auxiliary/tessellator/ |
H A D | tessellator.cpp | 1978 // iStart,iEnd are a small optimization so the loop below doesn't have to go from 0 up to 31 in StitchTransition() 1980 int iEnd = max(loopEnd[insideNumHalfTessFactorPoints],loopEnd[outsideNumHalfTessFactorPoints]); in StitchTransition() local 1989 for(int i = iStart; i <= iEnd; i++) in StitchTransition() 2034 for(int i = iEnd; i >= iStart; i--) in StitchTransition()
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 13206 int iEnd /* Byte offset of end of token within input text */ 36393 sqlite3_int64 iEnd = iOfst+iAmt; kvvfsWriteJrnl() local 70424 u32 iEnd = iStart + iSize; /* First byte past the iStart buffer */ global() local 75931 int iEnd = i+nCell; /* Loop terminator */ global() local 76021 int iEnd = iFirst + nCell; /* End of loop. One past last cell to ins */ global() local 76085 int iEnd = iFirst + nCell; global() local 79982 const i64 iEnd = (i64)iSrcPg*(i64)nSrcPgsz; global() local 80249 i64 iEnd; global() local 128830 int iEnd = sqlite3VdbeCurrentAddr(v); global() local 138559 tableAndColumnIndex( SrcList *pSrc, int iStart, int iEnd, const char *zCol, int *piTab, int *piCol, int bIgnoreHidden ) global() argument 144913 int iEnd; /* Address of the end of the query */ global() local 157226 int iEnd = sqlite3VdbeCurrentAddr(v); global() local 162813 int iEnd = sqlite3VdbeCurrentAddr(v); global() local 164848 int iEnd; global() local 186519 int nToken = 0, iStart = 0, iEnd = 0, iPosition = 0; global() local 186635 int nByte = 0, iBegin = 0, iEnd = 0, iPos = 0; global() local 188949 int iEnd = 0; global() local 189496 int iEnd; /* Current 'end' value */ global() member 190684 int iEnd = 0; global() local 193604 sqlite3_int64 iEnd; /* Block number of last allocated block */ global() member 194103 fts3IsAppendable(Fts3Table *p, sqlite3_int64 iEnd, int *pbRes) global() argument 194149 sqlite3_int64 iEnd = 0; /* Value of %_segdir.end_block */ global() local 196094 int iEnd = 0x7FFFFFFF; global() local 196438 int iEnd = 0; /* Byte offset of end of current token */ global() local 197334 int iEnd = 0; global() local 200372 u32 iEnd; /* EOF when i equals or exceeds this value */ global() member 208095 int iEnd = 0; global() local 224329 int iEnd; /* Last token in coalesced phrase instance */ global() member 224346 int iEnd = io - 1 + pIter->pApi->xPhraseSize(pIter->pFts, ip); global() local 224620 sqlite3_int64 iEnd = (sqlite3_int64)iPos + nToken; global() local 236698 int iEnd; global() local [all...] |
H A D | shell.c | 338 sqlite3_int64 iEnd = timeOfDay(); in endTimer() local 342 (iEnd - iBegin)*0.001, in endTimer() 4237 int iStart, iEnd, iGoto; in re_subcompile_re() local 4242 iEnd = p->nState; in re_subcompile_re() 4243 re_insert(p, iStart, RE_OP_FORK, iEnd + 2 - iStart); in re_subcompile_re() 19639 static char **readline_completion(const char *zText, int iStart, int iEnd){ in readline_completion() argument
|
/third_party/sqlite/include/ |
H A D | sqlite3.h | 12876 int iEnd /* Byte offset of end of token within input text */
|
Completed in 243 milliseconds