Home
last modified time | relevance | path

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

12

/freebsd-9-stable/lib/libz/
Dzlib.h88 uLong total_in; /* total number of input bytes read so far */
92 uLong total_out; /* total number of bytes output so far */
102 uLong adler; /* adler32 value of the uncompressed data */
103 uLong reserved; /* reserved for future use */
114 uLong time; /* modification time */
698 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
699 uLong sourceLen));
1107 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
1161 const Bytef *source, uLong sourceLen));
1175 const Bytef *source, uLong sourceLen,
[all …]
Dadler32.c12 local uLong adler32_combine_ OF((uLong adler1, uLong adler2, z_off64_t len2));
65 uLong ZEXPORT adler32(adler, buf, len) in adler32()
66 uLong adler; in adler32()
136 local uLong adler32_combine_(adler1, adler2, len2) in adler32_combine_()
137 uLong adler1; in adler32_combine_()
138 uLong adler2;
165 uLong ZEXPORT adler32_combine(adler1, adler2, len2) in adler32_combine()
166 uLong adler1; in adler32_combine()
167 uLong adler2;
173 uLong ZEXPORT adler32_combine64(adler1, adler2, len2) in adler32_combine64()
[all …]
Dcompress.c26 uLong sourceLen;
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
66 uLong sourceLen;
75 uLong ZEXPORT compressBound (sourceLen) in compressBound()
76 uLong sourceLen; in compressBound()
Dcrc32.c53 local uLong crc32_combine_ OF((uLong crc1, uLong crc2, z_off64_t len2));
355 local uLong crc32_combine_(crc1, crc2, len2) in crc32_combine_()
356 uLong crc1; in crc32_combine_()
357 uLong crc2;
411 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine()
412 uLong crc1; in crc32_combine()
413 uLong crc2;
419 uLong ZEXPORT crc32_combine64(crc1, crc2, len2) in crc32_combine64()
420 uLong crc1; in crc32_combine64()
421 uLong crc2;
Dzutil.h173 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t));
174 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
Duncompr.c28 uLong sourceLen;
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
Dzutil.c35 uLong ZEXPORT zlibCompileFlags() in zlibCompileFlags()
37 uLong flags; in zlibCompileFlags()
46 switch ((int)(sizeof(uLong))) { in zlibCompileFlags()
Dzconf.h143 # define uLong z_uLong macro
371 typedef unsigned long uLong; /* 32 bits or more */ typedef
382 typedef uLong FAR uLongf;
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
Dzlib.h87 uLong total_in; /* total nb of input bytes read so far */
91 uLong total_out; /* total nb of bytes output so far */
101 uLong adler; /* adler32 value of the uncompressed data */
102 uLong reserved; /* reserved for future use */
113 uLong time; /* modification time */
646 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
647 uLong sourceLen));
959 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
1012 const Bytef *source, uLong sourceLen));
1027 const Bytef *source, uLong sourceLen,
[all …]
Dadler32.c57 uLong ZEXPORT adler32(adler, buf, len) in adler32()
58 uLong adler; in adler32()
128 uLong ZEXPORT adler32_combine(adler1, adler2, len2) in adler32_combine()
129 uLong adler1; in adler32_combine()
130 uLong adler2;
Dzconf.h103 typedef unsigned long uLong; typedef
108 typedef uLong uLongf;
Dzutil.c37 uLong ZEXPORT zlibCompileFlags() in zlibCompileFlags()
39 uLong flags; in zlibCompileFlags()
48 switch (sizeof(uLong)) { in zlibCompileFlags()
Dopensolaris_crc32.c375 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine()
376 uLong crc1; in crc32_combine()
377 uLong crc2;
/freebsd-9-stable/lib/libz/test/
Dexample.c35 uLong dictId; /* Adler32 value of the dictionary */
37 void test_deflate OF((Byte *compr, uLong comprLen));
38 void test_inflate OF((Byte *compr, uLong comprLen,
39 Byte *uncompr, uLong uncomprLen));
40 void test_large_deflate OF((Byte *compr, uLong comprLen,
41 Byte *uncompr, uLong uncomprLen));
42 void test_large_inflate OF((Byte *compr, uLong comprLen,
43 Byte *uncompr, uLong uncomprLen));
44 void test_flush OF((Byte *compr, uLong *comprLen));
45 void test_sync OF((Byte *compr, uLong comprLen,
[all …]
/freebsd-9-stable/sys/net/
Dzlib.h99 # define uLong z_uLong macro
214 typedef unsigned long uLong; /* 32 bits or more */ typedef
225 typedef uLong FAR uLongf;
281 uLong total_in; /* total nb of input bytes read so far */
285 uLong total_out; /* total nb of bytes output so far */
295 uLong adler; /* adler32 value of the uncompressed data */
296 uLong reserved; /* reserved for future use */
838 const Bytef *source, uLong sourceLen));
853 const Bytef *source, uLong sourceLen));
947 extern uLong EXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
[all …]
Dzutil.h221 typedef uLong (*check_func) OF((uLong check, const Bytef *buf, uInt len)); typedef
Dzlib.c250 typedef uLong (*check_func) OF((uLong check, const Bytef *buf, uInt len)); typedef
3075 uLong was; /* computed check value */
3076 uLong need; /* stream check value */
3093 uLong c;
3109 uLong c;
3241 z->state->sub.check.need = (uLong)NEXTBYTE << 24;
3245 z->state->sub.check.need += (uLong)NEXTBYTE << 16;
3249 z->state->sub.check.need += (uLong)NEXTBYTE << 8;
3253 z->state->sub.check.need += (uLong)NEXTBYTE;
3284 z->state->sub.check.need = (uLong)NEXTBYTE << 24;
[all …]
/freebsd-9-stable/tools/tools/net80211/w00t/libw00t/
Dw00t.c310 uLong crc = crc32(0L, Z_NULL, 0); in wep_decrypt()
311 uLong *pcrc; in wep_decrypt()
325 pcrc = (uLong*) (p+len-4); in wep_decrypt()
338 uLong crc = crc32(0L, Z_NULL, 0); in wep_encrypt()
339 uLong *pcrc; in wep_encrypt()
350 pcrc = (uLong*) (p+len-4); in wep_encrypt()
/freebsd-9-stable/tools/tools/net80211/w00t/prga/
Dprga.c264 uLong *pcrc; in send_frag()
265 uLong crc = crc32(0L, Z_NULL, 0); in send_frag()
308 pcrc = (uLong*) (ptr+dlen); in send_frag()
410 uLong crc = crc32(0L, Z_NULL, 0); in wait_relay()
411 uLong *pcrc; in wait_relay()
469 pcrc = (uLong*) &p->data[p->data_len]; /* XXX overflow ph33r */ in wait_relay()
514 uLong *pcrc; in read_tap()
515 uLong crc = crc32(0L, Z_NULL, 0); in read_tap()
552 pcrc = (uLong*) (ptr+rc); in read_tap()
/freebsd-9-stable/tools/tools/net80211/w00t/expand/
Dexpand.c186 uLong crc = crc32(0L, Z_NULL, 0); in send_mcast()
187 uLong *pcrc; in send_mcast()
257 pcrc = (uLong*) (data+len); in send_mcast()
288 pcrc = (uLong*) (data+len); in send_mcast()
/freebsd-9-stable/crypto/openssl/crypto/comp/
Dc_zlib.c61 uLong sourceLen);
102 const Bytef *source, uLong sourceLen);
306 uLong sourceLen)
314 if ((uLong) stream.avail_in != sourceLen)
319 if ((uLong) stream.avail_out != *destLen)
/freebsd-9-stable/tools/tools/net80211/w00t/redir/
Dredir.c262 uLong crc = crc32(0L, Z_NULL, 0); in send_header()
263 uLong *pcrc; in send_header()
309 pcrc = (uLong*) (ptr+len); in send_header()
/freebsd-9-stable/sys/kern/
Dkern_gzio.c62 uLong crc; /* crc32 of uncompressed data */
380 printf("sizeof uLong = %d\n", (int)sizeof(uLong));
/freebsd-9-stable/usr.bin/gzip/
Dgzip.c562 uLong crc; in gz_compress()
749 uLong crc = 0; in gz_uncompress()
984 uLong origcrc; in gz_uncompress()
1015 uLong origlen; in gz_uncompress()
/freebsd-9-stable/tools/tools/net80211/wesside/wesside/
Dwesside.c636 uLong crc; in wepify()
781 uLong crc; in calculate_inet_clear()
1251 uLong crc; in try_dictionary()
1693 uLong crc; in send_fragment()

12