Searched refs:luai_numle (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/Include/Lua/ |
D | luaconf.h | 448 #define luai_numle(L,a,b) ((a)<=(b)) macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lvm.c | 246 return luai_numle(L, nvalue(l), nvalue(r)); in luaV_lessequal() 771 if (luai_numlt(L, 0, step) ? luai_numle(L, idx, limit) in luaV_execute() 772 : luai_numle(L, limit, idx)) { in luaV_execute()
|