Home
last modified time | relevance | path

Searched refs:DYNAMIC_CRC_TABLE (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Modules/zlib/
Dcrc32.c26 # ifndef DYNAMIC_CRC_TABLE
27 # define DYNAMIC_CRC_TABLE macro
54 #ifdef DYNAMIC_CRC_TABLE
190 #ifdef DYNAMIC_CRC_TABLE in get_crc_table()
209 #ifdef DYNAMIC_CRC_TABLE
Dzutil.c73 #ifdef DYNAMIC_CRC_TABLE in zlibCompileFlags()
DChangeLog768 - Add "volatile" to crc table flag declaration (for DYNAMIC_CRC_TABLE)
769 - Add limited multitasking protection to DYNAMIC_CRC_TABLE
772 - Add comment to DYNAMIC_CRC_TABLE to use get_crc_table() to initialize
/external/zlib/src/
Dcrc32.c26 # ifndef DYNAMIC_CRC_TABLE
27 # define DYNAMIC_CRC_TABLE macro
54 #ifdef DYNAMIC_CRC_TABLE
190 #ifdef DYNAMIC_CRC_TABLE in get_crc_table()
209 #ifdef DYNAMIC_CRC_TABLE
Dzutil.c73 #ifdef DYNAMIC_CRC_TABLE in zlibCompileFlags()
DChangeLog768 - Add "volatile" to crc table flag declaration (for DYNAMIC_CRC_TABLE)
769 - Add limited multitasking protection to DYNAMIC_CRC_TABLE
772 - Add comment to DYNAMIC_CRC_TABLE to use get_crc_table() to initialize
/external/u-boot/lib/
DKconfig18 config DYNAMIC_CRC_TABLE config