HomeSort by relevance Sort by last modified time
    Searched refs:l_isfalse (Results 1 - 7 of 7) sorted by null

  /external/lua/src/
ltm.c 163 return !l_isfalse(L->top);
lvm.c 449 return !l_isfalse(L->top);
671 int res = !l_isfalse(L->top - 1);
    [all...]
lobject.h 181 #define l_isfalse(o) (ttisnil(o) || (ttisboolean(o) && bvalue(o) == 0)) macro
lapi.c 369 return !l_isfalse(o);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lvm.c 205 return !l_isfalse(L->top);
289 return !l_isfalse(L->top);
436 int res = !l_isfalse(L->top - 1);
647 int res = l_isfalse(rb); /* next assignment may change this value */
695 if (GETARG_C(i) ? l_isfalse(ra) : !l_isfalse(ra))
702 if (GETARG_C(i) ? l_isfalse(rb) : !l_isfalse(rb))
lobject.h 170 #define l_isfalse(o) (ttisnil(o) || (ttisboolean(o) && bvalue(o) == 0)) macro
lapi.c 385 return !l_isfalse(o);

Completed in 266 milliseconds