Home
last modified time | relevance | path

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

/external/zlib/src/old/os2/
Dzlib.def48 get_crc_table
/external/zlib/src/win32/
Dzlib.def82 get_crc_table
/external/zlib/src/contrib/vstudio/vc11/
Dzlibvc.def44 get_crc_table @38
/external/zlib/src/contrib/vstudio/vc10/
Dzlibvc.def44 get_crc_table @38
/external/zlib/src/contrib/vstudio/vc9/
Dzlibvc.def44 get_crc_table @38
/external/zlib/src/contrib/ada/
Dzlib-thin.ads305 function get_crc_table return ULong_Access; subprogspec
427 pragma Import (C, get_crc_table, "get_crc_table");
/external/freetype/src/gzip/
Dzconf.h37 # define get_crc_table z_get_crc_table macro
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
Dzconf.h37 # define get_crc_table z_get_crc_table macro
/external/zlib/src/as400/
Dbndsrc25 EXPORT SYMBOL("get_crc_table")
Dzlib.inc436 D get_crc_table PR * extproc('get_crc_table') Ptr to ulongs
/external/pdfium/third_party/zlib_v128/
Dzlib.h43 #define get_crc_table FPDFAPI_get_crc_table macro
1819 ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table OF((void));
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
/external/zlib/src/
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));
Dzconf.h.cmakein57 # define get_crc_table z_get_crc_table
Dzconf.h.in55 # define get_crc_table z_get_crc_table macro
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
/external/zlib/
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));
/external/zlib/src/contrib/minizip/
Dunzip.c1619 s->pcrc_32_tab = get_crc_table(); in unzOpenCurrentFile3()
Dzip.c1249 zi->ci.pcrc_32_tab = get_crc_table(); in zipOpenNewFileInZip4_64()