Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 25 of 479) sorted by relevance

12345678910>>...20

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++11/
H A Dcompatibility-c++0x.cc57 struct hash<string> struct
67 struct hash<const string&> struct
78 struct hash<wstring> struct
88 struct hash<const wstring&> struct
100 struct hash<error_code> struct
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-hash-traits.h32 tree_operand_hash::hash (const value_type &t) in hash() function
53 tree_decl_hash::hash (tree t) in hash() function
67 tree_ssa_name_hash::hash (tree t) in hash() function
79 tree_hash::hash (tree t) in hash() function
H A Dtree-streamer.c107 unsigned ix, tree t, hashval_t hash) in streamer_tree_cache_add_to_node_array()
139 tree t, hashval_t hash, unsigned *ix_p, in streamer_tree_cache_insert_1()
184 hashval_t hash, unsigned *ix_p) in streamer_tree_cache_insert()
196 hashval_t hash = 0; in streamer_tree_cache_replace_tree() local
210 tree t, hashval_t hash) in streamer_tree_cache_append()
H A Dgentarget-def.c41 insn_hasher::hash (rtx x) in hash() function
158 hashval_t hash = htab_hash_string (name); in def_target_insn() local
273 hashval_t hash = htab_hash_string (name); in add_insn() local
H A Dhash-traits.h98 int_hash <Type, Empty, Deleted>::hash (value_type x) in hash() function
160 pointer_hash <Type>::hash (const value_type &candidate) in hash() function
213 string_hash::hash (const char *id) in hash() function
333 pair_hash <T1, T2>::hash (const value_type &x) in hash() function
H A Dhash-table.h324 hash_table_mod1 (hashval_t hash, unsigned int index) in hash_table_mod1()
334 hash_table_mod2 (hashval_t hash, unsigned int index) in hash_table_mod2()
670 hash_table<Descriptor, Allocator>::find_empty_slot_for_expand (hashval_t hash) in find_empty_slot_for_expand()
842 ::find_with_hash (const compare_type &comparable, hashval_t hash) in find_with_hash()
879 ::find_slot_with_hash (const compare_type &comparable, hashval_t hash, in find_slot_with_hash()
940 ::remove_elt_with_hash (const compare_type &comparable, hashval_t hash) in remove_elt_with_hash()
/dflybsd-src/sys/sys/
H A Dhash.h45 hash32_buf(const void *buf, size_t len, uint32_t hash) in hash32_buf()
59 hash32_str(const void *buf, uint32_t hash) in hash32_str()
73 hash32_strn(const void *buf, size_t len, uint32_t hash) in hash32_strn()
89 hash32_stre(const void *buf, int end, const char **ep, uint32_t hash) in hash32_stre()
109 uint32_t hash) in hash32_strne()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dminsyms.c85 unsigned int hash = 0; in msymbol_hash_iw() local
104 unsigned int hash = 0; in msymbol_hash() local
118 unsigned int hash in add_minsym_to_hash_table() local
134 unsigned int hash = msymbol_hash_iw (SYMBOL_SEARCH_NAME (sym)) in add_minsym_to_demangled_hash_table() local
150 unsigned int hash in msymbol_objfile() local
193 unsigned int hash = msymbol_hash (name) % MINIMAL_SYMBOL_HASH_SIZE; in lookup_minimal_symbol() local
319 unsigned int hash; in iterate_over_minimal_symbols() local
355 unsigned int hash = msymbol_hash (name) % MINIMAL_SYMBOL_HASH_SIZE; in lookup_minimal_symbol_text() local
406 unsigned int hash = msymbol_hash (name) % MINIMAL_SYMBOL_HASH_SIZE; in lookup_minimal_symbol_by_pc_name() local
439 unsigned int hash = msymbol_hash (name) % MINIMAL_SYMBOL_HASH_SIZE; in lookup_minimal_symbol_solib_trampoline() local
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dcompatibility-c++0x.cc69 struct hash<string> struct
79 struct hash<const string&> struct
90 struct hash<wstring> struct
100 struct hash<const wstring&> struct
112 struct hash<error_code> struct
/dflybsd-src/contrib/cryptsetup/luks/
H A Dpbkdf.c66 static int pkcs5_pbkdf2(const char *hash, in pkcs5_pbkdf2()
210 int PBKDF2_HMAC(const char *hash, in PBKDF2_HMAC()
219 int PBKDF2_HMAC_ready(const char *hash) in PBKDF2_HMAC_ready()
241 int PBKDF2_performance_check(const char *hash, uint64_t *iter) in PBKDF2_performance_check()
/dflybsd-src/crypto/libressl/crypto/lhash/
H A Dlhash.c161 unsigned long hash; in lh_insert() local
198 unsigned long hash; in lh_delete() local
227 unsigned long hash; in lh_retrieve() local
290 unsigned long hash, nni; in expand() local
374 unsigned long hash, nn; in getrn() local
/dflybsd-src/usr.bin/mkstr/
H A Dmkstr.c259 static struct hash { struct
262 struct hash *hnext; argument
/dflybsd-src/usr.bin/xstr/
H A Dxstr.c333 static struct hash { struct
336 struct hash *hnext; argument
344 struct hash *hp, *hp0; in hashit() argument
/dflybsd-src/contrib/gcc-8.0/libgomp/
H A Dhashtab.h212 htab_mod (hashval_t hash, htab_t htab) in htab_mod()
221 htab_mod_m2 (hashval_t hash, htab_t htab) in htab_mod_m2()
255 find_empty_slot_for_expand (htab_t htab, hashval_t hash) in find_empty_slot_for_expand()
330 hashval_t index, hash2, hash = htab_hash (element); in htab_find() local
368 hashval_t index, hash2, hash = htab_hash (element); in htab_find_slot() local
/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_blake2sp_ref.c188 uint8_t hash[PARALLELISM_DEGREE][BLAKE2S_OUTBYTES]; in blake2sp_final() local
218 uint8_t hash[PARALLELISM_DEGREE][BLAKE2S_OUTBYTES]; in blake2sp() local
313 uint8_t hash[BLAKE2S_OUTBYTES]; in main() local
325 uint8_t hash[BLAKE2S_OUTBYTES]; in main() local
/dflybsd-src/contrib/wpa_supplicant/src/eap_common/
H A Deap_pwd_common.c31 void eap_pwd_h_update(struct crypto_hash *hash, const u8 *data, size_t len) in eap_pwd_h_update()
37 void eap_pwd_h_final(struct crypto_hash *hash, u8 *digest) in eap_pwd_h_final()
48 struct crypto_hash *hash; in eap_pwd_kdf() local
131 struct crypto_hash *hash; in compute_password_element() local
310 struct crypto_hash *hash; in compute_keys() local
/dflybsd-src/sys/net/
H A Dnetisr2.h104 netisr_hashlsb(uint32_t hash) in netisr_hashlsb()
114 netisr_hashcpu(uint16_t hash) in netisr_hashcpu()
125 netisr_hashport(uint16_t hash) in netisr_hashport()
/dflybsd-src/crypto/openssh/
H A Dkexgen.c58 u_char *hash, size_t *hashlen) in kex_gen_hash()
147 u_char hash[SSH_DIGEST_MAX_LENGTH]; in input_kex_gen_reply() local
274 u_char *signature = NULL, hash[SSH_DIGEST_MAX_LENGTH]; in input_kex_gen_init() local
/dflybsd-src/contrib/gcc-4.7/libobjc/
H A Dclass.c183 int hash, length; in class_table_insert() local
213 int length, hash; in class_table_get_safe() local
251 int hash; member
512 int hash, count = 0; in objc_getClassList() local
784 int hash; in __objc_update_classes_with_methods() local
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A Dhash_bytes.cc77 size_t hash = seed ^ len; in _Hash_bytes() local
114 _Fnv_hash_bytes(const void* ptr, size_t len, size_t hash) in _Fnv_hash_bytes()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/libsupc++/
H A Dhash_bytes.cc77 size_t hash = seed ^ len; in _Hash_bytes() local
119 _Fnv_hash_bytes(const void* ptr, size_t len, size_t hash) in _Fnv_hash_bytes()
/dflybsd-src/sys/dev/drm/amd/lib/
H A Dchash.c194 u32 hash; in chash_table_check() local
279 u32 hash = iter->slot; in chash_table_find() local
397 u32 hash = (table->key_size == 4) ? in __chash_table_copy_in() local
432 u32 hash = (table->key_size == 4) ? in __chash_table_copy_out() local
/dflybsd-src/sys/dev/drm/ttm/
H A Dttm_object.c123 struct drm_hash_item hash; member
234 struct drm_hash_item *hash; in ttm_base_object_lookup() local
256 struct drm_hash_item *hash; in ttm_base_object_lookup_for_ref() local
288 struct drm_hash_item *hash; in ttm_ref_object_exists() local
327 struct drm_hash_item *hash; in ttm_ref_object_add() local
424 struct drm_hash_item *hash; in ttm_ref_object_base_unref() local
/dflybsd-src/contrib/gcc-4.7/libiberty/
H A Dhashtab.c270 htab_mod (hashval_t hash, htab_t htab) in htab_mod()
279 htab_mod_m2 (hashval_t hash, htab_t htab) in htab_mod_m2()
490 find_empty_slot_for_expand (htab_t htab, hashval_t hash) in find_empty_slot_for_expand()
594 htab_find_with_hash (htab_t htab, const PTR element, hashval_t hash) in htab_find_with_hash()
643 hashval_t hash, enum insert_option insert) in htab_find_slot_with_hash()
732 htab_remove_elt_with_hash (htab_t htab, PTR element, hashval_t hash) in htab_remove_elt_with_hash()
/dflybsd-src/contrib/gdb-7/libiberty/
H A Dhashtab.c270 htab_mod (hashval_t hash, htab_t htab) in htab_mod()
279 htab_mod_m2 (hashval_t hash, htab_t htab) in htab_mod_m2()
490 find_empty_slot_for_expand (htab_t htab, hashval_t hash) in find_empty_slot_for_expand()
594 htab_find_with_hash (htab_t htab, const PTR element, hashval_t hash) in htab_find_with_hash()
643 hashval_t hash, enum insert_option insert) in htab_find_slot_with_hash()
732 htab_remove_elt_with_hash (htab_t htab, PTR element, hashval_t hash) in htab_remove_elt_with_hash()

12345678910>>...20