Home
last modified time | relevance | path

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

/openbsd/src/sys/ufs/ufs/
Dufs_ihash.c53 u_long ihash; /* size of hash table - 1 */
68 return (&ihashtbl[SipHash24_End(&ctx) & ihash]); in ufs_ihash()
77 ihashtbl = hashinit(initialvnodes, M_UFSMNT, M_WAITOK, &ihash); in ufs_ihashinit()
/openbsd/src/sys/dev/fdt/
Dif_fec.c783 uint64_t ghash = 0, ihash = 0; in fec_iff() local
790 ihash = 0xffffffffffffffffLLU; in fec_iff()
808 HWRITE4(sc, ENET_IAUR, (uint32_t)(ihash >> 32)); in fec_iff()
809 HWRITE4(sc, ENET_IALR, (uint32_t)ihash); in fec_iff()
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.3614 * cpphash.h (struct ihash, NEVER_REINCLUDE): Delete.
624 * cpplib.h (struct cpp_buffer): Change ihash field to
629 * cpplex.c: Update all references to cpp_buffer->ihash and/or
1948 * cpphash.h (struct ihash): Change control_macro to a
11057 (struct ihash): Remove next member. Add hash member. Make
11312 file_name_list, struct ihash, is_idchar, is_idstart,
11345 (struct include_hash): Rename to struct ihash. Add typedef to
11355 use buffer->ihash->name instead.
11364 ->ihash->name instead) and IF_STACK->fname.
11915 (cpp_cleanup): Use deps_free. Free ihash->name when clearing
DChangeLog.18832 * cpplib.h: Delete struct import_file. Add ihash element to