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

  /src/external/bsd/ntp/dist/ntpd/
refclock_jjy.c 443 #define DEBUG_PRINTF_JJY_RECEIVE(sFunc,iLen) { if ( debug ) { printf ( "refclock_jjy.c : %s : iProcessState=%d bLineError=%d iCommandSeq=%d iLineCount=%d iTimestampCount=%d iLen=%d\n", sFunc, up->iProcessState, up->bLineError, up->iCommandSeq, up->iLineCount, up->iTimestampCount, iLen ) ; } }
445 #define DEBUG_PRINTF_JJY_RECEIVE(sFunc,iLen)
615 size_t iLen, iCopyLen ;
760 iLen = up->iLineBufLen ;
763 iLen = pp->lencode ;
766 iCopyLen = ( iLen <= sizeof(sLogText)-1 ? iLen : sizeof(sLogText)-1 ) ;
1186 int iLen ;
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
string.d 6115 immutable iLen = codeUnits.length;
6118 for (size_t i = 0; i < iLen; i++)
6149 if (bExponent || i + 1 >= iLen)
6170 if (i == iLen - 2)
6175 if (asciiCmp(codeUnits[i .. iLen], "ul") &&
6179 if (codeUnits[i .. iLen].among!((a, b) => asciiCmp(a, b))("fi", "li") &&
6182 if (asciiCmp(codeUnits[i .. iLen], "ul") &&
6187 return codeUnits[i .. iLen].among!((a, b) => asciiCmp(a, b))
6190 if (i == iLen - 1)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
vfw.d 353 int iLen;
712 BOOL DrawDibChangePalette(HDRAWDIB hdd, int iStart, int iLen, LPPALETTEENTRY lppe);

Completed in 26 milliseconds