Searched refs:max_y (Results 1 – 2 of 2) sorted by relevance
49 public static int callerLoop(int max_x, int max_y) { in callerLoop() argument52 total += $opt$noinline$Function(x, max_y); in callerLoop()
43 public static int NestedLoop(int max_x, int max_y) { in NestedLoop() argument46 for (int y = 0; y < max_y; ++y) { in NestedLoop()