Lines Matching defs:b4
504 int[] b4 = new int[4];505 constantIndexing3(a6, b4, true);506 if (b4[0] != 7 || b4[1] != 7 || b4[2] != 7 || b4[3] != 7) {