Searched defs:backwards (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/tools/lldbmacros/core/ |
| H A D | iterators.py | 87 def iter_queue_entries(head_value, elt_type, field_name_or_path, backwards=False): argument 120 def iter_queue(head_value, elt_type, field_name_or_path, backwards=False, unpack=None): argument 161 def iter_circle_queue(head_value, elt_type, field_name_or_path, backwards=False): argument
|
| H A D | kernelcore.py | 151 def IterateQueue(queue_head, element_ptr_type, element_field_name, backwards=False, unpack_ptr_fn=N… argument
|
| /xnu-12377.41.6/osfmk/vm/ |
| H A D | vm_map_store.c | 568 bool backwards, in vm_map_store_find_space()
|