| /xnu-8792.61.2/bsd/skywalk/lib/ |
| H A D | cuckoo_hashtable.c | 225 __slot_set(struct _slot *slt, uint32_t hash, struct cuckoo_node *node) in __slot_set() 239 __alt_hash(uint32_t hash) in __alt_hash() 254 __prim_bucket(struct cuckoo_hashtable *h, uint32_t hash) in __prim_bucket() 260 __alt_bucket(struct cuckoo_hashtable *h, uint32_t hash) in __alt_bucket() 479 uint32_t hash) in __find_in_bucket() 509 uint32_t hash) in cuckoo_hashtable_find_with_hash() 544 struct cuckoo_node *node, uint32_t hash) in __add_to_bucket() 613 uint32_t hash, struct _bfs_node *queue, uint8_t leaf_node_idx, in cuckoo_move() 699 uint32_t hash) in cuckoo_probe() 921 struct cuckoo_node *node, uint32_t hash) in cuckoo_add_no_expand() [all …]
|
| /xnu-8792.61.2/libkern/os/ |
| H A D | hash.h | 38 os_hash_jenkins_update(const void *data, size_t length, uint32_t hash) in os_hash_jenkins_update() 52 os_hash_jenkins_finish(uint32_t hash) in os_hash_jenkins_finish()
|
| /xnu-8792.61.2/bsd/net/ |
| H A D | bloom_filter.c | 82 u_int32_t hash = (function(buffer, length, 0) % filter->b_table_num_bits); in net_bloom_filter_insert_using_function() local 104 u_int32_t hash = (function(buffer, length, 0) % filter->b_table_num_bits); in net_bloom_filter_contains_using_function() local
|
| H A D | kpi_protocol.c | 50 int hash; member
|
| /xnu-8792.61.2/libkern/c++/ |
| H A D | OSSymbol.cpp | 82 unsigned int hash = 0; in hashSymbol() local 316 unsigned int j, inLen, hash; in findSymbol() local 358 unsigned int j, inLen, hash; in insertSymbol() local 427 unsigned int j, inLen, hash; in removeSymbol() local
|
| /xnu-8792.61.2/osfmk/x86_64/ |
| H A D | WKdmDecompress_new.s | 246 #define hash %r8 macro
|
| /xnu-8792.61.2/bsd/kern/ |
| H A D | tracker.c | 83 #define TRACKER_ENTRY_LOG(level, msg, entry, hash) … argument 357 tracker_entry_log(int log_level, char *log_msg, struct tracker_hash_entry *entry, uint32_t hash) in tracker_entry_log() 773 struct trackerhashhead *hash = NULL; in tracker_dump() local 1024 struct trackerhashhead *hash = NULL; in tracker_entry_expire() local
|
| H A D | kern_subr.c | 438 hashdestroy(void *hash, int type __unused, u_long hashmask) in hashdestroy()
|
| /xnu-8792.61.2/libkern/kxld/ |
| H A D | kxld_dict.h | 63 kxld_dict_hash hash; // Hash function member
|
| H A D | kxld_dict.c | 79 kxld_dict_init(KXLDDict * dict, kxld_dict_hash hash, kxld_dict_cmp cmp, in kxld_dict_init()
|
| /xnu-8792.61.2/osfmk/i386/ |
| H A D | pmap_internal.h | 300 #define LOCK_PV_HASH(hash) lock_hash_hash(hash) argument 301 #define UNLOCK_PV_HASH(hash) unlock_hash_hash(hash) argument 424 #define lock_hash_hash(hash) bit_lock(hash, (void *)pv_hash_lock_table) argument 425 #define unlock_hash_hash(hash) bit_unlock(hash, (void *)pv_hash_lock_table) argument
|
| /xnu-8792.61.2/bsd/nfs/gss/ |
| H A D | gss_krb5_mech.c | 1868 gss_krb5_3des_token_put(gss_ctx_id_t ctx, gss_1964_tok_type body, gss_buffer_t hash, size_t datalen… in gss_krb5_3des_token_put() 1909 gss_1964_tok_type body, gss_buffer_t hash, size_t *offset, size_t *len, int reverse) in gss_krb5_3des_token_get() 2002 gss_buffer_desc hash; in gss_krb5_3des_get_mic() local 2034 gss_buffer_desc hash; in gss_krb5_3des_verify_mic() local 2075 gss_buffer_desc hash; in gss_krb5_3des_get_mic_mbuf() local 2109 gss_buffer_desc hash; in gss_krb5_3des_verify_mic_mbuf() local 2154 gss_buffer_desc hash; in gss_krb5_3des_wrap_mbuf() local 2230 gss_buffer_desc hash; in gss_krb5_3des_unwrap_mbuf() local
|
| /xnu-8792.61.2/bsd/netinet/ |
| H A D | tcp_cache.c | 290 uint32_t hash; in tcp_cache_hash() local 335 uint16_t hash; in tcp_getcache_with_lock() local 649 uint32_t hash; in tcp_heuristics_hash() local 688 uint16_t hash; in tcp_getheuristic_with_lock() local
|
| H A D | flow_divert.h | 41 uint32_t hash; member
|
| /xnu-8792.61.2/tools/tests/perf_index/ |
| H A D | md5.c | 131 md5_hash(uint8_t *message, uint64_t len, uint32_t *hash) in md5_hash()
|
| /xnu-8792.61.2/osfmk/kern/ |
| H A D | btlog.c | 323 __btlib_head(bt_library_t btl, uint32_t param, uint32_t hash) in __btlib_head() 681 uint32_t hash) in __btlib_insert() 765 uint32_t hash = bts->bts_hash; in __btlib_remove_locked() local 828 uint32_t hash, param; in __btlib_get() local 1178 struct bt_hash_head *hash = __btlog_hash_hash(btlh); in __btlog_hash_init() local
|
| H A D | workload_config.c | 100 const uint32_t hash = os_hash_jenkins(id, strlen(id)); in workload_config_hash() local
|
| /xnu-8792.61.2/bsd/vfs/ |
| H A D | vfs_cache.c | 1542 unsigned int hash; in cache_lookup_path() local 2058 unsigned hash = 0; in hash_string() local 2349 unsigned int hash = hash_string(vn_name, len); in cache_enter_locked() local
|
| /xnu-8792.61.2/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_manager.c | 1140 uint32_t hash = 0; in flow_mgr_find_fe_by_key() local 1188 uint32_t hash = 0; in flow_mgr_find_conflicting_fe() local
|
| H A D | flow_entry.c | 733 uint32_t hash; in flow_entry_destroy() local
|
| /xnu-8792.61.2/bsd/dev/dtrace/ |
| H A D | fbt.c | 89 fbt_probe_t *fbt = parg, *next, *hash, *last; in fbt_destroy() local
|
| H A D | dtrace.c | 450 #define DTRACE_GETSTR(hash, elm) \ argument 453 #define DTRACE_HASHSTR(hash, elm) \ argument 456 #define DTRACE_HASHNEXT(hash, elm) \ argument 459 #define DTRACE_HASHPREV(hash, elm) \ argument 462 #define DTRACE_HASHEQ(hash, lhs, rhs) \ argument 1875 dtrace_dynhash_t *hash = dstate->dtds_hash; in dtrace_dynvar() local 7819 dtrace_hash_t *hash = kmem_zalloc(sizeof (dtrace_hash_t), KM_SLEEP); in dtrace_hash_create() local 7842 dtrace_hash_destroy(dtrace_hash_t *hash) in dtrace_hash_destroy() 7858 dtrace_hash_resize(dtrace_hash_t *hash) in dtrace_hash_resize() 7889 dtrace_hash_add(dtrace_hash_t *hash, void *new) in dtrace_hash_add() [all …]
|
| H A D | sdt.c | 173 sdt_probe_t *sdp = parg, *old, *last, *hash; in sdt_destroy() local
|
| /xnu-8792.61.2/tools/lldbmacros/ |
| H A D | btlog.py | 42 def hash(self): member in BTStack
|
| /xnu-8792.61.2/osfmk/ipc/ |
| H A D | ipc_voucher.c | 1327 iv_index_t hash; in iv_dedup() local 2582 iv_index_t hash; in user_data_release_value() local 2642 iv_index_t hash; in user_data_dedup() local
|