Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/rockchip/
H A Dboot_merger.c33 uint32_t gTable_Crc32[256] = { variable
84 nAccum = (nAccum << 8) ^ gTable_Crc32[(nAccum >> 24) ^ (*pData++)]; in CRC_32()