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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dcrc32.c97 # define CRC_TABLE_IS_EMPTY (crc_table_empty != 0)
103 # define CRC_TABLE_IS_EMPTY (crc_table == NULL) macro
110 # define CRC_TABLE_IS_EMPTY (crc_table_empty != 0)
623 if (CRC_TABLE_IS_EMPTY)
636 if (!CRC_TABLE_IS_EMPTY)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dcrc32.c97 # define CRC_TABLE_IS_EMPTY (crc_table_empty != 0)
103 # define CRC_TABLE_IS_EMPTY (crc_table == NULL) macro
110 # define CRC_TABLE_IS_EMPTY (crc_table_empty != 0)
623 if (CRC_TABLE_IS_EMPTY)
636 if (!CRC_TABLE_IS_EMPTY)

Completed in 177 milliseconds