Searched refs:GEQ (Results 1 – 7 of 7) sorted by relevance
75 GEQ = 301, enumerator179 #define GEQ 301 macro
177 %token GEQ LEQ NEQ409 | GEQ { $$ = BPF_JGE; }
302 ">=" return GEQ;
110 GEQ = 301, enumerator214 #define GEQ 301 macro
3235 return GEQ;
846 enum Relation { LT, GEQ }; enumerator
1244 case Guard::GEQ: in GenerateGuard()3631 Guard* rest_guard = new Guard(reg_ctr, Guard::GEQ, min); in ToNode()