Home
last modified time | relevance | path

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

12

/external/openssl/crypto/ec/
Dec_mult.c357 size_t *wsize = NULL; /* individual window sizes */ in ec_wNAF_mul() local
442 wsize = OPENSSL_malloc(totalnum * sizeof wsize[0]); in ec_wNAF_mul()
447 if (!wsize || !wNAF_len || !wNAF || !val_sub) in ec_wNAF_mul()
463 wsize[i] = EC_window_bits_for_scalar_size(bits); in ec_wNAF_mul()
464 num_val += 1u << (wsize[i] - 1); in ec_wNAF_mul()
466 wNAF[i] = compute_wNAF((i < num ? scalars[i] : scalar), wsize[i], &wNAF_len[i]); in ec_wNAF_mul()
498 wsize[num] = pre_comp->w; in ec_wNAF_mul()
499 tmp_wNAF = compute_wNAF(scalar, wsize[num], &tmp_len); in ec_wNAF_mul()
603 for (j = 0; j < (1u << (wsize[i] - 1)); j++) in ec_wNAF_mul()
636 if (wsize[i] > 1) in ec_wNAF_mul()
[all …]
/external/zlib/
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) {
593 if (out(out_desc, state->window, state->wsize - left))
Dinflate.c118 state->wsize = 0;
341 if (state->wsize == 0) {
342 state->wsize = 1U << state->wbits;
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 - state->write;
362 state->whave = state->wsize;
366 if (state->write == state->wsize) state->write = 0;
367 if (state->whave < state->wsize) state->whave += dist;
[all …]
Dinffast.c80 unsigned wsize; /* window size or zero if not using window */ local
107 wsize = state->wsize;
196 from += wsize - op;
206 from += wsize + write - op;
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 : NIL);
1314 n = wsize;
1319 *p = (Pos)(m >= wsize ? m-wsize : NIL);
[all …]
Dinflate.h89 unsigned wsize; /* window size or zero if not using window */ member
/external/qemu/distrib/zlib-1.2.3/
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) {
593 if (out(out_desc, state->window, state->wsize - left))
Dinflate.c118 state->wsize = 0;
341 if (state->wsize == 0) {
342 state->wsize = 1U << state->wbits;
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 - state->write;
362 state->whave = state->wsize;
366 if (state->write == state->wsize) state->write = 0;
367 if (state->whave < state->wsize) state->whave += dist;
[all …]
Dinffast.c80 unsigned wsize; /* window size or zero if not using window */ local
107 wsize = state->wsize;
196 from += wsize - op;
206 from += wsize + write - op;
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 : NIL);
1314 n = wsize;
1319 *p = (Pos)(m >= wsize ? m-wsize : NIL);
[all …]
Dinflate.h89 unsigned wsize; /* window size or zero if not using window */ member
/external/webkit/WebCore/platform/image-decoders/zlib/
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) {
593 if (out(out_desc, state->window, state->wsize - left))
Dinflate.c118 state->wsize = 0;
341 if (state->wsize == 0) {
342 state->wsize = 1U << state->wbits;
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 - state->write;
362 state->whave = state->wsize;
366 if (state->write == state->wsize) state->write = 0;
367 if (state->whave < state->wsize) state->whave += dist;
[all …]
Dinffast.c80 unsigned wsize; /* window size or zero if not using window */ local
107 wsize = state->wsize;
196 from += wsize - op;
206 from += wsize + write - op;
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 : NIL);
1314 n = wsize;
1319 *p = (Pos)(m >= wsize ? m-wsize : NIL);
[all …]
Dinflate.h89 unsigned wsize; /* window size or zero if not using window */ member
/external/zlib/contrib/masmx64/
Dinffas8664.c96 /* 92 48 */ unsigned wsize; /* window size */ member
132 ar.wsize = state->wsize;
/external/ipsec-tools/src/libipsec/
Dpfkey.c1351 p = pfkey_setsadbsa(p, ep, sa_parms->spi, sa_parms->wsize,
2197 pfkey_setsadbsa(buf, lim, spi, wsize, auth, enc, flags) in pfkey_setsadbsa() argument
2201 u_int wsize, auth, enc;
2216 p->sadb_sa_replay = wsize;
2480 pfkey_send_update(so, satype, mode, src, dst, spi, reqid, wsize, in pfkey_send_update() argument
2484 u_int satype, mode, wsize;
2500 psaa.wsize = wsize;
2521 pfkey_send_update_nat(so, satype, mode, src, dst, spi, reqid, wsize, in pfkey_send_update_nat() argument
2527 u_int satype, mode, wsize;
2547 psaa.wsize = wsize;
[all …]
Dkey_debug.c706 rpl->count, rpl->wsize, rpl->seq, rpl->lastseq);
715 for (len = 0; len < rpl->wsize; len++) {
/external/qemu/
Dmonitor.c525 static void memory_dump(int count, int format, int wsize, in memory_dump() argument
540 if (wsize == 2) { in memory_dump()
542 } else if (wsize == 4) { in memory_dump()
563 len = wsize * count; in memory_dump()
564 if (wsize == 1) in memory_dump()
568 nb_per_line = line_size / wsize; in memory_dump()
573 max_digits = (wsize * 8 + 2) / 3; in memory_dump()
577 max_digits = (wsize * 8) / 4; in memory_dump()
581 max_digits = (wsize * 8 * 10 + 32) / 33; in memory_dump()
584 wsize = 1; in memory_dump()
[all …]
/external/zlib/contrib/inflate86/
Dinffast.S175 #define wsize 52 /* unsigned int */ macro
305 movl %eax, wsize(%esp)
720 movl wsize(%esp), %eax /* prepare for dist compare */
795 addl wsize(%esp), from_r
1080 movl wsize(%esp), %eax /* prepare for dist compare */
1118 addl wsize(%esp), from_r
Dinffas86.c91 /* 92 48 */ unsigned wsize; /* window size */ member
115 ar.wsize = state->wsize;
/external/qemu/distrib/sdl-1.2.12/src/video/xbios/
DSDL_xbios_centscreen.h63 unsigned short wsize; /* screen width (mm) */ member
/external/ipsec-tools/src/racoon/
Dbackupsa.c153 sa_args->mode, sa_args->reqid, sa_args->wsize, sa_args->e_type,
272 GETNEXTNUM(sa_args.wsize, strtoul); in backupsa_from_file()
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
DSDL_sysevents.c98 static int WINAPI ToUnicode9xME(UINT vkey, UINT scancode, BYTE *keystate, LPWSTR wchars, int wsize,…
914 static int WINAPI ToUnicode9xME(UINT vkey, UINT scancode, PBYTE keystate, LPWSTR wchars, int wsize,… in ToUnicode9xME() argument
919 return MultiByteToWideChar(codepage, 0, chars, 1, wchars, wsize); in ToUnicode9xME()

12