Searched refs:ihash (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/gnu/usr.bin/rcs/lib/
H A Drcslex.c235 register unsigned ihash; /* index into hashtable */ local
241 ihash = 0;
243 ihash = (ihash<<2) + *sp++;
244 ihash %= hshsize;
246 for (p = &hshtab[ihash]; ; p = &n->nexthsh)
253 VOID printf("\nEntered: %s at %u ", str, ihash);
/freebsd-10.2-release/sys/dev/ffec/
H A Dif_ffec.c954 uint64_t ghash, ihash; local
989 ihash = 0xffffffffffffffffLLU;
991 ihash = 0;
993 WR4(sc, FEC_IAUR_REG, (uint32_t)(ihash >> 32));
994 WR4(sc, FEC_IALR_REG, (uint32_t)ihash);

Completed in 117 milliseconds