Searched refs:luaV_lessequal (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlvm.h31 LUAI_FUNC int luaV_lessequal (lua_State *L, const TValue *l, const TValue *r);
H A Dlvm.c244 int luaV_lessequal (lua_State *L, const TValue *l, const TValue *r) { function
752 if (luaV_lessequal(L, RKB(i), RKC(i)) != GETARG_A(i))
H A Dlapi.c323 case LUA_OPLE: i = luaV_lessequal(L, o1, o2); break;
/freebsd-13-stable/contrib/lua/src/
H A Dlvm.h115 LUAI_FUNC int luaV_lessequal (lua_State *L, const TValue *l, const TValue *r);
H A Dlapi.c338 case LUA_OPLE: i = luaV_lessequal(L, o1, o2); break;
H A Dlvm.c564 int luaV_lessequal (lua_State *L, const TValue *l, const TValue *r) { function

Completed in 64 milliseconds