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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lundump.c 113 setbvalue(o,LoadChar(S));
llex.c 133 setbvalue(o, 1); /* t[string] = true */
ldebug.c 208 setbvalue(&v, 1); /* boolean 'true' to be the value of all indices */
lobject.h 198 #define setbvalue(obj,x) \ macro
lvm.c 571 setbvalue(ra, GETARG_B(i));
648 setbvalue(ra, res);
lcode.c 345 setbvalue(&o, b);
lapi.c 579 setbvalue(L->top, (b != 0)); /* ensure that true is 1 */
  /external/syslinux/com32/lua/src/
lundump.c 113 setbvalue(o,LoadChar(S));
llex.c 137 setbvalue(o, 1); /* t[string] = true */
ldebug.c 208 setbvalue(&v, 1); /* boolean 'true' to be the value of all indices */
lobject.h 198 #define setbvalue(obj,x) \ macro
lvm.c 594 setbvalue(ra, GETARG_B(i));
671 setbvalue(ra, res);
lcode.c 345 setbvalue(&o, b);
lapi.c 579 setbvalue(L->top, (b != 0)); /* ensure that true is 1 */

Completed in 191 milliseconds