Searched refs:dx_pref (Results 1 – 1 of 1) sorted by relevance
124 int dx_pref[ MAX_TO_SORT ]; in decode_answer() local195 dx_pref[ dx_count ] = pref; in decode_answer()235 if ( dx_pref[ i ] > dx_pref[ j ] ) { in decode_answer()236 tmp_pref = dx_pref[ i ]; in decode_answer()237 dx_pref[ i ] = dx_pref[ j ]; in decode_answer()238 dx_pref[ j ] = tmp_pref; in decode_answer()