Searched refs:xx (Results 1 – 1 of 1) sorted by relevance
277 static void reduc(int[] xx, int[] yy) { in reduc() argument280 xx[i0] -= (++yy[i1]); in reduc()659 int[] xx = new int[2]; in main() local661 reduc(xx, yy); in main()662 expectEquals(-469, xx[0]); in main()663 expectEquals(-938, xx[1]); in main()695 xx[0] = 10; in main()697 arrayInTripCount(xx, bt, 20); in main()