Searched refs:max_x (Results 1 – 2 of 2) sorted by relevance
49 public static int callerLoop(int max_x, int max_y) { in callerLoop() argument51 for (int x = 0; x < max_x; ++x) { in callerLoop()
43 public static int NestedLoop(int max_x, int max_y) { in NestedLoop() argument45 for (int x = 0; x < max_x; ++x) { in NestedLoop()