Searched refs:iEnd (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddoc.d2427 * iEnd = the index within `buf` of the character after the last
2434 private void endMarkdownHeading(ref OutBuffer buf, size_t iStart, ref size_t iEnd, const ref Loc loc, ref int headingLevel)
2440 const s = buf[][iStart..iEnd];
2447 iEnd += 5;
2448 size_t iBeforeNewline = iEnd;
2514 size_t iEnd = end.iStart;
2526 const s = buf[][iStart + count..iEnd];
2531 iEnd -= count;
2532 buf.remove(iEnd, count);
2535 buf.insert(iEnd, ")");
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c13605 int iEnd /* Byte offset of end of token within input text */
37637 sqlite3_int64 iEnd = iOfst+iAmt; local
72055 u32 iEnd = iStart + iSize; /* First byte past the iStart buffer */ local
77673 int iEnd = i+nCell; /* Loop terminator */ local
77764 int iEnd = iFirst + nCell; /* End of loop. One past last cell to ins */ local
77828 int iEnd = iFirst + nCell; local
81808 const i64 iEnd = (i64)iSrcPg*(i64)nSrcPgsz; local
82047 i64 iEnd; local
92356 int iEnd = pScan->aAddrRange[ii+1]; local
132372 int iEnd = sqlite3VdbeCurrentAddr(v); local
142140 tableAndColumnIndex( SrcList *pSrc, int iStart, int iEnd, const char *zCol, int *piTab, int *piCol, int bIgnoreHidden ) argument
149062 int iEnd; /* Address of the end of the query */ local
161496 int iEnd = sqlite3VdbeCurrentAddr(v); local
167532 int iEnd = sqlite3VdbeCurrentAddr(v); local
169578 int iEnd; local
191484 int nToken = 0, iStart = 0, iEnd = 0, iPosition = 0; local
191600 int nByte = 0, iBegin = 0, iEnd = 0, iPos = 0; local
193914 int iEnd = 0; local
194461 int iEnd; /* Current 'end' value */ member in struct:Fts3tokCursor
195650 int iEnd = 0; local
198575 sqlite3_int64 iEnd; /* Block number of last allocated block */ member in struct:IncrmergeWriter
199080 fts3IsAppendable(Fts3Table *p, sqlite3_int64 iEnd, int *pbRes) argument
199126 sqlite3_int64 iEnd = 0; /* Value of %_segdir.end_block */ local
201074 int iEnd = 0x7FFFFFFF; local
201421 int iEnd = 0; /* Byte offset of end of current token */ local
202317 int iEnd = 0; local
204520 jsonbValidityCheck( const JsonParse *pParse, u32 i, u32 iEnd, u32 iDepth ) argument
205333 u32 sz, n, j, iEnd; local
205565 u32 n, sz, i, iEnd; local
205910 u32 i, j, k, nKey, sz, n, iEnd, rc; local
206654 jsonDebugPrintBlob( JsonParse *pParse, u32 iStart, u32 iEnd, int nIndent, sqlite3_str *pOut ) argument
207833 u32 iEnd; /* First byte past the end */ member in struct:JsonParent
207843 u32 iEnd; /* EOF when i equals or exceeds this value */ member in struct:JsonEachCursor
215563 int iEnd = 0; local
232582 int iEnd; /* Last token in coalesced phrase instance */ member in struct:CInstIter
232599 int iEnd = io - 1 + pIter->pApi->xPhraseSize(pIter->pFts, ip); local
232908 sqlite3_int64 iEnd = (sqlite3_int64)iPos + nToken; local
247270 int iEnd; local
[all...]
H A Dsqlite3.h13292 int iEnd /* Byte offset of end of token within input text */
H A Dshell.c1343 sqlite3_int64 iEnd = timeOfDay(); local
1347 (iEnd - iBegin)*0.001,
6689 int iStart, iEnd, iGoto; local
6694 iEnd = p->nState;
6695 re_insert(p, iStart, RE_OP_FORK, iEnd + 2 - iStart);
22354 static char **readline_completion(const char *zText, int iStart, int iEnd){ argument
22356 (void)iEnd;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dstring.d2542 IndexType iEnd = 0;
2573 iEnd = i;
2580 iEnd = i + (keepTerm == Yes.keepTerminator);
2587 iEnd = i + (keepTerm == Yes.keepTerminator) * 2;
2608 iEnd = i + (keepTerm == Yes.keepTerminator) * 3;
2620 iEnd = i + (keepTerm == Yes.keepTerminator) * 2;
2640 return _input[iStart .. iEnd];
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dstring.d2767 IndexType iEnd = 0;
2798 iEnd = i;
2805 iEnd = i + (keepTerm == Yes.keepTerminator);
2812 iEnd = i + (keepTerm == Yes.keepTerminator) * 2;
2833 iEnd = i + (keepTerm == Yes.keepTerminator) * 3;
2845 iEnd = i + (keepTerm == Yes.keepTerminator) * 2;
2865 return _input[iStart .. iEnd];
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d2085 int iEnd

Completed in 971 milliseconds