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

  /external/libpcap/
gencode.h 303 struct block *gen_relation(int, struct arth *, struct arth *, int);
grammar.y 434 | arth relop arth { $$.b = gen_relation($2, $1, $3, 0);
436 | arth irelop arth { $$.b = gen_relation($2, $1, $3, 1);
gencode.c 6922 gen_relation(code, a0, a1, reversed) function
    [all...]

Completed in 2172 milliseconds