HelenOS sources

hash_combine      105 kernel/genarch/src/mm/page_ht.c 	hash = hash_combine(hash, (uintptr_t) pte->as);
hash_combine      106 kernel/genarch/src/mm/page_ht.c 	hash = hash_combine(hash, pte->page >> PAGE_WIDTH);
hash_combine      115 kernel/genarch/src/mm/page_ht.c 	hash = hash_combine(hash, key[KEY_AS]);
hash_combine      116 kernel/genarch/src/mm/page_ht.c 	hash = hash_combine(hash, key[KEY_PAGE] >> PAGE_WIDTH);
hash_combine      106 uspace/lib/ext4/src/ops.c 	return hash_combine(key->service_id, key->index);
hash_combine      112 uspace/lib/ext4/src/ops.c 	return hash_combine(enode->instance->service_id, enode->inode_ref->index);
hash_combine      290 uspace/srv/fs/cdfs/cdfs_ops.c 	return hash_combine(key->service_id, key->index);
hash_combine      296 uspace/srv/fs/cdfs/cdfs_ops.c 	return hash_combine(node->fs->service_id, node->index);
hash_combine      124 uspace/srv/fs/exfat/exfat_idx.c 	hash = hash_combine(pos->pfc, pos->pdi);
hash_combine      125 uspace/srv/fs/exfat/exfat_idx.c 	return hash_combine(hash, pos->service_id);
hash_combine      173 uspace/srv/fs/exfat/exfat_idx.c 	return hash_combine(key->service_id, key->index);
hash_combine      179 uspace/srv/fs/exfat/exfat_idx.c 	return hash_combine(fidx->service_id, fidx->index);
hash_combine      124 uspace/srv/fs/fat/fat_idx.c 	hash = hash_combine(pos->pfc, pos->pdi);
hash_combine      125 uspace/srv/fs/fat/fat_idx.c 	return hash_combine(hash, pos->service_id);
hash_combine      173 uspace/srv/fs/fat/fat_idx.c 	return hash_combine(key->service_id, key->index);
hash_combine      179 uspace/srv/fs/fat/fat_idx.c 	return hash_combine(fidx->service_id, fidx->index);
hash_combine      105 uspace/srv/fs/mfs/mfs_ops.c 	return hash_combine(node_key->service_id, node_key->index);
hash_combine      112 uspace/srv/fs/mfs/mfs_ops.c 	return hash_combine(m->instance->service_id, m->ino_i->index);
hash_combine      152 uspace/srv/fs/tmpfs/tmpfs_ops.c 	return hash_combine(key->service_id, key->index);
hash_combine      158 uspace/srv/fs/tmpfs/tmpfs_ops.c 	return hash_combine(nodep->service_id, nodep->index);
hash_combine       62 uspace/srv/fs/udf/udf_idx.c 	return hash_combine(node->instance->service_id, node->index);
hash_combine       68 uspace/srv/fs/udf/udf_idx.c 	return hash_combine(key->service_id, key->index);
hash_combine       69 uspace/srv/hid/input/gsp.c 	return hash_combine(trans_key->input, trans_key->old_state);
hash_combine       75 uspace/srv/hid/input/gsp.c 	return hash_combine(t->input, t->old_state);
hash_combine      285 uspace/srv/vfs/vfs_node.c 	size_t hash = hash_combine(tri->fs_handle, tri->index);
hash_combine      286 uspace/srv/vfs/vfs_node.c 	return hash_combine(hash, tri->service_id);
HelenOS homepage, sources at GitHub