Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dcoalition.c2295 struct coal_sort_s { struct
2314 const struct coal_sort_s *csA = (const struct coal_sort_s *)a; in dflt_cmp() argument
2315 const struct coal_sort_s *csB = (const struct coal_sort_s *)b; in dflt_cmp()
2331 const struct coal_sort_s *csA = (const struct coal_sort_s *)a; in mem_asc_cmp()
2332 const struct coal_sort_s *csB = (const struct coal_sort_s *)b; in mem_asc_cmp()
2340 const struct coal_sort_s *csA = (const struct coal_sort_s *)a; in mem_dec_cmp()
2341 const struct coal_sort_s *csB = (const struct coal_sort_s *)b; in mem_dec_cmp()
2349 const struct coal_sort_s *csA = (const struct coal_sort_s *)a; in usr_asc_cmp()
2350 const struct coal_sort_s *csB = (const struct coal_sort_s *)b; in usr_asc_cmp()
2358 const struct coal_sort_s *csA = (const struct coal_sort_s *)a; in usr_dec_cmp()
[all …]