Searched defs:MASK (Results 1 - 8 of 8) sorted by last modified time

/seL4-refos-master/projects/util_libs/libutils/include/utils/
H A Darith.h36 #define MASK(n) \ macro
/seL4-refos-master/libs/libutils/include/utils/
H A Darith.h36 #define MASK(n) \ macro
/seL4-refos-master/kernel/include/
H A Dutil.h9 #define MASK(n) (BIT(n)-UL_CONST(1)) macro
/seL4-refos-master/seL4_tools/elfloader-tool/include/
H A Delfloader_common.h17 #define MASK(n) (BIT(n) - 1) macro
/seL4-refos-master/tools/elfloader/include/
H A Delfloader_common.h17 #define MASK(n) (BIT(n) - 1) macro
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/am335x/cpsw/
H A Dcpswif.c96 #define MASK UPPER_4BITS_BYTE (0xF0) macro
/seL4-refos-master/libs/libmuslc/src/malloc/
H A Dmalloc.c59 #define MASK(n) (BIT(n)-1ul) macro
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dfloatscan.c34 #define MASK (KMAX-1) macro
[all...]

Completed in 75 milliseconds