Searched refs:woff (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DData_window.cc164 off_t woff = (off_t) woffset; local
165 if (base == NULL || woff != lseek (myfd, woff, SEEK_SET)
/netbsd-current/sys/arch/arm/cortex/
H A Dgicv3_its.c116 u_int woff; local
119 woff = cwriter & GITS_CWRITER_Offset;
123 KASSERT(((woff + sizeof(cmd->dw)) & (its->its_cmd.len - 1)) != (creadr & GITS_CREADR_Offset));
126 uint64_t *dw = (uint64_t *)(its->its_cmd.base + woff);
129 bus_dmamap_sync(its->its_dmat, its->its_cmd.map, woff, sizeof(cmd->dw), BUS_DMASYNC_PREWRITE);
131 woff += sizeof(cmd->dw);
132 if (woff == its->its_cmd.len)
133 woff = 0;
135 gits_write_8(its, GITS_CWRITER, woff);
287 u_int woff, rof local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Ddisplay.c2370 int woff; /* number of invisible chars on current line */ local
2376 woff = WRAP_OFFSET (_rl_last_v_pos, wrap_offset);
2429 if (adjust && ((new > prompt_last_invisible) || /* XXX - don't use woff here */
2433 wrap_offset >= woff && dpos >= woff &&
2437 dpos -= woff;
2460 i = _rl_last_c_pos - woff;
2965 int full_lines, woff, botline_length; local
2977 woff = W_OFFSET(_rl_vis_botlin, wrap_offset);
2978 botline_length = VIS_LLEN(_rl_vis_botlin) - woff;
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_vnops.c1018 offset_t woff; local
1087 woff = ioflag & FAPPEND ? zp->z_size : uio->uio_loffset;
1088 if (woff < 0) {
1098 (error = chklock(vp, FWRITE, woff, n, uio->uio_fmode, ct)) != 0) {
1125 woff = rl->r_off;
1132 woff = zp->z_size;
1134 uio->uio_loffset = woff;
1141 rl = zfs_range_lock(zp, woff, n, RL_WRITER);
1145 if (woff >= limit) {
1163 if ((woff
[all...]
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Ddisplay.c2683 int woff; /* number of invisible chars on current line */ local
2689 woff = WRAP_OFFSET (_rl_last_v_pos, wrap_offset);
2742 if (adjust && ((new > prompt_last_invisible) || /* XXX - don't use woff here */
2746 wrap_offset >= woff && dpos >= woff &&
2750 dpos -= woff;
2773 i = _rl_last_c_pos - woff;
3272 int full_lines, woff, botline_length; local
3287 woff = W_OFFSET(_rl_vis_botlin, wrap_offset);
3288 botline_length = VIS_LLEN(_rl_vis_botlin) - woff;
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dinit.c645 CONSZ woff; local
701 woff = findoff();
710 nsetval(woff, fsz, q);
718 return woff;
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dinit.c666 CONSZ woff; local
721 woff = findoff();
730 nsetval(woff, fsz, q);
741 return woff;
/netbsd-current/usr.sbin/npf/npfctl/
H A Dnpf_bpf_comp.c536 const unsigned woff = i * sizeof(uint32_t); local
554 BPF_STMT(BPF_LD+BPF_W+BPF_ABS, off + woff),
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress.c85 static int woff; variable
187 if (woff + len >= (int)sizeof(wbuf))
188 len = sizeof(wbuf) - woff;
190 len = write(fd, wbuf + woff, len);
198 woff += len;
200 if (woff >= (int)sizeof(wbuf)) {
489 roff = woff = 0;
500 if (roff == woff)
518 roff = woff = 0;
529 if (roff == woff)
[all...]
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress.c89 static int woff; variable
187 if (woff + len >= (int)sizeof(wbuf))
188 len = sizeof(wbuf) - woff;
190 len = write(fd, wbuf + woff, len);
198 woff += len;
200 if (woff >= (int)sizeof(wbuf)) {
539 roff = woff = 0;
550 if (roff == woff)
568 roff = woff = 0;
579 if (roff == woff)
[all...]
/netbsd-current/sys/dev/pci/
H A Dif_txp.c715 uint32_t roff, woff; local
721 woff = le32toh(*r->r_woff);
725 while (roff != woff) {
819 woff = le32toh(*r->r_woff);
822 *r->r_roff = htole32(woff);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-data-ref.c785 wide_int woff = wi::to_wide (tmp_off, prec);
786 wide_int op0_min = wi::add (var_min, woff, sgn, &overflow[0]);
787 wi::add (var_max, woff, sgn, &overflow[1]);
784 wide_int woff = wi::to_wide (tmp_off, prec); local

Completed in 706 milliseconds