Searched refs:luai_numle (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | luaconf.h | 444 #define luai_numle(L,a,b) ((a)<=(b)) macro
|
H A D | lvm.c | 246 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()
|