Home
last modified time | relevance | path

Searched refs:marked (Results 1 – 25 of 77) sorted by relevance

1234

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlgc.h99 #define iswhite(x) testbits((x)->gch.marked, WHITEBITS)
100 #define isblack(x) testbit((x)->gch.marked, BLACKBIT)
102 (!testbits((x)->gch.marked, WHITEBITS | bitmask(BLACKBIT)))
104 #define isold(x) testbit((x)->gch.marked, OLDBIT)
108 #define resetoldbit(o) resetbit((o)->gch.marked, OLDBIT)
112 #define isdead(g,v) isdeadm(otherwhite(g), (v)->gch.marked)
114 #define changewhite(x) ((x)->gch.marked ^= WHITEBITS)
115 #define gray2black(x) l_setbit((x)->gch.marked, BLACKBIT)
Dlgc.c60 (gch(x)->marked = cast_byte((gch(x)->marked & maskcolors) | luaC_white(g)))
62 #define white2gray(x) resetbits(gch(x)->marked, WHITEBITS)
63 #define black2gray(x) resetbit(gch(x)->marked, BLACKBIT)
66 #define isfinalized(x) testbit(gch(x)->marked, FINALIZEDBIT)
219 gch(o)->marked = luaC_white(g); in luaC_newobj()
379 int marked = 0; /* true if an object is marked in this traversal */ in traverseephemeron() local
387 marked = 1; in traverseephemeron()
402 marked = 1; in traverseephemeron()
412 return marked; in traverseephemeron()
736 int marked = gch(curr)->marked; in sweeplist() local
[all …]
Dlstring.h22 #define luaS_fix(s) l_setbit((s)->tsv.marked, FIXEDBIT)
Dlstate.c277 L->marked = luaC_white(g); in lua_newstate()
Dlobject.h77 #define CommonHeader GCObject *next; lu_byte tt; lu_byte marked
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DVfr.vfr131 …flags = INTERACTIVE, // VfrCompiler will generate opcode EFI_IFR_ACTION for Text marked as INTE…
164 // DEFAULT indicate this option will be marked with EFI_IFR_OPTION_DEFAULT
184 // CHECKBOX_DEFAULT indicate this checkbox is marked with EFI_IFR_CHECKBOX_DEFAULT
249 …flags = INTERACTIVE, // INTERACTIVE indicate it's marked with EFI_IFR_FLAG_…
313 flags = READ_ONLY, // READ_ONLY indicate it's marked with EFI_IFR_FLAG_READ_ONLY
732 …flags = INTERACTIVE, // VfrCompiler will generate opcode EFI_IFR_ACTION for Text marked as INTE…
738 …flags = INTERACTIVE, // VfrCompiler will generate opcode EFI_IFR_ACTION for Text marked as INTE…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
Dcrtlicense.txt43 file, or by other licenses as marked.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
DREADME101 2. Altered source versions must be plainly marked as such, and must not be
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
DREADME109 2. Altered source versions must be plainly marked as such, and must not be
/device/linaro/bootloader/edk2/IntelFspPkg/
DContributions.txt139 communication that is conspicuously marked or otherwise
/device/linaro/bootloader/edk2/BeagleBoardPkg/
DContributions.txt139 communication that is conspicuously marked or otherwise
/device/google/contexthub/util/
DNOTICE71 excluding communication that is conspicuously marked or otherwise
/device/generic/goldfish/audio/
DNOTICE72 excluding communication that is conspicuously marked or otherwise
/device/linaro/bootloader/edk2/ShellBinPkg/
DContributions.txt139 communication that is conspicuously marked or otherwise
/device/linaro/bootloader/edk2/Omap35xxPkg/
DContributions.txt139 communication that is conspicuously marked or otherwise
/device/linaro/bootloader/edk2/EdkShellPkg/
DContributions.txt139 communication that is conspicuously marked or otherwise
/device/linaro/bootloader/OpenPlatformPkg/
DContributions.txt139 communication that is conspicuously marked or otherwise
/device/linaro/bootloader/edk2/Nt32Pkg/
DContributions.txt139 communication that is conspicuously marked or otherwise
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/
DContributions.txt139 communication that is conspicuously marked or otherwise
/device/linaro/bootloader/edk2/CryptoPkg/
DContributions.txt139 communication that is conspicuously marked or otherwise
/device/linaro/bootloader/edk2/PerformancePkg/
DContributions.txt139 communication that is conspicuously marked or otherwise
/device/linaro/bootloader/edk2/MdeModulePkg/
DContributions.txt139 communication that is conspicuously marked or otherwise
/device/linaro/bootloader/edk2/FatBinPkg/
DContributions.txt139 communication that is conspicuously marked or otherwise
/device/linaro/bootloader/edk2/EmulatorPkg/
DContributions.txt139 communication that is conspicuously marked or otherwise
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
DContributions.txt139 communication that is conspicuously marked or otherwise

1234