Searched refs:csB (Results 1 – 1 of 1) sorted by relevance
2597 const struct coal_sort_s *csB = (const struct coal_sort_s *)b; in dflt_cmp() local2602 if (csA->usr_order == csB->usr_order) { in dflt_cmp()2603 return (int)((int64_t)csB->bytes - (int64_t)csA->bytes); in dflt_cmp()2607 return csA->usr_order - csB->usr_order; in dflt_cmp()2614 const struct coal_sort_s *csB = (const struct coal_sort_s *)b; in mem_asc_cmp() local2616 return (int)((int64_t)csA->bytes - (int64_t)csB->bytes); in mem_asc_cmp()2623 const struct coal_sort_s *csB = (const struct coal_sort_s *)b; in mem_dec_cmp() local2625 return (int)((int64_t)csB->bytes - (int64_t)csA->bytes); in mem_dec_cmp()2632 const struct coal_sort_s *csB = (const struct coal_sort_s *)b; in usr_asc_cmp() local2634 return csA->usr_order - csB->usr_order; in usr_asc_cmp()[all …]