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

/haiku/src/bin/unzip/
H A Dcrc32.c49 crc_table = get_crc_table();
H A Dcrc_i386.S49 # define _get_crc_table get_crc_table
H A Dcrctab.c200 ZCONST uLongf *get_crc_table OF((void)) function
202 ZCONST ulg near *get_crc_table OF((void))
H A Dfunzip.c222 ZCONST uLongf *get_crc_table() function
227 ZCONST ulg near *get_crc_table() function
456 CRC_32_TAB = (ZCONST ulg Far *)get_crc_table();
H A Dprocess.c612 if ((CRC_32_TAB = get_crc_table()) == NULL) {
H A Dunzpriv.h2030 ZCONST ulg near *get_crc_table OF((void)); /* funzip.c, crctab.c */

Completed in 64 milliseconds