Searched refs:crctab_p (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dcrc32.c104 # define MARK_CRCTAB_FILLED crc_table = crctab_p
121 ulg near *crctab_p; /* temporary pointer to allocated crc_table area */ local
123 # define crctab_p crc_table macro
145 crctab_p = (ulg near *) nearmalloc (CRC_TBLS*256*sizeof(ulg));
146 if (crctab_p == NULL) {
156 crctab_p[n] = REV_BE(c);
162 c = crctab_p[n];
164 c = CRC32(c, 0, crctab_p);
165 crctab_p[k*256+n] = c;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dcrc32.c104 # define MARK_CRCTAB_FILLED crc_table = crctab_p
121 ulg near *crctab_p; /* temporary pointer to allocated crc_table area */ local
123 # define crctab_p crc_table macro
145 crctab_p = (ulg near *) nearmalloc (CRC_TBLS*256*sizeof(ulg));
146 if (crctab_p == NULL) {
156 crctab_p[n] = REV_BE(c);
162 c = crctab_p[n];
164 c = CRC32(c, 0, crctab_p);
165 crctab_p[k*256+n] = c;

Completed in 42 milliseconds