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/lua/src/
llex.c 136 setbvalue(o, 1); /* t[string] = true */
lundump.c 133 setbvalue(o, LoadByte(S));
lobject.h 218 #define setbvalue(obj,x) \ macro
lvm.c 820 setbvalue(ra, GETARG_B(i));
    [all...]
ldebug.c 241 setbvalue(&v, 1); /* boolean 'true' to be the value of all indices */
lcode.c 493 setbvalue(&o, b);
    [all...]
lapi.c 559 setbvalue(L->top, (b != 0)); /* ensure that true is 1 */

Completed in 274 milliseconds