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

  /external/elfutils/lib/
crc32.c 37 static const uint32_t crc32_table[256] = variable
100 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
  /external/bcc/src/cc/
bcc_elf.c 307 static const unsigned int crc32_table[256] = local
366 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);

Completed in 757 milliseconds