Home
last modified time | relevance | path

Searched refs:get_crc_table (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dzconf.h43 # define get_crc_table z_get_crc_table macro
Dzconf.in.h43 # define get_crc_table z_get_crc_table macro
Dcrc32.c205 const unsigned long FAR * ZEXPORT get_crc_table() in get_crc_table() function
Dzlib.h1351 ZEXTERN const uLongf * ZEXPORT get_crc_table OF((void));
DChangeLog112 - Add comment to DYNAMIC_CRC_TABLE to use get_crc_table() to initialize
529 - get_crc_table and inflateSyncPoint are EXPORTed (Gilles Vollant)
721 - added get_crc_table
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dcrc32.c190 const z_crc_t FAR * ZEXPORT get_crc_table() in get_crc_table() function
Dzconf.h55 # define get_crc_table z_get_crc_table macro
Dzlib.h1748 ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table OF((void));
DChangeLog53 - Fix types in contrib/minizip to match result of get_crc_table()
109 - Fix type mismatch between get_crc_table() and crc_table
729 - Add comment to DYNAMIC_CRC_TABLE to use get_crc_table() to initialize
1146 - get_crc_table and inflateSyncPoint are EXPORTed (Gilles Vollant)
1338 - added get_crc_table