Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dzglobal.h417 extern unsigned short crctab[256];
418 #define updcrc(cp, crc) ( crctab[((crc >> 8) & 255)] ^ (crc << 8) ^ cp)
H A Dlrz.c399 unsigned short crctab[256] = { variable