Home
last modified time | relevance | path

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

/external/skia/third_party/lua/src/
Dlcode.h27 OPR_ADD, OPR_SUB, OPR_MUL, OPR_DIV, OPR_MOD, OPR_POW, enumerator
Dlcode.c800 case OPR_ADD: case OPR_SUB: case OPR_MUL: case OPR_DIV: in luaK_infix()
844 case OPR_ADD: case OPR_SUB: case OPR_MUL: case OPR_DIV: in luaK_posfix()
Dlparser.c1001 case '*': return OPR_MUL; in getbinopr()
/external/syslinux/com32/lua/src/
Dlcode.h27 OPR_ADD, OPR_SUB, OPR_MUL, OPR_DIV, OPR_MOD, OPR_POW, enumerator
Dlcode.c800 case OPR_ADD: case OPR_SUB: case OPR_MUL: case OPR_DIV: in luaK_infix()
844 case OPR_ADD: case OPR_SUB: case OPR_MUL: case OPR_DIV: in luaK_posfix()
Dlparser.c1001 case '*': return OPR_MUL; in getbinopr()