Searched refs:wsize (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium/net/tools/flip_server/
H A Dring_buffer.cc58 int wsize; local
59 GetWritablePtr(&wptr, &wsize);
63 while (wsize && bytes_remaining) {
64 if (wsize > bytes_remaining) {
65 wsize = bytes_remaining;
67 memcpy(wptr, bytes + bytes_written, wsize);
68 bytes_written += wsize;
69 bytes_remaining -= wsize;
70 AdvanceWritablePtr(wsize);
71 GetWritablePtr(&wptr, &wsize);
[all...]
/external/qemu/distrib/zlib-1.2.3/
H A Dinflate.h89 unsigned wsize; /* window size or zero if not using window */ member in struct:inflate_state
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;
196 from += wsize - op;
206 from += wsize + write - op;
H A Dinfback.c56 state->wsize = 1U << windowBits;
205 left = state->wsize; \
278 left = state->wsize;
468 if (state->whave < state->wsize)
469 state->whave = state->wsize - left;
470 inflate_fast(strm, state->wsize);
560 if (state->offset > state->wsize - (state->whave < state->wsize ?
571 copy = state->wsize - state->offset;
592 if (left < state->wsize) {
[all...]
H A Dinflate.c118 state->wsize = 0;
310 Update the window with the last wsize (normally 32K) bytes written before
341 if (state->wsize == 0) {
342 state->wsize = 1U << state->wbits;
347 /* copy state->wsize or less output bytes into the circular window */
349 if (copy >= state->wsize) {
350 zmemcpy(state->window, strm->next_out - state->wsize, state->wsize);
352 state->whave = state->wsize;
355 dist = state->wsize
[all...]
H A Ddeflate.c1272 uInt wsize = s->w_size; local
1280 more = wsize;
1293 if (s->strstart >= wsize+MAX_DIST(s)) {
1295 zmemcpy(s->window, s->window+wsize, (unsigned)wsize);
1296 s->match_start -= wsize;
1297 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
1298 s->block_start -= (long) wsize;
1311 *p = (Pos)(m >= wsize ? m-wsize
[all...]
/external/zlib/
H A Dinflate.h93 unsigned wsize; /* window size or zero if not using window */ member in struct:inflate_state
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 Dinfback.c65 state->wsize = 1U << windowBits;
214 left = state->wsize; \
287 left = state->wsize;
485 if (state->whave < state->wsize)
486 state->whave = state->wsize - left;
487 inflate_fast(strm, state->wsize);
577 if (state->offset > state->wsize - (state->whave < state->wsize ?
588 copy = state->wsize - state->offset;
609 if (left < state->wsize) {
[all...]
H A Dinflate.c135 state->wsize = 0;
365 Update the window with the last wsize (normally 32K) bytes written before
396 if (state->wsize == 0) {
397 state->wsize = 1U << state->wbits;
402 /* copy state->wsize or less output bytes into the circular window */
404 if (copy >= state->wsize) {
405 zmemcpy(state->window, strm->next_out - state->wsize, state->wsize);
407 state->whave = state->wsize;
410 dist = state->wsize
[all...]
H A Ddeflate.c1394 uInt wsize = s->w_size; local
1404 more = wsize;
1417 if (s->strstart >= wsize+MAX_DIST(s)) {
1419 zmemcpy(s->window, s->window+wsize, (unsigned)wsize);
1420 s->match_start -= wsize;
1421 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
1422 s->block_start -= (long) wsize;
1434 *p = (Pos)(m >= wsize ? m-wsize
[all...]
/external/openssl/crypto/ec/
H A Dec_mult.c359 size_t *wsize = NULL; /* individual window sizes */ local
444 wsize = OPENSSL_malloc(totalnum * sizeof wsize[0]);
449 if (!wsize || !wNAF_len || !wNAF || !val_sub)
465 wsize[i] = EC_window_bits_for_scalar_size(bits);
466 num_val += (size_t)1 << (wsize[i] - 1);
468 wNAF[i] = compute_wNAF((i < num ? scalars[i] : scalar), wsize[i], &wNAF_len[i]);
500 wsize[num] = pre_comp->w;
501 tmp_wNAF = compute_wNAF(scalar, wsize[num], &tmp_len);
605 for (j = 0; j < ((size_t)1 << (wsize[
[all...]
/external/zlib/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;
H A Dinffasx64.asm268 mov eax, [rsp+92] ; /* eax = wsize, prepare for dist cmp */
272 jb L_invalid_distance_too_far ; /* if (dist > wsize) */
280 add rsi, rax ; /* from += wsize - nbytes */
298 mov esi, [rsp+92] ; /* from = wsize */
/external/qemu/distrib/sdl-1.2.12/src/video/xbios/
H A DSDL_xbios_centscreen.h63 unsigned short wsize; /* screen width (mm) */ member in struct:__anon9392
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DDominators.java125 int wsize = worklist.size();
126 SsaBasicBlock v = worklist.get(wsize - 1);
136 worklist.remove(wsize - 1);
/external/ipsec-tools/src/libipsec/
H A Dpfkey.c1351 p = pfkey_setsadbsa(p, ep, sa_parms->spi, sa_parms->wsize,
2197 pfkey_setsadbsa(buf, lim, spi, wsize, auth, enc, flags)
2201 u_int wsize, auth, enc;
2216 p->sadb_sa_replay = wsize;
2480 pfkey_send_update(so, satype, mode, src, dst, spi, reqid, wsize,
2484 u_int satype, mode, wsize;
2500 psaa.wsize = wsize;
2521 pfkey_send_update_nat(so, satype, mode, src, dst, spi, reqid, wsize,
2527 u_int satype, mode, wsize;
[all...]
H A Dlibpfkey.h76 u_int wsize; member in struct:pfkey_send_sa_args
H A Dkey_debug.c705 printf(" secreplay{ count=%u wsize=%u seq=%u lastseq=%u",
706 rpl->count, rpl->wsize, rpl->seq, rpl->lastseq);
715 for (len = 0; len < rpl->wsize; len++) {
/external/zlib/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/qemu/distrib/sdl-1.2.12/src/video/wincommon/
H A DSDL_sysevents.c98 static int WINAPI ToUnicode9xME(UINT vkey, UINT scancode, BYTE *keystate, LPWSTR wchars, int wsize, UINT flags);
914 static int WINAPI ToUnicode9xME(UINT vkey, UINT scancode, PBYTE keystate, LPWSTR wchars, int wsize, UINT flags) argument
919 return MultiByteToWideChar(codepage, 0, chars, 1, wchars, wsize);
/external/ipsec-tools/src/racoon/
H A Dbackupsa.c76 * src dst satype spi mode reqid wsize \
153 sa_args->mode, sa_args->reqid, sa_args->wsize, sa_args->e_type,
272 GETNEXTNUM(sa_args.wsize, strtoul);
H A Dpfkey.c1049 sa_args.wsize = 4;
1071 sa_args.wsize = 0;
1150 sa_args.wsize = 4;
1336 sa_args.wsize = 4;
1358 sa_args.wsize = 0;
/external/zlib/contrib/masmx86/
H A Dinffas32.asm137 wsize_state equ (32+zlib1222sup) ;/* state->wsize */

Completed in 1614 milliseconds

12