Searched refs:try_i (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/make/test/
H A DQueens.java32 static void try_i(boolean a[], boolean b[], boolean c[], int x[], int i) { method in class:Queens
41 if (i < 8) try_i(a, b, c, x, i+1);
65 try_i(a, b, c, x, 1);

Completed in 37 milliseconds