Searched refs:marked (Results 1 – 25 of 77) sorted by relevance
1234
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lgc.h | 99 #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)
|
D | lgc.c | 60 (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 …]
|
D | lstring.h | 22 #define luaS_fix(s) l_setbit((s)->tsv.marked, FIXEDBIT)
|
D | lstate.c | 277 L->marked = luaC_white(g); in lua_newstate()
|
D | lobject.h | 77 #define CommonHeader GCObject *next; lu_byte tt; lu_byte marked
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/ |
D | Vfr.vfr | 131 …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/ |
D | crtlicense.txt | 43 file, or by other licenses as marked.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | README | 101 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/ |
D | README | 109 2. Altered source versions must be plainly marked as such, and must not be
|
/device/linaro/bootloader/edk2/IntelFspPkg/ |
D | Contributions.txt | 139 communication that is conspicuously marked or otherwise
|
/device/linaro/bootloader/edk2/BeagleBoardPkg/ |
D | Contributions.txt | 139 communication that is conspicuously marked or otherwise
|
/device/google/contexthub/util/ |
D | NOTICE | 71 excluding communication that is conspicuously marked or otherwise
|
/device/generic/goldfish/audio/ |
D | NOTICE | 72 excluding communication that is conspicuously marked or otherwise
|
/device/linaro/bootloader/edk2/ShellBinPkg/ |
D | Contributions.txt | 139 communication that is conspicuously marked or otherwise
|
/device/linaro/bootloader/edk2/Omap35xxPkg/ |
D | Contributions.txt | 139 communication that is conspicuously marked or otherwise
|
/device/linaro/bootloader/edk2/EdkShellPkg/ |
D | Contributions.txt | 139 communication that is conspicuously marked or otherwise
|
/device/linaro/bootloader/OpenPlatformPkg/ |
D | Contributions.txt | 139 communication that is conspicuously marked or otherwise
|
/device/linaro/bootloader/edk2/Nt32Pkg/ |
D | Contributions.txt | 139 communication that is conspicuously marked or otherwise
|
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/ |
D | Contributions.txt | 139 communication that is conspicuously marked or otherwise
|
/device/linaro/bootloader/edk2/CryptoPkg/ |
D | Contributions.txt | 139 communication that is conspicuously marked or otherwise
|
/device/linaro/bootloader/edk2/PerformancePkg/ |
D | Contributions.txt | 139 communication that is conspicuously marked or otherwise
|
/device/linaro/bootloader/edk2/MdeModulePkg/ |
D | Contributions.txt | 139 communication that is conspicuously marked or otherwise
|
/device/linaro/bootloader/edk2/FatBinPkg/ |
D | Contributions.txt | 139 communication that is conspicuously marked or otherwise
|
/device/linaro/bootloader/edk2/EmulatorPkg/ |
D | Contributions.txt | 139 communication that is conspicuously marked or otherwise
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/ |
D | Contributions.txt | 139 communication that is conspicuously marked or otherwise
|
1234