Lines Matching refs:csA
2332 const struct coal_sort_s *csA = (const struct coal_sort_s *)a; in dflt_cmp() local
2338 if (csA->usr_order == csB->usr_order) { in dflt_cmp()
2339 return (int)((int64_t)csB->bytes - (int64_t)csA->bytes); in dflt_cmp()
2343 return csA->usr_order - csB->usr_order; in dflt_cmp()
2349 const struct coal_sort_s *csA = (const struct coal_sort_s *)a; in mem_asc_cmp() local
2352 return (int)((int64_t)csA->bytes - (int64_t)csB->bytes); in mem_asc_cmp()
2358 const struct coal_sort_s *csA = (const struct coal_sort_s *)a; in mem_dec_cmp() local
2361 return (int)((int64_t)csB->bytes - (int64_t)csA->bytes); in mem_dec_cmp()
2367 const struct coal_sort_s *csA = (const struct coal_sort_s *)a; in usr_asc_cmp() local
2370 return csA->usr_order - csB->usr_order; in usr_asc_cmp()
2376 const struct coal_sort_s *csA = (const struct coal_sort_s *)a; in usr_dec_cmp() local
2379 return csB->usr_order - csA->usr_order; in usr_dec_cmp()