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

  /external/elfutils/lib/
crc32.c 21 static const uint32_t crc32_table[256] = variable
84 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);
  /hardware/broadcom/wlan/bcm4329/src/shared/
bcmutils.c 1209 STATIC const uint32 crc32_table[256] = { variable
    [all...]

Completed in 481 milliseconds