Home
last modified time | relevance | path

Searched refs:gen_cmp (Results 1 – 3 of 3) sorted by relevance

/external/libpcap/
Dgencode.c182 static struct block *gen_cmp(enum e_offrel, u_int, u_int, bpf_int32);
556 gen_cmp(offrel, offset, size, v) in gen_cmp() function
624 tmp = gen_cmp(offrel, offset + size - 4, BPF_W, w);
634 tmp = gen_cmp(offrel, offset + size - 2, BPF_H, w);
641 tmp = gen_cmp(offrel, offset, BPF_B, (bpf_int32)v[0]);
1551 b1 = gen_cmp(OR_LINK, off_linktype + 2, BPF_H, (bpf_int32)
1589 b0 = gen_cmp(OR_LINK, off_linktype + 2, BPF_B,
1591 b1 = gen_cmp(OR_LINK, off_linktype + 2, BPF_H,
1622 b0 = gen_cmp(OR_LINK, off_linktype, BPF_H,
1664 b0 = gen_cmp(OR_LINK, off_linktype, BPF_H, (bpf_int32)proto);
[all …]
Dwlan_filtering.patch259 + b_check_linktype = gen_cmp(OR_LINK_AFTER_WIRELESS_HDR, 0, BPF_H, (bpf_u_int32)
268 + b_check_linktype = gen_cmp(OR_LINK_AFTER_WIRELESS_HDR, 0, BPF_B,
296 + b_check_linktype = gen_cmp(OR_LINK_AFTER_WIRELESS_HDR, 0, BPF_B,
319 + b_check_linktype = gen_cmp(OR_LINK_AFTER_WIRELESS_HDR, 0+6, BPF_H,
/external/qemu/target-mips/
Dtranslate.c656 static inline void gen_cmp ## type ## _ ## fmt(int n, TCGv_i##bits a, \