Searched refs:wsize (Results 76 - 100 of 122) sorted by relevance

12345

/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/inflate86/
H A Dinffast.S153 #define wsize_state 32 /* state->wsize */
175 #define wsize 52 /* unsigned int */ define
272 /* wsize = state->wsize;
305 movl %eax, wsize(%esp)
710 * if (dist > wsize) {
716 * from += wsize - nbytes;
720 movl wsize(%esp), %eax /* prepare for dist compare */
725 jb .L_invalid_distance_too_far /* if (dist > wsize) */
732 addl %eax, from_r /* from += wsize
[all...]
/netbsd-current/crypto/dist/ipsec-tools/src/libipsec/
H A Dpfkey.c1346 p = pfkey_setsadbsa(p, ep, sa_parms->spi, sa_parms->wsize,
2229 pfkey_setsadbsa(caddr_t buf, caddr_t lim, u_int32_t spi, u_int wsize, argument
2245 p->sadb_sa_replay = wsize;
2516 struct sockaddr *dst, u_int32_t spi, u_int32_t reqid, u_int wsize,
2528 psaa.wsize = wsize;
2550 struct sockaddr *dst, u_int32_t spi, u_int32_t reqid, u_int wsize,
2564 psaa.wsize = wsize;
2591 struct sockaddr *dst, u_int32_t spi, u_int32_t reqid, u_int wsize,
2515 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
2549 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
2590 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
2624 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...]
H A Dlibpfkey.h79 u_int wsize; member in struct:pfkey_send_sa_args
H A Dkey_debug.c761 printf(" secreplay{ count=%u wsize=%u seq=%u lastseq=%u",
762 rpl->count, rpl->wsize, rpl->seq, rpl->lastseq);
771 for (len = 0; len < rpl->wsize; len++) {
/netbsd-current/external/gpl3/binutils.old/dist/zlib/
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...]
/netbsd-current/common/dist/zlib/
H A Ddeflate.c205 uInt wsize = s->w_size; local
211 *p = (Pos)(m >= wsize ? m - wsize : NIL);
213 n = wsize;
218 *p = (Pos)(m >= wsize ? m - wsize : NIL);
1534 uInt wsize = s->w_size; local
1544 more = wsize;
1557 if (s->strstart >= wsize + MAX_DIST(s)) {
1559 zmemcpy(s->window, s->window + wsize, (unsigne
[all...]
/netbsd-current/external/gpl3/binutils/dist/zlib/
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);
1527 uInt wsize = s->w_size; local
1537 more = wsize;
1550 if (s->strstart >= wsize+MAX_DIST(s)) {
1552 zmemcpy(s->window, s->window+wsize, (unsigne
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/zlib/
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...]
/netbsd-current/external/gpl3/gdb/dist/zlib/
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);
1527 uInt wsize = s->w_size; local
1537 more = wsize;
1550 if (s->strstart >= wsize+MAX_DIST(s)) {
1552 zmemcpy(s->window, s->window+wsize, (unsigne
[all...]
/netbsd-current/external/bsd/am-utils/dist/libamu/
H A Dmount_fs.c550 nap->wsize = hasmntval(mntp, MNTTAB_OPT_WSIZE);
552 if (nap->wsize)
555 if (nfs_version == NFS_VERSION && nap->wsize > 8192)
556 nap->wsize = 8192;
660 plog(XLOG_DEBUG, "NA->wsize = %lu", a->wsize);
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dbackupsa.c76 * src dst satype spi mode reqid wsize \
153 sa_args->mode, sa_args->reqid, sa_args->wsize, sa_args->e_type,
271 GETNEXTNUM(sa_args.wsize, strtoul);
/netbsd-current/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_aix5_1.h233 unsigned long wsize; /* wsize */ member in struct:aix5_nfs_args
H A Dnfs_prot_aix5_2.h132 # define MNTOPT_WSIZE "wsize" /* set write size (bytes) */
333 int wsize; /* write size in bytes */ member in struct:aix5_nfs_args
H A Dnfs_prot_irix5.h100 u_int wsize; /* write size in bytes */ member in struct:irix5_nfs_args
H A Dnfs_prot_hpux11.h325 int wsize; /* write size in bytes */ member in struct:nfs_args
/netbsd-current/sys/netipsec/
H A Dkey_debug.c565 printf(" secreplay { count=%u wsize=%u seq=%u lastseq=%u",
566 rpl->count, rpl->wsize, rpl->seq, rpl->lastseq);
575 for (len = 0; len < rpl->wsize; len++) {
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dgp-display-src.cc273 if (lo->wsize == W32)
281 const char *fmt = (lo->wsize == W32) ?
H A Dparse.cc153 lo->set_platform (platform, wsize);
742 lo->set_platform (platform, wsize);
805 lo->set_platform (platform, wsize);
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_set_format_iso9660.c3624 size_t wsize, nw; local
3627 wsize = sizeof(iso9660->wbuff) - iso9660->wbuff_remaining;
3628 nw = wsize % LOGICAL_BLOCK_SIZE;
3630 r = __archive_write_output(a, iso9660->wbuff, wsize - nw);
3632 r = write_to_temp(a, iso9660->wbuff, wsize - nw);
3634 iso9660->wbuff_offset += wsize - nw;
3640 memmove(iso9660->wbuff, iso9660->wbuff + wsize - nw, nw);
3747 size_t wsize = size; local
3749 if (wsize > remaining)
3750 wsize
4241 int i, r, wsize; local
7972 size_t size, wsize; local
[all...]
/netbsd-current/lib/libc/db/hash/
H A Dhash.c482 ssize_t wsize; local
496 if ((wsize = pwrite(fp, whdrp, sizeof(HASHHDR), (off_t)0)) == -1)
499 if (wsize != sizeof(HASHHDR)) {
H A Dhash_page.c595 ssize_t wsize; local
624 if ((wsize = pwrite(fd, p, (size_t)size, (off_t)page << hashp->BSHIFT)) == -1)
627 if (wsize != size) {
/netbsd-current/sys/nfs/
H A Dnfs_vfsops.c494 if ((argp->flags & NFSMNT_WSIZE) && argp->wsize > 0) {
496 nmp->nm_wsize = argp->wsize;
610 args->wsize = nmp->nm_wsize;
/netbsd-current/sys/fs/nfs/client/
H A Dnfs_clvfsops.c243 args->wsize = oargs->wsize;
631 if ((argp->flags & NFSMNT_WSIZE) && argp->wsize > 0) {
632 nmp->nm_wsize = argp->wsize;
737 "readdirsize", "soft", "hard", "mntudp", "tcp", "udp", "wsize", "rsize",
863 .wsize = NFS_WSIZE,
1002 if (vfs_getopt(mp->mnt_optnew, "wsize", (void **)&opt, NULL) == 0) {
1004 vfs_mount_error(mp, "illegal wsize");
1008 ret = sscanf(opt, "%d", &args.wsize);
1009 if (ret != 1 || args.wsize <
[all...]
/netbsd-current/sys/net/
H A Dzlib.c1589 uInt wsize = s->w_size; local
1596 more = wsize;
1607 } else if (s->strstart >= wsize+MAX_DIST(s)) {
1609 zmemcpy(s->window, s->window+wsize, (unsigned)wsize);
1610 s->match_start -= wsize;
1611 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
1612 s->block_start -= (long) wsize;
1624 *p = (Pos)(m >= wsize ? m-wsize
[all...]
/netbsd-current/external/bsd/libarchive/dist/test_utils/
H A Dtest_main.c1963 size_t wsize; local
1966 wsize = strlen(contents);
1968 wsize = (size_t)csize;
1969 if (wsize != fwrite(contents, 1, wsize, f)) {
2000 ssize_t wsize;
2003 wsize = (ssize_t)strlen(contents);
2005 wsize = (ssize_t)csize;
2006 if (wsize != write(fd, contents, wsize)) {
[all...]

Completed in 213 milliseconds

12345