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

  /src/sys/net/
zlib.h 86 # define get_crc_table z_get_crc_table macro
1197 ZEXTERN const uLongf * ZEXPORT get_crc_table(void);
  /src/common/dist/zlib/contrib/ada/
zlib-thin.ads 305 function get_crc_table return ULong_Access; subprogspec
427 pragma Import (C, get_crc_table, "get_crc_table");
  /src/common/dist/zlib/
zconf.h 67 # define get_crc_table z_get_crc_table macro
crc32.c 18 first call get_crc_table() to initialize the tables before allowing more than
212 multiple threads, and if atomics are not available, then get_crc_table() must
551 const z_crc_t FAR * ZEXPORT get_crc_table(void) { function in typeref:typename:const z_crc_t FAR * ZEXPORT
zconf.h.in 63 # define get_crc_table z_get_crc_table macro
zlib.h 1920 ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table(void);
zconf.h.cmakein 65 # define get_crc_table z_get_crc_table
  /src/common/dist/zlib/os400/
zlib.inc 512 D get_crc_table PR * extproc('get_crc_table') Ptr to ulongs
  /src/common/dist/zlib/contrib/minizip/
unzip.c 1491 s->pcrc_32_tab = get_crc_table();
zip.c 1220 zi->ci.pcrc_32_tab = get_crc_table();

Completed in 22 milliseconds