| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Data_window.cc | 164 off_t woff = (off_t) woffset; local 165 if (base == NULL || woff != lseek (myfd, woff, SEEK_SET)
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Data_window.cc | 164 off_t woff = (off_t) woffset; local 165 if (base == NULL || woff != lseek (myfd, woff, SEEK_SET)
|
| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| init.c | 645 CONSZ woff; local 701 woff = findoff(); 710 nsetval(woff, fsz, q); 718 return woff;
|
| /src/usr.sbin/npf/npfctl/ |
| npf_bpf_comp.c | 603 const unsigned woff = i * sizeof(uint32_t); local 621 BPF_STMT(BPF_LD+BPF_W+BPF_ABS, off + woff),
|
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| init.c | 666 CONSZ woff; local 721 woff = findoff(); 730 nsetval(woff, fsz, q); 741 return woff;
|
| /src/sys/dev/pci/ |
| if_txp.c | 715 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);
|
| /src/external/bsd/libevent/dist/test/ |
| regress.c | 89 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...] |
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| regress.c | 87 static int woff; variable 185 if (woff + len >= (int)sizeof(wbuf)) 186 len = sizeof(wbuf) - woff; 188 len = write(fd, wbuf + woff, len); 196 woff += len; 198 if (woff >= (int)sizeof(wbuf)) { 537 roff = woff = 0; 548 if (roff == woff) 566 roff = woff = 0; 577 if (roff == woff) [all...] |
| /src/sys/arch/arm/cortex/ |
| gicv3_its.c | 126 u_int woff; local 135 woff = cwriter & GITS_CWRITER_Offset; 137 uint64_t *dw = (uint64_t *)(its->its_cmd.base + woff); 148 woff += sizeof(cmd->dw); 149 if (woff == its->its_cmd.len) 150 woff = 0; 152 gits_write_8(its, GITS_CWRITER, woff); 328 u_int woff, roff; local 336 woff = gits_read_8(its, GITS_CWRITER) & GITS_CWRITER_Offset; 338 if (woff == roff [all...] |
| /src/external/gpl3/gdb/dist/readline/readline/ |
| display.c | 2717 int woff; /* number of invisible chars on current line */ local 2723 woff = WRAP_OFFSET (_rl_last_v_pos, wrap_offset); 2776 if (adjust && ((new > prompt_last_invisible) || /* XXX - don't use woff here */ 2780 wrap_offset >= woff && dpos >= woff && 2784 dpos -= woff; 2807 i = _rl_last_c_pos - woff; 3306 int full_lines, woff, botline_length; local 3321 woff = W_OFFSET(_rl_vis_botlin, wrap_offset); 3322 botline_length = VIS_LLEN(_rl_vis_botlin) - woff; [all...] |
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| display.c | 2717 int woff; /* number of invisible chars on current line */ local 2723 woff = WRAP_OFFSET (_rl_last_v_pos, wrap_offset); 2776 if (adjust && ((new > prompt_last_invisible) || /* XXX - don't use woff here */ 2780 wrap_offset >= woff && dpos >= woff && 2784 dpos -= woff; 2807 i = _rl_last_c_pos - woff; 3306 int full_lines, woff, botline_length; local 3321 woff = W_OFFSET(_rl_vis_botlin, wrap_offset); 3322 botline_length = VIS_LLEN(_rl_vis_botlin) - woff; [all...] |
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zfs_vnops.c | 1037 offset_t woff; local 1107 woff = ioflag & FAPPEND ? zp->z_size : uio->uio_loffset; 1108 if (woff < 0) { 1118 (error = chklock(vp, FWRITE, woff, n, uio->uio_fmode, ct)) != 0) { 1145 woff = rl->r_off; 1152 woff = zp->z_size; 1154 uio->uio_loffset = woff; 1161 rl = zfs_range_lock(zp, woff, n, RL_WRITER); 1165 if (woff >= limit) { 1183 if ((woff + n) > limit || woff > (limit - n) [all...] |