Home
last modified time | relevance | path

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) in get_crc_table()
219 if (!CRC_TABLE_IS_EMPTY) in free_crc_table()