Home
last modified time | relevance | path

Searched refs:ptroff (Results 1 – 4 of 4) sorted by relevance

/src/sys/dev/usb/net/
H A Dif_umb.c2096 int ptrlen, ptroff, dgentryoff; in umb_decap() local
2118 ptroff = UGETW(hdr16->wNdpIndex); in umb_decap()
2128 ptroff = UGETDW(hdr32->dwNdpIndex); in umb_decap()
2146 if (len < ptroff) in umb_decap()
2148 ptr16 = (struct ncm_pointer16 *)(buf + ptroff); in umb_decap()
2151 if ((uint64_t)len < (uint64_t)ptrlen + (uint64_t)ptroff) in umb_decap()
2173 if (ptroff + dgentryoff < sizeof (*dgram16)) in umb_decap()
2176 (buf + ptroff + dgentryoff); in umb_decap()
2182 if (ptroff + dgentryoff < sizeof (*dgram32)) in umb_decap()
2185 (buf + ptroff + dgentryoff); in umb_decap()
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstr64Bit.td1756 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 DPPCInstrInfo.td2144 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 …]
/src/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c93 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()