Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/foundation/
DADebug.h77 MAKE_COMPARATOR(LE,<=)
97 #define CHECK_LE(x,y) CHECK_OP(x,y,LE,<=)
/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h44 LE = 12, enumerator
179 Operator& Operator::create<Operator::LE>();
DBinaryOp.h76 IntOperand* BinaryOp<Operator::LE>::eval(const Module&, const TargetLDBackend&);
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp209 Operator& Operator::create<Operator::LE>() { in create()
210 static BinaryOp<Operator::LE> op; in create()
DScriptParser.yy188 %left '<' LE '>' GE
708 | exp LE exp
711 &Operator::create<Operator::LE>());
DBinaryOp.cpp91 IntOperand* BinaryOp<Operator::LE>::eval(const Module& pModule, in eval()
DScriptScanner.ll172 <LDSCRIPT,EXPRESSION>"<=" { return token::LE; }