HomeSort by relevance Sort by last modified time
    Searched defs:crc_lookup (Results 1 - 2 of 2) sorted by null

  /external/tremolo/Tremolo/
framing.c 514 ogg_uint32_t crc_lookup[256]={ variable
675 crc_reg=(crc_reg<<8)^crc_lookup[((crc_reg >> 24)&0xff)^data[j]];
  /external/libogg/src/
framing.c 120 static const ogg_uint32_t crc_lookup[256]={ variable
292 crc_reg=(crc_reg<<8)^crc_lookup[((crc_reg >> 24)&0xff)^og->header[i]];
294 crc_reg=(crc_reg<<8)^crc_lookup[((crc_reg >> 24)&0xff)^og->body[i]];
    [all...]

Completed in 56 milliseconds