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()679 int[] xx = new int[2]; in main() local681 reduc(xx, yy); in main()682 expectEquals(-469, xx[0]); in main()683 expectEquals(-938, xx[1]); in main()715 xx[0] = 10; in main()717 arrayInTripCount(xx, bt, 20); in main()