Home
last modified time | relevance | path

Searched refs:GEQ (Results 1 – 7 of 7) sorted by relevance

/external/libpcap/
Dtokdefs.h75 GEQ = 301, enumerator
179 #define GEQ 301 macro
Dgrammar.y177 %token GEQ LEQ NEQ
409 | GEQ { $$ = BPF_JGE; }
Dscanner.l302 ">=" return GEQ;
Dgrammar.c110 GEQ = 301, enumerator
214 #define GEQ 301 macro
Dscanner.c3235 return GEQ;
/external/webkit/V8Binding/v8/src/
Djsregexp.h846 enum Relation { LT, GEQ }; enumerator
Djsregexp.cc1244 case Guard::GEQ: in GenerateGuard()
3631 Guard* rest_guard = new Guard(reg_ctr, Guard::GEQ, min); in ToNode()