Searched refs:iLength (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_jjy.c171 int iLength ; member in struct:jjyRawDataBreak
869 if ( i + up->pRawBreak[j].iLength <= up->iRawBufLen ) {
873 up->pRawBreak[j].iLength ) == 0 ) {
877 iStart, i + up->pRawBreak[j].iLength - 1 ) ;
879 return i + up->pRawBreak[j].iLength - 1 ;
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Diteration.d6377 size_t iLength = input.length;
6387 --iLength;
6394 iLength = input.length;
6399 assert(iLength <= _s.length, "The current index must not"
6402 _frontLength = _s.length - iLength;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c137811 static const u8 iLength[] = {2, 2, 3, 5, 3, 4, 5, 4}; local
[all...]

Completed in 552 milliseconds