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

  /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/
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 67 # define get_crc_table z_get_crc_table macro
zconf.h.in 63 # define get_crc_table z_get_crc_table macro
  /src/sys/net/
zlib.h 86 # define get_crc_table z_get_crc_table macro
1197 ZEXTERN const uLongf * ZEXPORT get_crc_table(void);

Completed in 14 milliseconds