Searched refs:sort_count (Results 1 – 1 of 1) sorted by relevance
229 int i, j, sort_count, tmp_pref; in decode_answer() local232 sort_count = ( dx_count < MAX_TO_SORT ) ? dx_count : MAX_TO_SORT; in decode_answer()233 for ( i = 0; i < sort_count; ++i ) { in decode_answer()234 for ( j = i + 1; j < sort_count; ++j ) { in decode_answer()