Searched refs:g_crc32_tab (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp247 static const uint32_t g_crc32_tab[] = local
298 crc = g_crc32_tab[(crc ^ *p++) & 0xFF] ^ (crc >> 8);

Completed in 51 milliseconds