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

  /external/tremolo/Tremolo/
dpen.s 46 .extern crc_lookup
457 LDR r5,=crc_lookup
framing.c 514 ogg_uint32_t crc_lookup[256]={ variable
675 crc_reg=(crc_reg<<8)^crc_lookup[((crc_reg >> 24)&0xff)^data[j]];

Completed in 276 milliseconds