Home
last modified time | relevance | path

Searched refs:iKey (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/ntp/ntpd/
H A Drefclock_ripencc.c373 unsigned short *iKey);
3034 unsigned short *iKey in rpt_0x8F42() argument
3045 *iKey = bGetShort(&rpt->buf[17]); in rpt_0x8F42()
4819 iKey; in rpt_8F42() local
4832 &iKey)) in rpt_8F42()
4845 pbuf += sprintf(pbuf, "\n key: %Xh", iKey); in rpt_8F42()
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c51640 pPage->iKey = iKey;
61493 for(iKey=walHash(sLoc.aPgno[j]);sLoc.aHash[iKey];iKey=walNextHash(iKey)){
61546 for(iKey=walHash(iPage); sLoc.aHash[iKey]; iKey=walNextHash(iKey)){
61573 iKey=walNextHash(iKey)){
63579 iKey = walNextHash(iKey);
66809 iKey = (iKey<<7) | (*++pIter & 0x7f);
66812 iKey = (iKey<<8) | *++pIter;
91700 u64 iKey;
123383 for(iKey=0; iKey<pTab->nCol; iKey++){
192312 int iKey;
[all …]