Home
last modified time | relevance | path

Searched defs:OP_LT (Results 1 – 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DOpCodes.java151 public static final int OP_LT = 7; field in OpCodes
/external/lua/src/
Dlopcodes.h210 OP_LT,/* A B C if ((RK(B) < RK(C)) ~= A) then pc++ */ enumerator