Home
last modified time | relevance | path

Searched refs:lkp (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DUtils.cpp128 uint32_t lkp = crc32_tab[(crc ^ data[i]) & 0xFF]; in computeCrc32() local
129 crc = lkp ^ (crc >> 8); in computeCrc32()