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

  /external/libpcap/
grammar.y 158 %type <i> byteop pname pnum relop irelop
306 | arth relop arth { $$.b = gen_relation($2, $1, $3, 0);
408 relop: '>' { $$ = BPF_JGT; } label
461 | relop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 0); }
487 | relop NUM { $$.b = gen_mtp3field_code($<blk>0.mtp3fieldtype, (u_int)$2, (u_int)$1, 0); }
  /ndk/sources/host-tools/nawk-20071023/
proto.h 162 extern Cell *relop(Node **, int);
run.c 644 Cell *relop(Node **a, int n) /* a[0 < a[1], etc. */ function
    [all...]

Completed in 327 milliseconds