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

  /external/libpcap/
gencode.h 300 struct block *gen_atmfield_code(int atmfield, bpf_int32 jvalue, bpf_u_int32 jtype, int reverse);
305 struct block *gen_mtp3field_code(int mtp3field, bpf_u_int32 jvalue, bpf_u_int32 jtype, int reverse);
gencode.c 652 * with the test specified by "jtype"; if "reverse" is true, the test
653 * should test the opposite of "jtype".
656 gen_ncmp(offrel, offset, size, mask, jtype, reverse, v)
659 bpf_u_int32 offset, size, mask, jtype;
673 b = new_block(JMP(jtype));
676 if (reverse && (jtype == BPF_JGT || jtype == BPF_JGE))
    [all...]
  /cts/tools/dx-tests/etc/
starttests 284 jtype=`echo "$mainclass" | sed -e 's/.*_test\([^0-9]*\)[0-9].*/\1/' `
285 if [ "$jtype" == "VFE" ]; then
  /cts/tools/vm-tests/etc/
starttests 244 jtype=`echo "$mainclass" | sed -e 's/.*_test\([^0-9]*\)[0-9].*/\1/' `
245 if [ "$jtype" == "VFE" ]; then

Completed in 1291 milliseconds