HelenOS sources

hash_mix          124 common/include/adt/hash.h 	return hash_mix(hash);
hash_mix          144 common/include/adt/hash.h 	return hash_mix(hash);
hash_mix          124 kernel/generic/common/include/adt/hash.h 	return hash_mix(hash);
hash_mix          144 kernel/generic/common/include/adt/hash.h 	return hash_mix(hash);
hash_mix          111 kernel/generic/src/cap/cap.c 	return hash_mix(cap_handle_raw(cap->handle));
hash_mix          117 kernel/generic/src/cap/cap.c 	return hash_mix(cap_handle_raw(*handle));
hash_mix          205 kernel/generic/src/ddi/irq.c 	return hash_mix(irq->inr);
hash_mix          212 kernel/generic/src/ddi/irq.c 	return hash_mix(*inr);
hash_mix           65 kernel/generic/src/lib/ra.c 	return hash_mix(seg->base);
hash_mix           72 kernel/generic/src/lib/ra.c 	return hash_mix(*base);
hash_mix          124 uspace/lib/c/common/include/adt/hash.h 	return hash_mix(hash);
hash_mix          144 uspace/lib/c/common/include/adt/hash.h 	return hash_mix(hash);
hash_mix          124 uspace/lib/posix/include/common/adt/hash.h 	return hash_mix(hash);
hash_mix          144 uspace/lib/posix/include/common/adt/hash.h 	return hash_mix(hash);
HelenOS homepage, sources at GitHub