Searched refs:gen_cmp (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
| D | template34.C | 10 int gen_cmp(const T& a, const T& b) { in gen_cmp() function 17 typename Set<T>::Compare Set<T>::cmp1 = &gen_cmp; 20 int (*Set<T>::cmp2)(const T&, const T&) = &gen_cmp;
|
| /openbsd/src/lib/libpcap/ |
| D | gencode.c | 130 static struct block *gen_cmp(u_int, u_int, bpf_int32); 470 gen_cmp(u_int offset, u_int size, bpf_int32 v) in gen_cmp() function 504 struct block *b = gen_cmp(offset, size, v); in gen_mcmp() 541 tmp = gen_cmp(offset + size - 4, BPF_W, w); in gen_bcmp() 551 tmp = gen_cmp(offset + size - 2, BPF_H, w); in gen_bcmp() 558 tmp = gen_cmp(offset, BPF_B, (bpf_int32)v[0]); in gen_bcmp() 829 b1 = gen_cmp(off_linktype + 2, BPF_B, (bpf_int32)proto); in gen_linktype() 834 return gen_cmp(off_linktype, BPF_H, (bpf_int32)proto); in gen_linktype() 855 b0 = gen_cmp(off_linktype, BPF_H, PPP_IP); in gen_linktype() 856 b1 = gen_cmp(off_linktype, BPF_H, PPP_VJC); in gen_linktype() [all …]
|
| /openbsd/src/gnu/gcc/gcc/config/s390/ |
| D | s390.md | 3093 emit_insn (gen_cmp<FPR:mode> (operands[1],
|