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

12

/freebsd-11-stable/sys/arm64/arm64/
H A Dbcopy.c47 #define wsize sizeof(word) macro
48 #define wmask (wsize - 1)
86 if ((t ^ (uintptr_t)dst) & wmask || length < wsize) {
89 t = wsize - (t & wmask);
98 t = length / wsize;
99 TLOOP(*(word *)dst = *(const word *)src; src += wsize;
100 dst += wsize);
107 * (t&wmask) bytes to align, not wsize-(t&wmask).
114 if ((t ^ (uintptr_t)dst) & wmask || length <= wsize) {
123 t = length / wsize;
[all...]
/freebsd-11-stable/lib/libc/string/
H A Dbcopy.c47 #define wsize sizeof(word) macro
48 #define wmask (wsize - 1)
95 if ((t ^ (uintptr_t)dst) & wmask || length < wsize)
98 t = wsize - (t & wmask);
105 t = length / wsize;
106 TLOOP(*(word *)dst = *(word *)src; src += wsize; dst += wsize);
113 * (t&wmask) bytes to align, not wsize-(t&wmask).
119 if ((t ^ (uintptr_t)dst) & wmask || length <= wsize)
126 t = length / wsize;
[all...]
H A Dmemset.c43 #define wsize sizeof(u_int) macro
44 #define wmask (wsize - 1)
86 if (length < 3 * wsize) {
107 t = wsize - t;
115 t = length / wsize;
118 dst += wsize;
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dbcopy.c57 #define wsize sizeof(word) macro
58 #define wmask (wsize - 1)
96 if ((t ^ (uintptr_t)dst) & wmask || length < wsize) {
99 t = wsize - (t & wmask);
108 t = length / wsize;
109 TLOOP(*(word *)dst = *(const word *)src; src += wsize;
110 dst += wsize);
117 * (t&wmask) bytes to align, not wsize-(t&wmask).
124 if ((t ^ (uintptr_t)dst) & wmask || length <= wsize) {
133 t = length / wsize;
[all...]
/freebsd-11-stable/sys/riscv/riscv/
H A Dbcopy.c47 #define wsize sizeof(word) macro
48 #define wmask (wsize - 1)
86 if ((t ^ (uintptr_t)dst) & wmask || length < wsize) {
89 t = wsize - (t & wmask);
98 t = length / wsize;
99 TLOOP(*(word *)dst = *(const word *)src; src += wsize;
100 dst += wsize);
107 * (t&wmask) bytes to align, not wsize-(t&wmask).
114 if ((t ^ (uintptr_t)dst) & wmask || length <= wsize) {
123 t = length / wsize;
[all...]
/freebsd-11-stable/contrib/amd/include/
H A Dnfs_common.h42 u_long wsize; member in struct:nfs_common_args
85 nap->wsize = a.wsize; \
98 a.wsize = nap->wsize; \
/freebsd-11-stable/lib/libedit/
H A Dchartype.c71 ct_conv_wbuff_resize(ct_buffer_t *conv, size_t wsize) argument
75 if (wsize <= conv->wsize)
78 conv->wsize = wsize;
80 p = el_realloc(conv->wbuff, conv->wsize * sizeof(*conv->wbuff));
82 conv->wsize = 0;
134 if (conv->wsize < ++len)
138 ct_mbstowcs(conv->wbuff, s, conv->wsize);
156 if (conv->wsize <
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.h91 unsigned wsize; /* window size or zero if not using window */ member in struct:inflate_state
H A Dinffast.c82 unsigned wsize; /* window size or zero if not using window */ local
85 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */
109 wsize = state->wsize;
198 from += wsize - op;
208 from += wsize + write - op;
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...]
H A Ddeflate.c1278 uInt wsize = s->w_size; local
1286 more = wsize;
1299 if (s->strstart >= wsize+MAX_DIST(s)) {
1301 zmemcpy(s->window, s->window+wsize, (unsigned)wsize);
1302 s->match_start -= wsize;
1303 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
1304 s->block_start -= (long) wsize;
1317 *p = (Pos)(m >= wsize ? m-wsize
[all...]
/freebsd-11-stable/sys/nfs/
H A Dnfsdiskless.h82 int wsize; /* write size in bytes */ member in struct:onfs_args
H A Dnfs_diskless.c76 * Validate/sanity check a rsize/wsize parameter.
134 } else if (strncmp(o, "wsize=", 6) == 0) {
136 if (checkrwsize(v, "wsize")) {
137 nd->wsize = (int) v;
260 nd3->root_args.wsize = 32768;
299 nd->root_args.wsize = 8192;
328 args.wsize = nd->root_args.wsize;
333 nd->root_args.wsize = args.wsize;
[all...]
/freebsd-11-stable/sys/contrib/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 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
H A Dinflate.c151 state->wsize = 0;
383 Update the window with the last wsize (normally 32K) bytes written before
415 if (state->wsize == 0) {
416 state->wsize = 1U << state->wbits;
421 /* copy state->wsize or less output bytes into the circular window */
422 if (copy >= state->wsize) {
423 zmemcpy(state->window, end - state->wsize, state->wsize);
425 state->whave = state->wsize;
428 dist = state->wsize
[all...]
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...]
/freebsd-11-stable/sys/amd64/include/
H A Dvmm_instruction_emul.h41 uint64_t wval, int wsize, void *arg);
/freebsd-11-stable/sys/nfsclient/
H A Dnfsargs.h52 int wsize; /* write size in bytes */ member in struct:nfs_args
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Dec_mult.c566 size_t *wsize = NULL; /* individual window sizes */ local
679 wsize = OPENSSL_malloc(totalnum * sizeof(wsize[0]));
689 if (!wsize || !wNAF_len || !wNAF || !val_sub) {
703 wsize[i] = EC_window_bits_for_scalar_size(bits);
704 num_val += (size_t)1 << (wsize[i] - 1);
707 compute_wNAF((i < num ? scalars[i] : scalar), wsize[i],
736 wsize[num] = pre_comp->w;
737 tmp_wNAF = compute_wNAF(scalar, wsize[num], &tmp_len);
840 for (j = 0; j < ((size_t)1 << (wsize[
[all...]
/freebsd-11-stable/sys/amd64/amd64/
H A Ddb_trace.c492 int avail, c, cpu, i, wsize; local
510 wsize = 8;
512 wsize = 4;
514 wsize = size;
515 amd64_set_watch(i, addr, wsize, DBREG_DR7_WRONLY, d);
516 addr += wsize;
517 size -= wsize;
/freebsd-11-stable/lib/libipsec/
H A Dpfkey.c475 pfkey_send_update(so, satype, mode, src, dst, spi, reqid, wsize,
479 u_int satype, mode, wsize;
490 reqid, wsize,
506 pfkey_send_add(so, satype, mode, src, dst, spi, reqid, wsize,
510 u_int satype, mode, wsize;
521 reqid, wsize,
1109 pfkey_send_x1(so, type, satype, mode, src, dst, spi, reqid, wsize,
1116 u_int wsize;
1201 if (wsize > UINT8_MAX) {
1202 if (wsize > (UINT32_MA
2037 pfkey_setsadbxreplay(caddr_t buf, caddr_t lim, uint32_t wsize) argument
[all...]
/freebsd-11-stable/sys/i386/i386/
H A Ddb_trace.c667 int avail, i, wsize; local
683 wsize = 4;
685 wsize = size;
686 i386_set_watch(i, addr, wsize,
688 addr += wsize;
689 size -= wsize;
/freebsd-11-stable/sys/netipsec/
H A Dkeydb.h203 u_int wsize; /* (c) window size, i.g. 4 bytes */ member in struct:secreplay

Completed in 241 milliseconds

12