Searched refs:GEQ (Results 1 - 10 of 10) sorted by relevance

/external/iproute2/misc/
H A Dssfilter.y38 %token HOSTCOND DCOND SCOND DPORT SPORT LEQ GEQ NEQ AUTOBOUND
61 | DPORT GEQ HOSTCOND
86 | SPORT GEQ HOSTCOND
234 return GEQ;
/external/libpcap/
H A Dtokdefs.h75 GEQ = 301, enumerator in enum:yytokentype
179 #define GEQ 301 macro
H A Dgrammar.c110 GEQ = 301, enumerator in enum:yytokentype
214 #define GEQ 301 macro
788 "LINK", "GEQ", "LEQ", "NEQ", "ID", "EID", "HID", "HID6", "AID", "LSH",
H A Dgrammar.y177 %token GEQ LEQ NEQ
409 | GEQ { $$ = BPF_JGE; }
H A Dscanner.l302 ">=" return GEQ;
H A Dscanner.c3235 return GEQ;
/external/chromium_org/v8/src/
H A Djsregexp.h1011 enum Relation { LT, GEQ }; enumerator in enum:v8::internal::Guard::Relation
H A Djsregexp.cc1599 case Guard::GEQ:
4995 Guard* rest_guard = new(compiler->zone()) Guard(reg_ctr, Guard::GEQ, min);
/external/v8/src/
H A Djsregexp.h1018 enum Relation { LT, GEQ }; enumerator in enum:v8::internal::Guard::Relation
H A Djsregexp.cc1349 case Guard::GEQ:
3902 Guard* rest_guard = new Guard(reg_ctr, Guard::GEQ, min);
4985 // with a GEQ guard, if any.
4993 if (guard->op() == Guard::GEQ) {

Completed in 2932 milliseconds