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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dcrc32.h52 # define REV_BE(w) (((w)>>24)+(((w)>>8)&0xff00)+ \ macro
57 # define REV_BE(w) w macro
H A Dcrc32.c156 crctab_p[n] = REV_BE(c);
695 c = (REV_BE((z_uint4)crc) ^ 0xffffffffL);
727 return REV_BE(c) ^ 0xffffffffL; /* (instead of ~c for 64-bit machines) */
H A Dcrypt.c218 crycrctab[i] = REV_BE(CRC_32_TAB[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dcrc32.h52 # define REV_BE(w) (((w)>>24)+(((w)>>8)&0xff00)+ \ macro
57 # define REV_BE(w) w macro
H A Dcrc32.c156 crctab_p[n] = REV_BE(c);
695 c = (REV_BE((z_uint4)crc) ^ 0xffffffffL);
727 return REV_BE(c) ^ 0xffffffffL; /* (instead of ~c for 64-bit machines) */
H A Dcrypt.c194 crycrctab[i] = REV_BE(CRC_32_TAB[i]);

Completed in 74 milliseconds