Home
last modified time | relevance | path

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

/f-stack/freebsd/libkern/
H A Dbcopy.c63 #define wsize sizeof(word) macro
64 #define wmask (wsize - 1)
102 if ((t ^ (uintptr_t)dst) & wmask || length < wsize) { in memcpy()
105 t = wsize - (t & wmask); in memcpy()
114 t = length / wsize; in memcpy()
115 TLOOP(*(word *)dst = *(const word *)src; src += wsize; in memcpy()
116 dst += wsize); in memcpy()
130 if ((t ^ (uintptr_t)dst) & wmask || length <= wsize) { in memcpy()
139 t = length / wsize; in memcpy()
140 TLOOP(src -= wsize; dst -= wsize; in memcpy()
/f-stack/freebsd/contrib/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) {
610 if (out(out_desc, state->window, state->wsize - left))
H A Dinffast.c63 unsigned wsize; /* window size or zero if not using window */ local
90 wsize = state->wsize;
201 from += wsize - op;
211 from += wsize + wnext - op;
H A Dinflate.c151 state->wsize = 0;
415 if (state->wsize == 0) {
416 state->wsize = 1U << state->wbits;
422 if (copy >= state->wsize) {
423 zmemcpy(state->window, end - state->wsize, state->wsize);
425 state->whave = state->wsize;
428 dist = state->wsize - state->wnext;
435 state->whave = state->wsize;
1468 unsigned wsize; local
1500 wsize = 1U << state->wbits;
[all …]
H A Ddeflate.c209 uInt wsize = s->w_size; local
215 *p = (Pos)(m >= wsize ? m - wsize : NIL);
217 n = wsize;
222 *p = (Pos)(m >= wsize ? m - wsize : NIL);
1490 uInt wsize = s->w_size; local
1500 more = wsize;
1513 if (s->strstart >= wsize+MAX_DIST(s)) {
1515 zmemcpy(s->window, s->window+wsize, (unsigned)wsize - more);
1516 s->match_start -= wsize;
1518 s->block_start -= (long) wsize;
[all …]
H A Dinflate.h96 unsigned wsize; /* window size or zero if not using window */ member
/f-stack/freebsd/amd64/amd64/
H A Ddb_trace.c479 int avail, c, cpu, i, wsize; local
497 wsize = 8;
499 wsize = 4;
501 wsize = size;
502 amd64_set_watch(i, addr, wsize, DBREG_DR7_WRONLY, d);
503 addr += wsize;
504 size -= wsize;
/f-stack/freebsd/i386/i386/
H A Ddb_trace.c702 int avail, i, wsize; local
718 wsize = 4;
720 wsize = size;
721 i386_set_watch(i, addr, wsize,
723 addr += wsize;
724 size -= wsize;
/f-stack/freebsd/amd64/include/
H A Dvmm_instruction_emul.h43 uint64_t wval, int wsize, void *arg);
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/perf/
H A Dnfs-sample.cfg39 export NFS_OPTIONS="-o rw,nosuid,bg,hard,rsize=1048576,wsize=1048576,"
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_gzip_filter_module.c1233 size_t wbits, wsize; in ngx_http_gzip_window() local
1237 for (wsize = 32 * 1024; wsize > 256; wsize >>= 1) { in ngx_http_gzip_window()
1239 if (wsize == *np) { in ngx_http_gzip_window()
/f-stack/freebsd/netipsec/
H A Dkeydb.h208 u_int wsize; /* (c) window size, i.g. 4 bytes */ member
H A Dipsec.c1262 if (replay->wsize == 0) in ipsec_chkreplay()
1269 window = replay->wsize << 3; /* Size of window */ in ipsec_chkreplay()
1377 if (replay->wsize == 0) in ipsec_updatereplay()
1384 window = replay->wsize << 3; /* Size of window */ in ipsec_updatereplay()
H A Dxform_esp.c330 if (esph != NULL && sav->replay != NULL && sav->replay->wsize != 0) { in esp_input()
373 (sav->replay != NULL) && (sav->replay->wsize != 0)) { in esp_input()
401 sav->replay != NULL && sav->replay->wsize != 0) in esp_input()
H A Dxform_ah.c564 if (sav->replay != NULL && sav->replay->wsize != 0 && in ah_input()
662 sav->replay != NULL && sav->replay->wsize != 0) { in ah_input()
H A Dkey_debug.c813 rpl->count, rpl->bitmap_size, rpl->wsize, rpl->last); in kdebug_secreplay()
H A Dkey.c3364 sav->replay->wsize = replay; in key_setsaval()
3581 sav->replay->wsize <= UINT8_MAX) in key_setdumpsa()
3584 m = key_setsadbxsareplay(sav->replay->wsize); in key_setdumpsa()
3801 (sav->replay->wsize > UINT8_MAX ? UINT8_MAX : in key_setsadbsa()
3802 sav->replay->wsize): 0; in key_setsadbsa()
7306 if (sav->replay && sav->replay->wsize > UINT8_MAX) { in key_expire()
7307 m = key_setsadbxsareplay(sav->replay->wsize); in key_expire()
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c5317 uint64_t txg, object, count, wsize, wc, zl_wsize, zl_wc; in ztest_zap_parallel() local
5349 wsize = sizeof (txg); in ztest_zap_parallel()
5353 wsize = 1; in ztest_zap_parallel()
5387 ASSERT3U(wsize, ==, zl_wsize); in ztest_zap_parallel()
5395 error = zap_lookup(os, object, name, wsize, wc, data); in ztest_zap_parallel()
5407 error = zap_add(os, object, name, wsize, wc, data, tx); in ztest_zap_parallel()
5412 VERIFY(zap_update(os, object, name, wsize, wc, data, tx) == 0); in ztest_zap_parallel()