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

/haiku/src/bin/unzip/
H A Dcrctab.c70 # define CRC_TABLE_IS_EMPTY (crc_table_empty != 0)
76 # define CRC_TABLE_IS_EMPTY (crc_table == NULL) macro
83 # define CRC_TABLE_IS_EMPTY (crc_table_empty != 0)
206 if (CRC_TABLE_IS_EMPTY)
219 if (!CRC_TABLE_IS_EMPTY)

Completed in 11 milliseconds