Searched refs:top_buffer_3i (Results 1 – 1 of 1) sorted by relevance
907 void update_top_three(global_context_t * global_context, int * top_buffer_3i, int new_value){ in update_top_three() argument908 if(new_value > top_buffer_3i[global_context -> config.top_scores - 1]){ in update_top_three()911 if(new_value > top_buffer_3i[x1]){ in update_top_three()914 top_buffer_3i[x2] = top_buffer_3i[x2-1]; in update_top_three()916 top_buffer_3i[x1] = new_value; in update_top_three()918 }else if(new_value == top_buffer_3i[x1]) break; in update_top_three()