Lines Matching defs:byte
142 unsigned char byte[OFFSET_BUFSIZE][2];
226 numread = read(fd, byte, 2*min(num_strings,
233 if (byte[i][0] == 0377 && byte[i][1] == 0377)
236 else if (byte[i][0] == 0376 &&
237 byte[i][1] == 0377)
241 US[i + cur_string] = (byte[i][0] +
242 256*byte[i][1]) + pst;
282 * Test whether this machine will need byte-swapping
291 char byte[2];
295 return (test.byte[1]);