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

/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dopensolaris_crc32.c20 Note on the use of DYNAMIC_CRC_TABLE: there is no mutex or semaphore
22 of the crc tables. Therefore, if you #define DYNAMIC_CRC_TABLE, you should
29 # ifndef DYNAMIC_CRC_TABLE
30 # define DYNAMIC_CRC_TABLE macro
31 # endif /* !DYNAMIC_CRC_TABLE */
77 #ifdef DYNAMIC_CRC_TABLE
122 case the advice about DYNAMIC_CRC_TABLE is ignored) */
200 #else /* !DYNAMIC_CRC_TABLE */
205 #endif /* DYNAMIC_CRC_TABLE */
212 #ifdef DYNAMIC_CRC_TABLE
[all...]
H A Dzutil.c78 #ifdef DYNAMIC_CRC_TABLE
/freebsd-10.0-release/lib/libz/
H A Dcrc32.c15 Note on the use of DYNAMIC_CRC_TABLE: there is no mutex or semaphore
17 of the crc tables. Therefore, if you #define DYNAMIC_CRC_TABLE, you should
21 DYNAMIC_CRC_TABLE and MAKECRCH can be #defined to write out crc32.h.
26 # ifndef DYNAMIC_CRC_TABLE
27 # define DYNAMIC_CRC_TABLE macro
28 # endif /* !DYNAMIC_CRC_TABLE */
56 #ifdef DYNAMIC_CRC_TABLE
101 case the advice about DYNAMIC_CRC_TABLE is ignored) */
180 #else /* !DYNAMIC_CRC_TABLE */
185 #endif /* DYNAMIC_CRC_TABLE */
[all...]
H A Dzutil.c76 #ifdef DYNAMIC_CRC_TABLE

Completed in 75 milliseconds