HomeSort by: relevance | last modified time | path
    Searched refs:iStart (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
doc.d 2426 * iStart = the index within `buf` that the Markdown heading starts at
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];
2446 buf.insert(iStart, heading);
2513 size_t iStart = start.iStart;
2514 size_t iEnd = end.iStart;
2517 iStart += start.count;
2526 const s = buf[][iStart + count..iEnd];
2530 buf.remove(iStart, count)
    [all...]
declaration.d 51 bool checkFrameAccess(Loc loc, Scope* sc, AggregateDeclaration ad, size_t iStart = 0)
69 for (size_t i = iStart; i < ad.fields.dim; i++)
dtemplate.d 4919 * iStart = Start index of tparams to limit the tested parameters. If it's
4920 * nonzero, tparams[0..iStart] will be excluded from the test target.
4922 bool reliesOnTident(Type t, TemplateParameters* tparams, size_t iStart = 0)
  /src/external/bsd/ntp/dist/ntpd/
refclock_jjy.c 853 getRawDataBreakPosition ( struct jjyunit *up, int iStart )
858 if ( iStart >= up->iRawBufLen ) {
860 printf( "refclock_jjy.c : getRawDataBreakPosition : iStart=%d return=-1\n", iStart ) ;
865 for ( i = iStart ; i < up->iRawBufLen ; i ++ ) {
876 printf( "refclock_jjy.c : getRawDataBreakPosition : iStart=%d return=%d\n",
877 iStart, i + up->pRawBreak[j].iLength - 1 ) ;
887 printf( "refclock_jjy.c : getRawDataBreakPosition : iStart=%d return=-1\n", iStart ) ;
  /src/external/bsd/zstd/dist/lib/compress/
zstd_compress_internal.h 877 * convention : on reaching mEnd, match count continue starting from iStart
881 const BYTE* iEnd, const BYTE* mEnd, const BYTE* iStart)
889 DEBUGLOG(7, "next byte : ip==%02X, istart==%02X", ip[matchLength], *iStart);
890 DEBUGLOG(7, "final match length = %zu", matchLength + ZSTD_count(ip+matchLength, iStart, iEnd));
891 return matchLength + ZSTD_count(ip+matchLength, iStart, iEnd);
986 BYTE const* istart = (BYTE const*)buf; local
990 hash += istart[pos] + ZSTD_ROLL_HASH_CHAR_OFFSET;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
string.d 2588 size_t iStart = 0;
2596 retval.put(s[iStart .. i + (keepTerm == Yes.keepTerminator)]);
2597 iStart = i + 1;
2603 retval.put(s[iStart .. i + (keepTerm == Yes.keepTerminator) * 2]);
2604 iStart = i + 2;
2625 retval.put(s[iStart .. i + (keepTerm == Yes.keepTerminator) * 3]);
2626 iStart = i + 3;
2638 retval.put(s[iStart .. i + (keepTerm == Yes.keepTerminator) * 2]);
2639 iStart = i + 2;
2659 if (iStart != s.length
    [all...]
  /src/external/public-domain/sqlite/dist/
sqlite3.h 14226 int iStart, /* Byte offset of token within input text */
14250 int iStart, /* Byte offset of token within input text */
shell.c 1617 int iStart /* Begin escapding on this byte of pStr */
1629 zIn += iStart;
1645 sz = sqlite3_str_length(pStr) - iStart;
1650 zOut += iStart;
1748 int iStart = sqlite3_str_length(pOut);
1843 qrfEscape(p->spec.eEsc, pOut, iStart);
2008 int iStart;
2016 iStart = sqlite3_str_length(pOut);
2024 for(i=0, j=iStart; i<nBlob; i++, j+=2){
2033 int iStart;
    [all...]
sqlite3.c 14547 int iStart, /* Byte offset of token within input text */
14571 int iStart, /* Byte offset of token within input text */
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
vfw.d 352 int iStart;
712 BOOL DrawDibChangePalette(HDRAWDIB hdd, int iStart, int iLen, LPPALETTEENTRY lppe);
commctrl.d 3716 int iStart;
3722 int iStart;
wingdi.d 3155 DWORD iStart;

Completed in 96 milliseconds