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

  /src/common/dist/zlib/contrib/minizip/
crypt.h 35 static int decrypt_byte(unsigned long* pkeys, const z_crc_t* pcrc_32_tab) {
48 static int update_keys(unsigned long* pkeys, const z_crc_t* pcrc_32_tab, int c) {
64 static void init_keys(const char* passwd, unsigned long* pkeys, const z_crc_t* pcrc_32_tab) {
92 const z_crc_t* pcrc_32_tab,
unzip.c 186 const z_crc_t* pcrc_32_tab;
zip.c 156 const z_crc_t* pcrc_32_tab;
  /src/common/dist/zlib/
crc32.c 32 #include "zutil.h" /* for Z_U4, Z_U8, z_crc_t, and FAR definitions */
66 z_crc_t must be at least 32 bits. z_word_t must be at least as long as
67 z_crc_t. It is assumed here that z_word_t is either 32 bits or 64 bits, and
141 local z_crc_t FAR x2n_table[32];
157 local z_crc_t multmodp(z_crc_t a, z_crc_t b) {
158 z_crc_t m, p;
160 m = (z_crc_t)1 << 31;
178 local z_crc_t x2nmodp(z_off64_t n, unsigned k)
    [all...]
zconf.h 443 typedef Z_U4 z_crc_t; typedef in typeref:typename:Z_U4
445 typedef unsigned long z_crc_t; typedef in typeref:typename:unsigned long
zconf.h.in 431 typedef Z_U4 z_crc_t; typedef in typeref:typename:Z_U4
433 typedef unsigned long z_crc_t; typedef in typeref:typename:unsigned long
zconf.h.cmakein 433 typedef Z_U4 z_crc_t;
435 typedef unsigned long z_crc_t;
zlib.h 1920 ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table(void);
crc32.h 5 local const z_crc_t FAR crc_table[] = {
213 local const z_crc_t FAR crc_braid_table[][256] = {
1323 local const z_crc_t FAR crc_braid_table[][256] = {
1751 local const z_crc_t FAR crc_braid_table[][256] = {
2861 local const z_crc_t FAR crc_braid_table[][256] = {
3289 local const z_crc_t FAR crc_braid_table[][256] = {
4399 local const z_crc_t FAR crc_braid_table[][256] = {
4827 local const z_crc_t FAR crc_braid_table[][256] = {
5937 local const z_crc_t FAR crc_braid_table[][256] = {
6365 local const z_crc_t FAR crc_braid_table[][256] =
    [all...]

Completed in 27 milliseconds