Searched refs:byte_buf (Results 1 - 1 of 1) sorted by relevance

/external/pixman/test/
H A Dutils.c127 unsigned char * byte_buf; local
132 byte_buf = (unsigned char*) buf;
135 crc32 = (crc32 >> 8) ^ crc_table[(crc32 ^ byte_buf[i]) & 0xFF];

Completed in 51 milliseconds