Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/ !
H A Dcoalition.c2582 const struct coal_sort_s *csA = (const struct coal_sort_s *)a; in dflt_cmp() local
2588 if (csA->usr_order == csB->usr_order) { in dflt_cmp()
2589 return (int)((int64_t)csB->bytes - (int64_t)csA->bytes); in dflt_cmp()
2593 return csA->usr_order - csB->usr_order; in dflt_cmp()
2599 const struct coal_sort_s *csA = (const struct coal_sort_s *)a; in mem_asc_cmp() local
2602 return (int)((int64_t)csA->bytes - (int64_t)csB->bytes); in mem_asc_cmp()
2608 const struct coal_sort_s *csA = (const struct coal_sort_s *)a; in mem_dec_cmp() local
2611 return (int)((int64_t)csB->bytes - (int64_t)csA->bytes); in mem_dec_cmp()
2617 const struct coal_sort_s *csA = (const struct coal_sort_s *)a; in usr_asc_cmp() local
2620 return csA->usr_order - csB->usr_order; in usr_asc_cmp()
[all …]