Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c36781 pPage->iKey = iKey;
45320 for(iKey=walHash(aPgno[i]); aHash[iKey]; iKey=walNextHash(iKey)){
45374 for(iKey=walHash(iPage); aHash[iKey]; iKey=walNextHash(iKey)){
45399 for(iKey=walHash(aPgno[i]); aHash[iKey]; iKey=walNextHash(iKey)){
46679 for(iKey=walHash(pgno); aHash[iKey]; iKey=walNextHash(iKey)){
63878 u64 iKey;
66977 if( pIn3->r > (double)u.ba.iKey ) u.ba.iKey++;
66981 if( pIn3->r < (double)u.ba.iKey ) u.ba.iKey--;
67287 u64 iKey;
67625 i64 iKey;
[all …]
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c50589 pPage->iKey = iKey;
60349 for(iKey=walHash(sLoc.aPgno[j]);sLoc.aHash[iKey];iKey=walNextHash(iKey)){
60402 for(iKey=walHash(iPage); sLoc.aHash[iKey]; iKey=walNextHash(iKey)){
60429 iKey=walNextHash(iKey)){
62349 iKey = walNextHash(iKey);
65532 iKey = (iKey<<7) | (*++pIter & 0x7f);
65535 iKey = (iKey<<8) | *++pIter;
89744 u64 iKey;
119517 for(iKey=0; iKey<pTab->nCol; iKey++){
185599 int iKey;
[all …]