Home
last modified time | relevance | path

Searched refs:xIterSiblings (Results 1 – 5 of 5) sorted by relevance

/xnu-10063.141.1/tools/lldbmacros/core/
H A Dcollections.py643 for head_idx, head in enumerate(hash_arr.xIterSiblings(0, hash_sz))
649 for head in hash_arr.xIterSiblings(0, hash_sz)
740 for head_idx, head in enumerate(hash_arr.xIterSiblings(
748 for head in hash_arr.xIterSiblings(
H A Dkernelcore.py512 iter_za = za.chkGetChildAtIndex(0).xIterSiblings(0, n)
513 iter_zs = zs.chkGetChildAtIndex(0).xIterSiblings(0, n)
H A Dlldbwrap.py837 def xIterSiblings(self, start, stop, step=1): member in SBValue
/xnu-10063.141.1/tools/lldbmacros/
H A Dkext.py130 for kext in (core.value(e.AddressOf()) for e in arr.xIterSiblings(0, total)):
H A Dipc.py42 for index, iep in enumerate(base.xIterSiblings(1, num_entries), 1)
54 for iep in base.xIterSiblings(1, num_entries)
1273 for iep in base.xIterSiblings(1, num_entries)