Searched refs:gen_cmp (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtemplate34.C10 int gen_cmp(const T& a, const T& b) { function
17 typename Set<T>::Compare Set<T>::cmp1 = &gen_cmp;
20 int (*Set<T>::cmp2)(const T&, const T&) = &gen_cmp;
/openbsd-current/lib/libpcap/
H A Dgencode.c130 static struct block *gen_cmp(u_int, u_int, bpf_int32);
471 gen_cmp(u_int offset, u_int size, bpf_int32 v) function
505 struct block *b = gen_cmp(offset, size, v);
542 tmp = gen_cmp(offset + size - 4, BPF_W, w);
552 tmp = gen_cmp(offset + size - 2, BPF_H, w);
559 tmp = gen_cmp(offset, BPF_B, (bpf_int32)v[0]);
624 /* Like gen_cmp but adds the dynamic 'off_nl' to the offset */
830 b1 = gen_cmp(off_linktype + 2, BPF_B, (bpf_int32)proto);
835 return gen_cmp(off_linktype, BPF_H, (bpf_int32)proto);
856 b0 = gen_cmp(off_linktyp
[all...]

Completed in 265 milliseconds