Searched refs:luai_numlt (Results 1 - 4 of 4) sorted by relevance
/external/skia/third_party/lua/src/ |
H A D | luaconf.h | 448 #define luai_numlt(L,a,b) ((a)<(b)) macro
|
H A D | lvm.c | 234 return luai_numlt(L, nvalue(l), nvalue(r)); 771 if (luai_numlt(L, 0, step) ? luai_numle(L, idx, limit)
|
/external/syslinux/com32/lua/src/ |
H A D | luaconf.h | 505 #define luai_numlt(L,a,b) ((a)<(b)) macro
|
H A D | lvm.c | 257 return luai_numlt(L, nvalue(l), nvalue(r)); 794 if (luai_numlt(L, 0, step) ? luai_numle(L, idx, limit)
|
Completed in 115 milliseconds