Lines Matching refs:FILLER
42 private final static int FILLER = 0x55;
92 set(b, 0, BUFFER_SIZE, FILLER);
97 check(b, 0, ofs - 1, FILLER);
99 check(b, ofs + len, BUFFER_SIZE - (ofs + len), FILLER);
107 set(unsafe, b, 0, BUFFER_SIZE, FILLER);
112 check(unsafe, b, 0, ofs - 1, FILLER);
114 check(unsafe, b, ofs + len, BUFFER_SIZE - (ofs + len), FILLER);
123 set(b1, 0, BUFFER_SIZE, FILLER);
143 set(b1, 0, BUFFER_SIZE, FILLER);
163 set(unsafe, b1, 0, BUFFER_SIZE, FILLER);
183 set(unsafe, b1, 0, BUFFER_SIZE, FILLER);