Searched refs:crc_32_tab (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/bin/unzip/
H A Dglobals.h221 ZCONST ulg near *crc_32_tab; member in struct:Globals
223 ZCONST ulg Far *crc_32_tab; member in struct:Globals
371 extern ZCONST ulg near crc_32_tab[256];
373 extern ZCONST ulg Far *crc_32_tab;
375 # define CRC_32_TAB crc_32_tab
377 # define CRC_32_TAB G.crc_32_tab
H A Dcrypt.h126 /* the crc_32_tab array has to be provided externally for the crypt calculus */
129 extern ZCONST ulg near *crc_32_tab;
131 extern ZCONST ulg Far *crc_32_tab;
H A Dtables.h28 ZCONST ulg near crc_32_tab[256] = { variable
85 ZCONST uLongf *crc_32_tab = NULL; variable
H A Dfunzip.c59 3.2 4 Sep 93 G. Roelofs moved crc_32_tab[] to tables.h; used FOPx
124 #include "tables.h" /* crc_32_tab[] */
224 return (ZCONST uLongf *)crc_32_tab;
229 return crc_32_tab;
455 /* initialize crc_32_tab pointer for decryption */
H A Dcrypt.c111 # define CRC_32_TAB crc_32_tab
H A Dcryptf.c114 # define CRC_32_TAB crc_32_tab
/haiku-fatelf/src/bin/zip/
H A Dcrypt.h126 /* the crc_32_tab array has to be provided externally for the crypt calculus */
129 extern ZCONST ulg near *crc_32_tab;
131 extern ZCONST ulg Far *crc_32_tab;
H A Dzipcloak.c39 ZCONST ulg near *crc_32_tab; variable
41 ZCONST uLongf *crc_32_tab; variable
215 crc_32_tab = get_crc_table();
H A Dcrypt.c112 # define CRC_32_TAB crc_32_tab
H A Dzip.c95 ZCONST ulg near *crc_32_tab; variable
97 ZCONST uLongf *crc_32_tab; variable
1876 /* Initialize the crc_32_tab pointer, when encryption was requested. */
1878 crc_32_tab = get_crc_table();
/haiku-fatelf/src/bin/gzip/
H A Dutil.c33 extern ulg crc_32_tab[]; /* crc table, defined below */
73 c = crc_32_tab[((int)c ^ (*s++)) & 0xff] ^ (c >> 8);
409 ulg crc_32_tab[] = { variable

Completed in 107 milliseconds