Searched refs:xIterSiblings (Results 1 – 5 of 5) sorted by relevance
| /xnu-10063.141.1/tools/lldbmacros/core/ |
| H A D | collections.py | 643 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 D | kernelcore.py | 512 iter_za = za.chkGetChildAtIndex(0).xIterSiblings(0, n) 513 iter_zs = zs.chkGetChildAtIndex(0).xIterSiblings(0, n)
|
| H A D | lldbwrap.py | 837 def xIterSiblings(self, start, stop, step=1): member in SBValue
|
| /xnu-10063.141.1/tools/lldbmacros/ |
| H A D | kext.py | 130 for kext in (core.value(e.AddressOf()) for e in arr.xIterSiblings(0, total)):
|
| H A D | ipc.py | 42 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)
|