Searched defs:op_lt (Results 1 – 7 of 7) sorted by relevance
28 op_lt, // compare the top two stack entries for < enumerator
35 op_lt, enumerator
368 int op_lt(int a, int b) { return a < b; } in op_lt() function