HomeSort by: relevance | last modified time | path
    Searched refs:DYNAMIC_CRC_TABLE (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/
crc32.c 15 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
27 # ifndef DYNAMIC_CRC_TABLE
28 # define DYNAMIC_CRC_TABLE
29 # endif /* !DYNAMIC_CRC_TABLE */
108 #if defined(W) && (!defined(ARMCRC32) || defined(DYNAMIC_CRC_TABLE))
136 #ifdef DYNAMIC_CRC_TABLE
191 #ifdef DYNAMIC_CRC_TABLE
211 compiled with DYNAMIC_CRC_TABLE defined, and if CRCs will be computed in
545 #endif /* DYNAMIC_CRC_TABLE */
    [all...]
zutil.c 75 #ifdef DYNAMIC_CRC_TABLE

Completed in 119 milliseconds