Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/ntpd/
Drefclock_ripencc.c375 unsigned short *iKey);
3036 unsigned short *iKey in rpt_0x8F42() argument
3047 *iKey = bGetShort(&rpt->buf[17]); in rpt_0x8F42()
4821 iKey; in rpt_8F42() local
4834 &iKey)) in rpt_8F42()
4847 pbuf += sprintf(pbuf, "\n key: %Xh", iKey); in rpt_8F42()
/netbsd/src/external/public-domain/sqlite/dist/
Dsqlite3.c54916 unsigned int iKey; /* Key value (page number) */
55356 unsigned int h = pPage->iKey % nNew;
55406 h = pPage->iKey % pCache->nHash;
55472 if( pPage->iKey>=iLimit ){
55673 unsigned int iKey,
55723 unsigned int h = iKey % pCache->nHash;
55725 pPage->iKey = iKey;
55733 if( iKey>pCache->iMaxKey ){
55734 pCache->iMaxKey = iKey;
55801 unsigned int iKey,
[all …]