Searched refs:ptroff (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/usb/net/ |
H A D | if_umb.c | 2100 int ptrlen, ptroff, dgentryoff; in umb_decap() local 2122 ptroff = UGETW(hdr16->wNdpIndex); in umb_decap() 2132 ptroff = UGETDW(hdr32->dwNdpIndex); in umb_decap() 2150 ptr16 = (struct ncm_pointer16 *)(buf + ptroff); in umb_decap() 2153 if (len < ptrlen + ptroff) in umb_decap() 2175 if (ptroff + dgentryoff < sizeof (*dgram16)) in umb_decap() 2178 (buf + ptroff + dgentryoff); in umb_decap() 2184 if (ptroff + dgentryoff < sizeof (*dgram32)) in umb_decap() 2187 (buf + ptroff + dgentryoff); in umb_decap()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstr64Bit.td | 1756 def : Pat<(pre_truncsti8 i64:$rS, iPTR:$ptrreg, iaddroff:$ptroff), 1757 (STBU8 $rS, iaddroff:$ptroff, $ptrreg)>; 1758 def : Pat<(pre_truncsti16 i64:$rS, iPTR:$ptrreg, iaddroff:$ptroff), 1759 (STHU8 $rS, iaddroff:$ptroff, $ptrreg)>; 1760 def : Pat<(pre_truncsti32 i64:$rS, iPTR:$ptrreg, iaddroff:$ptroff), 1761 (STWU8 $rS, iaddroff:$ptroff, $ptrreg)>; 1762 def : Pat<(DSFormPreStore i64:$rS, iPTR:$ptrreg, iaddroff:$ptroff), 1763 (STDU $rS, iaddroff:$ptroff, $ptrreg)>; 1765 def : Pat<(pre_truncsti8 i64:$rS, iPTR:$ptrreg, iPTR:$ptroff), 1766 (STBUX8 $rS, $ptrreg, $ptroff)>; [all …]
|
H A D | PPCInstrInfo.td | 2144 def : Pat<(pre_truncsti8 i32:$rS, iPTR:$ptrreg, iaddroff:$ptroff), 2145 (STBU $rS, iaddroff:$ptroff, $ptrreg)>; 2146 def : Pat<(pre_truncsti16 i32:$rS, iPTR:$ptrreg, iaddroff:$ptroff), 2147 (STHU $rS, iaddroff:$ptroff, $ptrreg)>; 2148 def : Pat<(pre_store i32:$rS, iPTR:$ptrreg, iaddroff:$ptroff), 2149 (STWU $rS, iaddroff:$ptroff, $ptrreg)>; 2150 def : Pat<(pre_store f32:$rS, iPTR:$ptrreg, iaddroff:$ptroff), 2151 (STFSU $rS, iaddroff:$ptroff, $ptrreg)>; 2152 def : Pat<(pre_store f64:$rS, iPTR:$ptrreg, iaddroff:$ptroff), 2153 (STFDU $rS, iaddroff:$ptroff, $ptrreg)>; [all …]
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | ctf.c | 93 off_t ptroff = b->ctb_ptr - b->ctb_base; in ctf_buf_grow() local 98 b->ctb_ptr = b->ctb_base + ptroff; in ctf_buf_grow() 538 off_t ptroff = (caddr_t)rb->rb_zstr.next_out - rb->rb_base; in rbzs_grow() local 542 rb->rb_ptr = rb->rb_base + ptroff; in rbzs_grow()
|