Home
last modified time | relevance | path

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

/external/zlib/old/os2/
Dzlib.def48 get_crc_table
/external/zlib/contrib/vstudio/vc7/
Dzlibvc.def44 get_crc_table @38
/external/zlib/win32/
Dzlib.def73 get_crc_table
/external/zlib/contrib/vstudio/vc8/
Dzlibvc.def44 get_crc_table @38
/external/zlib/contrib/vstudio/vc9/
Dzlibvc.def44 get_crc_table @38
/external/zlib/contrib/vstudio/vc10/
Dzlibvc.def44 get_crc_table @38
/external/zlib/contrib/ada/
Dzlib-thin.ads305 function get_crc_table return ULong_Access; subprogspec
427 pragma Import (C, get_crc_table, "get_crc_table");
/external/zlib/old/as400/
Dbndsrc25 EXPORT SYMBOL("get_crc_table")
Dzlib.inc329 D get_crc_table PR * extproc('get_crc_table') Ptr to ulongs
/external/zlib/as400/
Dbndsrc25 EXPORT SYMBOL("get_crc_table")
Dzlib.inc329 D get_crc_table PR * extproc('get_crc_table') Ptr to ulongs
/external/qemu/distrib/zlib-1.2.3/
Dzconf.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));
/external/chromium/sdch/open-vcdiff/src/
Dzconf.h43 # define get_crc_table z_get_crc_table macro
Dzlib.h1367 ZEXTERN const uLongf * ZEXPORT get_crc_table OF((void));
/external/zlib/
Dzconf.in.h43 # define get_crc_table z_get_crc_table macro
Dzconf.h49 # define get_crc_table z_get_crc_table macro
Dcrc32.c207 const unsigned long FAR * ZEXPORT get_crc_table() in get_crc_table() function
Dzlib.h1606 ZEXTERN const uLongf * ZEXPORT get_crc_table OF((void));
Dzconf.h.in49 # define get_crc_table z_get_crc_table macro
Dzconf.h.cmakein51 # define get_crc_table z_get_crc_table
DChangeLog465 - Add comment to DYNAMIC_CRC_TABLE to use get_crc_table() to initialize
882 - get_crc_table and inflateSyncPoint are EXPORTed (Gilles Vollant)
1074 - added get_crc_table
/external/zlib/contrib/minizip/
Dunzip.c1619 s->pcrc_32_tab = get_crc_table(); in unzOpenCurrentFile3()
Dzip.c1248 zi->ci.pcrc_32_tab = get_crc_table(); in zipOpenNewFileInZip4_64()