Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dcoalition.c2315 const struct coal_sort_s *csB = (const struct coal_sort_s *)b; in dflt_cmp() local
2320 if (csA->usr_order == csB->usr_order) { in dflt_cmp()
2321 return (int)((int64_t)csB->bytes - (int64_t)csA->bytes); in dflt_cmp()
2325 return csA->usr_order - csB->usr_order; in dflt_cmp()
2332 const struct coal_sort_s *csB = (const struct coal_sort_s *)b; in mem_asc_cmp() local
2334 return (int)((int64_t)csA->bytes - (int64_t)csB->bytes); in mem_asc_cmp()
2341 const struct coal_sort_s *csB = (const struct coal_sort_s *)b; in mem_dec_cmp() local
2343 return (int)((int64_t)csB->bytes - (int64_t)csA->bytes); in mem_dec_cmp()
2350 const struct coal_sort_s *csB = (const struct coal_sort_s *)b; in usr_asc_cmp() local
2352 return csA->usr_order - csB->usr_order; in usr_asc_cmp()
[all …]