Lines Matching defs:test_cp_alndst
69 test_cp_alndst(a1, a2, b1, b2);
156 test_cp_alndst(a1, a2, b1, b2);
158 errn += verify("test_cp_alndst: a1", i, a1[i], (char)-1);
159 errn += verify("test_cp_alndst: b1", i, b1[i], (short)-1);
162 errn += verify("test_cp_alndst: a1", i, a1[i], (char)123);
163 errn += verify("test_cp_alndst: b1", i, b1[i], (short)123);
288 test_cp_alndst(a1, a1, b1, b1);
414 test_cp_alndst(a1, a2, b1, b2);
417 System.out.println("test_cp_alndst: " + (end - start));
520 static void test_cp_alndst(char[] a, char[] b, short[] c, short[] d) {