Home
last modified time | relevance | path

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

/bootable/recovery/edify/
Dexpr.cpp280 Value* LessThanIntFn(const char* name, State* state, int argc, Expr* argv[]) { in LessThanIntFn() function
325 return LessThanIntFn(name, state, 2, temp); in GreaterThanIntFn()
398 RegisterFunction("less_than_int", LessThanIntFn); in RegisterBuiltins()