Home | History | Annotate | Download | only in test

Lines Matching refs:byte_ptr

213     char *byte_ptr = buf;
222 crc_16 = crc_16_l_table[ (crc_16 ^ *byte_ptr) & 0x00ff ] ^ (crc_16 >> 8);
224 byte_ptr++;
227 byte_ptr = buf + (scan_lines * stride);
231 crc_16 = crc_16_l_table[ (crc_16 ^ *byte_ptr) & 0x00ff ] ^ (crc_16 >> 8);
233 byte_ptr++;