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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dzcrc32.c39 Note on the use of DYNAMIC_CRC_TABLE: there is no mutex or semaphore
41 of the crc tables. Therefore, if you #define DYNAMIC_CRC_TABLE, you should
48 # ifndef DYNAMIC_CRC_TABLE
49 # define DYNAMIC_CRC_TABLE macro
50 # endif /* !DYNAMIC_CRC_TABLE */
96 #ifdef DYNAMIC_CRC_TABLE
141 case the advice about DYNAMIC_CRC_TABLE is ignored) */
219 #else /* !DYNAMIC_CRC_TABLE */
224 #endif /* DYNAMIC_CRC_TABLE */
231 #ifdef DYNAMIC_CRC_TABLE
[all...]

Completed in 29 milliseconds