Searched refs:luai_numle (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | luaconf.h | 448 #define luai_numle(L,a,b) ((a)<=(b)) macro
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | luaconf.h | 542 #define luai_numle(a,b) ((a)<=(b)) macro
|
| H A D | lvm.c | 244 return luai_numle(nvalue(l), nvalue(r)); in lessequal() 658 if (luai_numlt(0, step) ? luai_numle(idx, limit) in luaV_execute() 659 : luai_numle(limit, idx)) { in luaV_execute()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lvm.c | 247 return luai_numle(L, nvalue(l), nvalue(r)); in luaV_lessequal() 835 if (luai_numlt(L, 0, step) ? luai_numle(L, idx, limit) in luaV_execute() 836 : luai_numle(L, limit, idx)) { in luaV_execute()
|