Lines Matching defs:best_pos
256 int best_pos[8][2];
284 memmove(&best_pos[i+1][0], &best_pos[i][0], sizeof(int)*2*(7-i));
286 best_pos[i][0]= nx + 4*mx;
287 best_pos[i][1]= ny + 4*my;
332 memmove(best_pos[i + 1], best_pos[i], sizeof(best_pos[0]) * (7 - i));
334 best_pos[i][0]= nx + 4*mx;
335 best_pos[i][1]= ny + 4*my;
343 nx= best_pos[i][0];
344 ny= best_pos[i][1];