Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/arm/pmap/
H A Dpmap_data.c3605 const unsigned int middle = (begin + end) / 2; in pmap_find_io_attr() local
3606 const int cmp = cmp_io_rgns(&wanted_range, &io_attr_table[middle]); in pmap_find_io_attr()
3610 return &io_attr_table[middle]; in pmap_find_io_attr()
3616 begin = middle + 1; in pmap_find_io_attr()
3619 end = middle; in pmap_find_io_attr()
/xnu-8020.101.4/tests/
H A Dstackshot_tests.m846 T_DECL(exec_inprogress, "test stackshots of processes in the middle of exec")