Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Dif_umb.c1931 int ptrlen, ptroff, dgentryoff; in umb_decap() local
1954 ptroff = UGETW(hdr16->wNdpIndex); in umb_decap()
1964 ptroff = UGETDW(hdr32->dwNdpIndex); in umb_decap()
1982 ptr16 = (struct ncm_pointer16 *)(buf + ptroff); in umb_decap()
1985 if (len < ptrlen + ptroff) in umb_decap()
2007 if (ptroff + dgentryoff < sizeof(*dgram16)) in umb_decap()
2010 (buf + ptroff + dgentryoff); in umb_decap()
2016 if (ptroff + dgentryoff < sizeof(*dgram32)) in umb_decap()
2019 (buf + ptroff + dgentryoff); in umb_decap()
/netbsd/src/external/cddl/osnet/dist/tools/ctf/cvt/
Dctf.c98 off_t ptroff = b->ctb_ptr - b->ctb_base; in ctf_buf_grow() local
103 b->ctb_ptr = b->ctb_base + ptroff; in ctf_buf_grow()
546 off_t ptroff = (caddr_t)rb->rb_zstr.next_out - rb->rb_base; in rbzs_grow() local
550 rb->rb_ptr = rb->rb_base + ptroff; in rbzs_grow()
/netbsd/src/usr.bin/spell/spell/
Dspecial.netbsd936 ptroff
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-sccvn.cc1422 tree ptr, ptroff; in vn_reference_maybe_forwprop_address() local
1424 ptroff = gimple_assign_rhs2 (def_stmt); in vn_reference_maybe_forwprop_address()
1431 || !poly_int_tree_p (ptroff)) in vn_reference_maybe_forwprop_address()
1434 off += wi::to_poly_offset (ptroff); in vn_reference_maybe_forwprop_address()