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

  /external/elfutils/0.153/lib/
crc32.c 54 static const uint32_t crc32_table[256] = variable
117 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
  /external/oprofile/libutil/
op_fileio.c 167 static const unsigned long crc32_table[256] = local
226 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);

Completed in 51 milliseconds