Searched defs:wsize (Results 1 - 25 of 29) sorted by relevance

12

/external/python/cpython2/Modules/zlib/
H A Dinffast.c80 unsigned wsize; /* window size or zero if not using window */ local
83 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */
107 wsize = state->wsize;
218 from += wsize - op;
228 from += wsize + wnext - op;
H A Dinflate.h93 unsigned wsize; /* window size or zero if not using window */ member in struct:inflate_state
H A Ddeflate.c1396 uInt wsize = s->w_size; local
1406 more = wsize;
1419 if (s->strstart >= wsize+MAX_DIST(s)) {
1421 zmemcpy(s->window, s->window+wsize, (unsigned)wsize);
1422 s->match_start -= wsize;
1423 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
1424 s->block_start -= (long) wsize;
1436 *p = (Pos)(m >= wsize ? m-wsize
[all...]
/external/python/cpython3/Modules/zlib/
H A Dinffast.c63 unsigned wsize; /* window size or zero if not using window */ local
66 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */
90 wsize = state->wsize;
201 from += wsize - op;
211 from += wsize + wnext - op;
H A Dinflate.h96 unsigned wsize; /* window size or zero if not using window */ member in struct:inflate_state
H A Ddeflate.c206 uInt wsize = s->w_size; local
212 *p = (Pos)(m >= wsize ? m - wsize : NIL);
214 n = wsize;
219 *p = (Pos)(m >= wsize ? m - wsize : NIL);
1487 uInt wsize = s->w_size; local
1497 more = wsize;
1510 if (s->strstart >= wsize+MAX_DIST(s)) {
1512 zmemcpy(s->window, s->window+wsize, (unsigne
[all...]
/external/syslinux/com32/lib/zlib/
H A Dinffast.c80 unsigned wsize; /* window size or zero if not using window */ local
83 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */
107 wsize = state->wsize;
218 from += wsize - op;
228 from += wsize + wnext - op;
H A Dinflate.h93 unsigned wsize; /* window size or zero if not using window */ member in struct:inflate_state
H A Ddeflate.c1311 uInt wsize = s->w_size; local
1319 more = wsize;
1332 if (s->strstart >= wsize+MAX_DIST(s)) {
1334 zmemcpy(s->window, s->window+wsize, (unsigned)wsize);
1335 s->match_start -= wsize;
1336 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
1337 s->block_start -= (long) wsize;
1349 *p = (Pos)(m >= wsize ? m-wsize
[all...]
/external/zlib/src/contrib/masmx64/
H A Dinffas8664.c91 /* 56 28 */ unsigned char FAR *window;/* size of window, wsize!=0 */
96 /* 92 48 */ unsigned wsize; /* window size */ member in struct:inffast_ar
132 ar.wsize = state->wsize;
/external/zlib/src/
H A Dinffast.c63 unsigned wsize; /* window size or zero if not using window */ local
66 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */
90 wsize = state->wsize;
201 from += wsize - op;
211 from += wsize + wnext - op;
H A Dinflate.h96 unsigned wsize; /* window size or zero if not using window */ member in struct:inflate_state
H A Ddeflate.c206 uInt wsize = s->w_size; local
212 *p = (Pos)(m >= wsize ? m - wsize : NIL);
214 n = wsize;
219 *p = (Pos)(m >= wsize ? m - wsize : NIL);
1487 uInt wsize = s->w_size; local
1497 more = wsize;
1510 if (s->strstart >= wsize+MAX_DIST(s)) {
1512 zmemcpy(s->window, s->window+wsize, (unsigne
[all...]
/external/boringssl/src/crypto/fipsmodule/ec/
H A Dwnaf.c258 size_t wsize = window_bits_for_scalar_size(bits); local
260 size_t precomp_len = (size_t)1 << (wsize - 1);
280 if (!compute_wNAF(group, g_wNAF, g_scalar, bits, wsize) ||
289 if (!compute_wNAF(group, p_wNAF, p_scalar, bits, wsize) ||
/external/kernel-headers/original/uapi/linux/
H A Dnfs4_mount.h31 int wsize; /* 1 */ member in struct:nfs4_mount_data
H A Dnfs_mount.h33 int wsize; /* 1 */ member in struct:nfs_mount_data
/external/libcups/cups/
H A Dtestipp.c39 wsize; /* Max size of buffer */ member in struct:_ippdata_t
328 data.wsize = sizeof(buffer);
602 data.wsize = sizeof(mixed);
857 if ((count = data->wsize - data->rpos) > bytes)
887 if ((count = data->wsize - data->wused) > bytes)
/external/zlib/src/contrib/inflate86/
H A Dinffas86.c86 /* 56 28 */ unsigned char FAR *window;/* size of window, wsize!=0 */
91 /* 92 48 */ unsigned wsize; /* window size */ member in struct:inffast_ar
115 ar.wsize = state->wsize;
358 " movl 92(%%rsp), %%eax\n" /* eax = wsize, prepare for dist cmp */
362 " jb .L_invalid_distance_too_far\n" /* if (dist > wsize) */
370 " addq %%rax, %%rsi\n" /* from += wsize - nbytes */
388 " movl 92(%%rsp), %%esi\n" /* from = wsize */
687 " movl 48(%%esp), %%eax\n" /* eax = wsize */
692 " jb .L_invalid_distance_too_far\n" /* if (dist > wsize) */
[all...]
H A Dinffast.S153 #define wsize_state 32 /* state->wsize */
175 #define wsize 52 /* unsigned int */ define
272 /* wsize = state->wsize;
305 movl %eax, wsize(%esp)
710 * if (dist > wsize) {
716 * from += wsize - nbytes;
720 movl wsize(%esp), %eax /* prepare for dist compare */
725 jb .L_invalid_distance_too_far /* if (dist > wsize) */
732 addl %eax, from_r /* from += wsize
[all...]
/external/ipsec-tools/src/libipsec/
H A Dlibpfkey.h76 u_int wsize; member in struct:pfkey_send_sa_args
H A Dpfkey.c1289 p = pfkey_setsadbsa(p, ep, sa_parms->spi, sa_parms->wsize,
2108 pfkey_setsadbsa(caddr_t buf, caddr_t lim, u_int32_t spi, u_int wsize, argument
2124 p->sadb_sa_replay = wsize;
2358 struct sockaddr *dst, u_int32_t spi, u_int32_t reqid, u_int wsize,
2370 psaa.wsize = wsize;
2392 struct sockaddr *dst, u_int32_t spi, u_int32_t reqid, u_int wsize,
2406 psaa.wsize = wsize;
2433 struct sockaddr *dst, u_int32_t spi, u_int32_t reqid, u_int wsize,
2357 pfkey_send_update(int so, u_int satype, u_int mode, struct sockaddr *src, struct sockaddr *dst, u_int32_t spi, u_int32_t reqid, u_int wsize, caddr_t keymat, u_int e_type, u_int e_keylen, u_int a_type, u_int a_keylen, u_int flags, u_int32_t l_alloc, u_int64_t l_bytes, u_int64_t l_addtime, u_int64_t l_usetime, u_int32_t seq) argument
2391 pfkey_send_update_nat(int so, u_int satype, u_int mode, struct sockaddr *src, struct sockaddr *dst, u_int32_t spi, u_int32_t reqid, u_int wsize, caddr_t keymat, u_int e_type, u_int e_keylen, u_int a_type, u_int a_keylen, u_int flags, u_int32_t l_alloc, u_int64_t l_bytes, u_int64_t l_addtime, u_int64_t l_usetime, u_int32_t seq, u_int8_t l_natt_type, u_int16_t l_natt_sport, u_int16_t l_natt_dport, struct sockaddr *l_natt_oa, u_int16_t l_natt_frag) argument
2432 pfkey_send_add(int so, u_int satype, u_int mode, struct sockaddr *src, struct sockaddr *dst, u_int32_t spi, u_int32_t reqid, u_int wsize, caddr_t keymat, u_int e_type, u_int e_keylen, u_int a_type, u_int a_keylen, u_int flags, u_int32_t l_alloc, u_int64_t l_bytes, u_int64_t l_addtime, u_int64_t l_usetime, u_int32_t seq) argument
2466 pfkey_send_add_nat(int so, u_int satype, u_int mode, struct sockaddr *src, struct sockaddr *dst, u_int32_t spi, u_int32_t reqid, u_int wsize, caddr_t keymat, u_int e_type, u_int e_keylen, u_int a_type, u_int a_keylen, u_int flags, u_int32_t l_alloc, u_int64_t l_bytes, u_int64_t l_addtime, u_int64_t l_usetime, u_int32_t seq, u_int8_t l_natt_type, u_int16_t l_natt_sport, u_int16_t l_natt_dport, struct sockaddr *l_natt_oa, u_int16_t l_natt_frag) argument
[all...]
/external/libedit/src/
H A Dchartype.h180 size_t wsize; member in struct:ct_buffer_t
/external/boringssl/src/crypto/fipsmodule/bn/
H A Dexponentiation.c689 int wsize = 0; local
692 wvalue <<= (i - wsize);
694 wsize = i;
700 for (int i = 0; i < wsize + 1; i++) {
714 if (wstart == wsize) {
717 wstart -= wsize + 1;
801 unsigned wsize = 0; local
804 wvalue <<= (i - wsize);
806 wsize = i;
812 for (unsigned i = 0; i < wsize
[all...]
/external/python/cpython2/Modules/
H A Dzlibmodule.c292 int wsize=DEF_WBITS; local
297 &ibuf, &ibuflen, &wsize, &r_strlen))
308 err = inflateInit2(&zst, wsize);
/external/python/cpython2/Modules/cjkcodecs/
H A Dmultibytecodec.c1034 Py_ssize_t wsize, finalsize = 0, size, origpending; local
1047 wsize = size;
1055 wsize = size + self->pendingsize;
1056 wdata = PyMem_Malloc(wsize);
1064 if (decoder_prepare_buffer(&buf, wdata, wsize) != 0)

Completed in 537 milliseconds

12