Searched refs:wsize (Results 26 - 50 of 122) sorted by relevance

12345

/netbsd-current/external/lgpl3/gmp/dist/tests/
H A Drefmpf.c305 mp_size_t gsize, wsize, cmpsize, i; local
318 wsize = SIZ (want);
319 if ((gsize < 0 && wsize > 0) || (gsize > 0 && wsize < 0))
326 wsize = ABS (wsize);
330 wp = PTR (want) + wsize - 1;
337 wlimb = (i < wsize ? wp[-i] : 0);
/netbsd-current/external/gpl3/gdb.old/dist/zlib/
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.h96 unsigned wsize; /* window size or zero if not using window */ member in struct:inflate_state
/netbsd-current/external/gpl3/binutils.old/dist/zlib/
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.h96 unsigned wsize; /* window size or zero if not using window */ member in struct:inflate_state
/netbsd-current/common/dist/zlib/
H A Dinfback.c67 state->wsize = 1U << windowBits;
217 left = state->wsize; \
290 left = state->wsize;
489 if (state->whave < state->wsize)
490 state->whave = state->wsize - left;
491 inflate_fast(strm, state->wsize);
581 if (state->offset > state->wsize - (state->whave < state->wsize ?
592 copy = state->wsize - state->offset;
627 if (left < state->wsize) {
[all...]
H A Dinflate.h97 unsigned wsize; /* window size or zero if not using window */ member in struct:inflate_state
/netbsd-current/external/gpl3/binutils/dist/zlib/
H A Dinfback.c65 state->wsize = 1U << windowBits;
214 left = state->wsize; \
287 left = state->wsize;
486 if (state->whave < state->wsize)
487 state->whave = state->wsize - left;
488 inflate_fast(strm, state->wsize);
578 if (state->offset > state->wsize - (state->whave < state->wsize ?
589 copy = state->wsize - state->offset;
610 if (left < state->wsize) {
[all...]
H A Dinflate.h97 unsigned wsize; /* window size or zero if not using window */ member in struct:inflate_state
/netbsd-current/external/gpl3/gdb/dist/zlib/
H A Dinfback.c65 state->wsize = 1U << windowBits;
214 left = state->wsize; \
287 left = state->wsize;
486 if (state->whave < state->wsize)
487 state->whave = state->wsize - left;
488 inflate_fast(strm, state->wsize);
578 if (state->offset > state->wsize - (state->whave < state->wsize ?
589 copy = state->wsize - state->offset;
610 if (left < state->wsize) {
[all...]
H A Dinflate.h97 unsigned wsize; /* window size or zero if not using window */ member in struct:inflate_state
/netbsd-current/external/cddl/osnet/dist/uts/common/zmod/
H A Dinflate.c125 state->wsize = 0;
317 Update the window with the last wsize (normally 32K) bytes written before
348 if (state->wsize == 0) {
349 state->wsize = 1U << state->wbits;
354 /* copy state->wsize or less output bytes into the circular window */
356 if (copy >= state->wsize) {
357 zmemcpy(state->window, strm->next_out - state->wsize, state->wsize);
359 state->whave = state->wsize;
362 dist = state->wsize
[all...]
/netbsd-current/external/bsd/am-utils/dist/conf/mount/
H A Dmount_aix3.c137 v2args.wsize = v3args->wsize;
164 v3args_bis.wsize = v3args->wsize;
H A Dmount_aix.c131 v2args.wsize = v3args->wsize;
/netbsd-current/lib/libedit/
H A Dchartype.h65 size_t wsize; member in struct:ct_buffer_t
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DData_window.h95 int64_t wsize; // size of current window member in class:Data_window
H A DStabs.h87 WSize_t get_class() { return wsize;}
116 WSize_t wsize; // word size: 32 or 64 member in class:Stabs
/netbsd-current/sys/fs/nfs/common/
H A Dnfs_diskless.c82 * Validate/sanity check a rsize/wsize parameter.
140 } else if (strncmp(o, "wsize=", 6) == 0) {
142 if (checkrwsize(v, "wsize")) {
143 nd->wsize = (int) v;
266 nd3->root_args.wsize = 32768;
305 nd->root_args.wsize = 8192;
334 args.wsize = nd->root_args.wsize;
339 nd->root_args.wsize = args.wsize;
[all...]
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dzlib.c212 unsigned wsize; /* window size or zero if not using window */ member in struct:inflate_state
284 state->wsize = 0;
467 Update the window with the last wsize (normally 32K) bytes written before
497 if (state->wsize == 0) {
498 state->wsize = 1U << state->wbits;
503 /* copy state->wsize or less output bytes into the circular window */
505 if (copy >= state->wsize) {
506 zmemcpy(state->window, strm->next_out - state->wsize, state->wsize);
508 state->whave = state->wsize;
1126 unsigned wsize; /* window size or zero if not using window */ local
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec_mult.c416 size_t *wsize = NULL; /* individual window sizes */ local
505 wsize = OPENSSL_malloc(totalnum * sizeof(wsize[0]));
515 if (wsize == NULL || wNAF_len == NULL || wNAF == NULL || val_sub == NULL) {
529 wsize[i] = EC_window_bits_for_scalar_size(bits);
530 num_val += (size_t)1 << (wsize[i] - 1);
533 bn_compute_wNAF((i < num ? scalars[i] : scalar), wsize[i],
562 wsize[num] = pre_comp->w;
563 tmp_wNAF = bn_compute_wNAF(scalar, wsize[num], &tmp_len);
666 for (j = 0; j < ((size_t)1 << (wsize[
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_mult.c423 size_t *wsize = NULL; /* individual window sizes */ local
513 wsize = OPENSSL_malloc(totalnum * sizeof(wsize[0]));
523 if (wsize == NULL || wNAF_len == NULL || wNAF == NULL || val_sub == NULL) {
537 wsize[i] = EC_window_bits_for_scalar_size(bits);
538 num_val += (size_t)1 << (wsize[i] - 1);
541 bn_compute_wNAF((i < num ? scalars[i] : scalar), wsize[i],
570 wsize[num] = pre_comp->w;
571 tmp_wNAF = bn_compute_wNAF(scalar, wsize[num], &tmp_len);
674 for (j = 0; j < ((size_t)1 << (wsize[
[all...]
/netbsd-current/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_aix4_3.h232 int wsize; /* write size in bytes */ member in struct:aix4_nfs_args
255 unsigned long wsize; /* wsize */
284 unsigned long wsize; /* wsize */ member in struct:aix4_nfs_args_bis
/netbsd-current/usr.bin/resize/
H A Dresize.c182 static const char *wsize[EMULATIONS] = variable
518 readstring(ttyfp, buf, wsize[emu]);
519 if (sscanf(buf, wsize[emu], &ts.ws_xpixel, &ts.ws_ypixel) != 2) {
/netbsd-current/sys/compat/ultrix/
H A Dultrix_fs.c319 int wsize; /* write size in bytes */ member in struct:ultrix_nfs_args
393 na.wsize = una.wsize;
/netbsd-current/sys/compat/sunos/
H A Dsunos.h30 int wsize; /* write size in bytes */ member in struct:sunos_nfs_args

Completed in 310 milliseconds

12345