Home
last modified time | relevance | path

Searched refs:ihash (Results 1 – 4 of 4) sorted by relevance

/trueos/gnu/usr.bin/rcs/lib/
HDrcslex.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);
/trueos/sys/dev/ffec/
HDif_ffec.c954 uint64_t ghash, ihash; in ffec_setup_rxfilter() local
989 ihash = 0xffffffffffffffffLLU; in ffec_setup_rxfilter()
991 ihash = 0; in ffec_setup_rxfilter()
993 WR4(sc, FEC_IAUR_REG, (uint32_t)(ihash >> 32)); in ffec_setup_rxfilter()
994 WR4(sc, FEC_IALR_REG, (uint32_t)ihash); in ffec_setup_rxfilter()
/trueos/contrib/gcc/
HDChangeLog-200015880 * cpphash.h (struct ihash, NEVER_REINCLUDE): Delete.
15890 * cpplib.h (struct cpp_buffer): Change ihash field to
15895 * cpplex.c: Update all references to cpp_buffer->ihash and/or
17214 * cpphash.h (struct ihash): Change control_macro to a
26323 (struct ihash): Remove next member. Add hash member. Make
26578 file_name_list, struct ihash, is_idchar, is_idstart,
26611 (struct include_hash): Rename to struct ihash. Add typedef to
26621 use buffer->ihash->name instead.
26630 ->ihash->name instead) and IF_STACK->fname.
27181 (cpp_cleanup): Use deps_free. Free ihash->name when clearing
HDChangeLog-19981513 * cpplib.h: Delete struct import_file. Add ihash element to