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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lgc.c 722 int toclear, toset; /* bits to clear and to set in all live objects */ local
725 toclear = ~0; /* clear nothing */
730 toclear = maskcolors; /* clear all color bits + old bit */
747 gch(curr)->marked = cast_byte((marked & toclear) | toset);
    [all...]
  /external/skia/third_party/lua/src/
lgc.c 715 int toclear, toset; /* bits to clear and to set in all live objects */ local
718 toclear = ~0; /* clear nothing */
723 toclear = maskcolors; /* clear all color bits + old bit */
740 gch(curr)->marked = cast_byte((marked & toclear) | toset);
    [all...]
  /external/syslinux/com32/lua/src/
lgc.c 722 int toclear, toset; /* bits to clear and to set in all live objects */ local
725 toclear = ~0; /* clear nothing */
730 toclear = maskcolors; /* clear all color bits + old bit */
747 gch(curr)->marked = cast_byte((marked & toclear) | toset);
    [all...]

Completed in 1224 milliseconds