Searched refs:hashval (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/lib/libc/iconv/
H A Dcitrus_hash.h46 #define _CITRUS_HASH_INSERT(head, elm, field, hashval) \
47 LIST_INSERT_HEAD(&(head)->chh_table[hashval], elm, field)
48 #define _CITRUS_HASH_SEARCH(head, elm, field, matchfunc, key, hashval) \
50 LIST_FOREACH((elm), &(head)->chh_table[hashval], field) \
H A Dcitrus_db.c105 uint32_t hashval, num_entries; local
116 hashval = dl->dl_hashval;
121 hashval = db->db_hashfunc(key)%num_entries;
123 hashval * _CITRUS_DB_ENTRY_SIZE;
125 dl->dl_hashval = hashval;
147 if (be32toh(dex->dex_hash_value) != hashval)
H A Dcitrus_iconv.c211 int hashval, ret = 0; local
218 hashval = hash_func(convname);
220 convname, hashval);
237 _CITRUS_HASH_INSERT(&shared_pool, ci, ci_hash_entry, hashval);
H A Dcitrus_mapper.c319 int hashval, ret; local
326 hashval = hash_func(mapname);
328 hashval);
358 _CITRUS_HASH_INSERT(&ma->ma_cache, cm, cm_entry, hashval);
/barrelfish-master/usr/skb/octopus/
H A Dfnv.h40 * Fnv32_t hashval argument to fnv_32_buf() or fnv_32_str().
43 * uint64_t hashval argument to fnv_64_buf() or fnv_64_str().
46 * Fnv32_t hashval argument to fnv_32_buf() or fnv_32_str().
49 * uint64_t hashval argument to fnv_64_buf() or fnv_64_str().
52 * Fnv32_t hashval argument to fnv_32a_buf() or fnv_32a_str().
55 * uint64_t hashval argument to fnv_64a_buf() or fnv_64a_str().
96 extern uint64_t fnv_64a_str(char *buf, uint64_t hashval);
/barrelfish-master/lib/openssl-1.0.0d/engines/ccgost/
H A Dgosthash.h46 int finish_hash(gost_hash_ctx *ctx, byte *hashval);
H A Dgosthash.c226 int finish_hash(gost_hash_ctx *ctx,byte *hashval) argument
253 memcpy(hashval,H,32);

Completed in 87 milliseconds