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

12

/external/kernel-headers/original/uapi/linux/
H A Dnfs4_mount.h30 int wsize; /* 1 */ member in struct:nfs4_mount_data
H A Dnfs_mount.h32 int wsize; /* 1 */ member in struct:nfs_mount_data
/external/boringssl/src/crypto/ec/
H A Dwnaf.c237 size_t *wsize = NULL; /* individual window sizes */ local
274 wsize = OPENSSL_malloc(total_num * sizeof wsize[0]);
285 if (!wsize || !wNAF_len || !wNAF || !val_sub) {
297 wsize[i] = EC_window_bits_for_scalar_size(bits);
298 num_val += (size_t)1 << (wsize[i] - 1);
301 compute_wNAF((i < num ? scalars[i] : g_scalar), wsize[i], &wNAF_len[i]);
323 for (j = 0; j < ((size_t)1 << (wsize[i] - 1)); j++) {
355 if (wsize[i] > 1) {
359 for (j = 1; j < ((size_t)1 << (wsize[
[all...]
/external/libedit/src/
H A Dchartype.c64 if (minwsize > conv->wsize) {
65 conv->wsize = minwsize;
66 p = el_realloc(conv->wbuff, conv->wsize * sizeof(*conv->wbuff));
68 conv->wsize = 0;
126 if (len > conv->wsize)
130 ct_mbstowcs(conv->wbuff, s, conv->wsize);
149 if (!conv->wsize)
/external/opencv3/3rdparty/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.c136 state->wsize = 0;
366 Update the window with the last wsize (normally 32K) bytes written before
398 if (state->wsize == 0) {
399 state->wsize = 1U << state->wbits;
404 /* copy state->wsize or less output bytes into the circular window */
405 if (copy >= state->wsize) {
406 zmemcpy(state->window, end - state->wsize, state->wsize);
408 state->whave = state->wsize;
411 dist = state->wsize
[all...]
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/pdfium/third_party/zlib_v128/
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.c136 state->wsize = 0;
366 Update the window with the last wsize (normally 32K) bytes written before
398 if (state->wsize == 0) {
399 state->wsize = 1U << state->wbits;
404 /* copy state->wsize or less output bytes into the circular window */
405 if (copy >= state->wsize) {
406 zmemcpy(state->window, end - state->wsize, state->wsize);
408 state->whave = state->wsize;
411 dist = state->wsize
[all...]
H A Ddeflate.c1395 uInt wsize = s->w_size; local
1405 more = wsize;
1418 if (s->strstart >= wsize+MAX_DIST(s)) {
1420 zmemcpy(s->window, s->window+wsize, (unsigned)wsize);
1421 s->match_start -= wsize;
1422 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
1423 s->block_start -= (long) wsize;
1435 *p = (Pos)(m >= wsize ? m-wsize
[all...]
/external/zlib/src/
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.c136 state->wsize = 0;
366 Update the window with the last wsize (normally 32K) bytes written before
398 if (state->wsize == 0) {
399 state->wsize = 1U << state->wbits;
404 /* copy state->wsize or less output bytes into the circular window */
405 if (copy >= state->wsize) {
406 zmemcpy(state->window, end - state->wsize, state->wsize);
408 state->whave = state->wsize;
411 dist = state->wsize
[all...]
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/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;
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/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.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/opencv3/samples/android/image-manipulations/src/org/opencv/samples/imagemanipulations/
H A DImageManipulationsActivity.java289 Size wsize = mZoomWindow.size();
290 Imgproc.rectangle(mZoomWindow, new Point(1, 1), new Point(wsize.width - 2, wsize.height - 2), new Scalar(255, 0, 0, 255), 2);
/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...]

Completed in 470 milliseconds

12