Home
last modified time | relevance | path

Searched defs:inside (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/demo/
H A Ddemo-shape.c44 int line, pos, inside; in shape_hello() local
/openbmc/linux/net/netfilter/
H A Dnf_nat_proto.c567 } *inside; in nf_nat_icmp_reply_translation() local
845 } *inside; in nf_nat_icmpv6_reply_translation() local
/openbmc/linux/fs/ext4/
H A Dresize.c132 #define inside(b, first, last) ((b) >= (first) && (b) < (last)) macro