Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/arm/pmap/
H A Dpmap_data.c3573 const unsigned int middle = (begin + end) / 2; in pmap_find_io_attr() local
3574 const int cmp = cmp_io_rgns(&wanted_range, &io_attr_table[middle]); in pmap_find_io_attr()
3578 return &io_attr_table[middle]; in pmap_find_io_attr()
3584 begin = middle + 1; in pmap_find_io_attr()
3587 end = middle; in pmap_find_io_attr()
/xnu-8019.80.24/tests/
H A Dstackshot_tests.m843 T_DECL(exec_inprogress, "test stackshots of processes in the middle of exec")