Searched defs:CRC32UPD (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dcrc32.h50 # define CRC32UPD(c, crctab) (crctab[((c) >> 24)] ^ ((c) << 8)) macro
55 # define CRC32UPD(c, crctab) (crctab[((int)(c)) & 0xff] ^ ((c) >> 8)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dcrc32.h50 # define CRC32UPD(c, crctab) (crctab[((c) >> 24)] ^ ((c) << 8)) macro
55 # define CRC32UPD(c, crctab) (crctab[((int)(c)) & 0xff] ^ ((c) >> 8)) macro

Completed in 110 milliseconds