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