HomeSort by relevance Sort by last modified time
    Searched refs:gen_cmp (Results 1 - 2 of 2) sorted by null

  /external/libpcap/
gencode.c 182 static struct block *gen_cmp(enum e_offrel, u_int, u_int, bpf_int32);
556 gen_cmp(offrel, offset, size, v) 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]);
    [all...]
  /external/qemu/target-mips/
translate.c 656 static inline void gen_cmp ## type ## _ ## fmt(int n, TCGv_i##bits a, \
    [all...]

Completed in 48 milliseconds