Home
last modified time | relevance | path

Searched refs:hash_value (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.141.3/tools/lldbmacros/core/
H A Dcollections.py576 print(xnu_format(fmt, self, self.hash_value.GetLoadAddress()))
609 def __init__(self, hash_value, traits_value): argument
620 self.hash_value = hash_value
625 hash_arr = self.hash_value.xGetScalarByName('smrh_array')
630 return self.hash_value.xGetScalarByName('smrh_count')
634 return self.hash_value.xGetScalarByName('smrh_resizing')
640 hash_arr = self.hash_value.xGetScalarByName('smrh_array')
661 def __init__(self, hash_value, traits_value): argument
672 self.hash_value = hash_value
677 shift = self.hash_value.xGetScalarByPath('.smrsh_state.curshift')
[all …]
/xnu-8796.141.3/bsd/net/
H A Ddlil.c8257 u_int32_t hash_value = proto_hash_value(proto->protocol_family); in dlil_attach_protocol() local
8295 prev_proto = SLIST_FIRST(&ifp->if_proto_hash[hash_value]); in dlil_attach_protocol()
8302 SLIST_INSERT_HEAD(&ifp->if_proto_hash[hash_value], in dlil_attach_protocol()