Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dluaconf.h444 #define luai_numle(L,a,b) ((a)<=(b)) macro
H A Dlvm.c246 return luai_numle(L, nvalue(l), nvalue(r)); in luaV_lessequal()
834 if (luai_numlt(L, 0, step) ? luai_numle(L, idx, limit) in luaV_execute()
835 : luai_numle(L, limit, idx)) { in luaV_execute()