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

/darwin-on-arm/xnu/libkern/zlib/
H A Dcrc32.c42 Note on the use of DYNAMIC_CRC_TABLE: there is no mutex or semaphore
44 of the crc tables. Therefore, if you #define DYNAMIC_CRC_TABLE, you should
51 # ifndef DYNAMIC_CRC_TABLE
52 # define DYNAMIC_CRC_TABLE macro
53 # endif /* !DYNAMIC_CRC_TABLE */
99 #ifdef DYNAMIC_CRC_TABLE
144 case the advice about DYNAMIC_CRC_TABLE is ignored) */
222 #else /* !DYNAMIC_CRC_TABLE */
227 #endif /* DYNAMIC_CRC_TABLE */
234 #ifdef DYNAMIC_CRC_TABLE
[all...]
H A Dzutil.c100 #ifdef DYNAMIC_CRC_TABLE

Completed in 12 milliseconds