OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ptroff
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/cddl/osnet/dist/tools/ctf/cvt/
ctf.c
98
off_t
ptroff
= b->ctb_ptr - b->ctb_base;
local
103
b->ctb_ptr = b->ctb_base +
ptroff
;
546
off_t
ptroff
= (caddr_t)rb->rb_zstr.next_out - rb->rb_base;
local
550
rb->rb_ptr = rb->rb_base +
ptroff
;
/src/sys/dev/usb/
if_umb.c
1931
int ptrlen,
ptroff
, dgentryoff;
local
1954
ptroff
= UGETW(hdr16->wNdpIndex);
1964
ptroff
= UGETDW(hdr32->dwNdpIndex);
1982
ptr16 = (struct ncm_pointer16 *)(buf +
ptroff
);
1985
if (len < ptrlen +
ptroff
)
2007
if (
ptroff
+ dgentryoff < sizeof(*dgram16))
2010
(buf +
ptroff
+ dgentryoff);
2016
if (
ptroff
+ dgentryoff < sizeof(*dgram32))
2019
(buf +
ptroff
+ dgentryoff);
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-sccvn.cc
1475
tree ptr,
ptroff
;
local
1477
ptroff
= gimple_assign_rhs2 (def_stmt);
1484
|| !poly_int_tree_p (
ptroff
))
1487
off += wi::to_poly_offset (
ptroff
);
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-sccvn.cc
1447
tree ptr,
ptroff
;
local
1449
ptroff
= gimple_assign_rhs2 (def_stmt);
1456
|| !poly_int_tree_p (
ptroff
))
1459
off += wi::to_poly_offset (
ptroff
);
Completed in 20 milliseconds
Indexes created Tue Apr 28 00:22:25 UTC 2026