Home
last modified time | relevance | path

Searched defs:MASK (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
DCommon.i28 #define MASK(bp,value) (value << bp) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dlongintrepr.h69 #define MASK PyLong_MASK macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dlongintrepr.h69 #define MASK PyLong_MASK macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlctype.h46 #define MASK(B) (1 << (B)) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_long.py20 MASK = BASE - 1 variable