Searched refs:addr_off (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-address.c250 tree addr_base = NULL_TREE, addr_off = NULL_TREE; local
265 addr_off = act_elem;
271 if (addr_off)
272 addr_off = fold_build2 (PLUS_EXPR, sizetype, addr_off, act_elem);
274 addr_off = act_elem;
279 if (addr_off)
280 addr_off = fold_build2 (PLUS_EXPR, sizetype, addr_off, offset);
282 addr_off
[all...]
/freebsd-11-stable/usr.sbin/usbdump/
H A Dusbdump.c217 const int addr_off = (uintptr_t)&((struct usbpf_pkthdr *)0)->up_address; local
223 BPF_LD | BPF_B | BPF_ABS, addr_off);
236 BPF_LD | BPF_B | BPF_ABS, addr_off);
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c906 find_pg_place_addr(const struct nat64lsn_cfg *cfg, int addr_off, argument
911 pg_idx = addr_off * _ADDR_PG_COUNT +
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c3001 size_t addr_off; local
3015 addr_off = (AF_INET == af1)
3019 return memcmp((const char *)&pm1->addr + addr_off,
3020 (const char *)&pm2->addr + addr_off,

Completed in 128 milliseconds