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

  /external/elfutils/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);
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c 945 static const UInt crc32_table[256] = local
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/
bcmutils.c 1230 static const uint32 crc32_table[256] = { variable
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 1366 static const uint32 crc32_table[256] = { variable
    [all...]

Completed in 81 milliseconds