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

/seL4-refos-master/projects/util_libs/libutils/include/utils/
H A Darith.h26 #define BIT(n) (1ul<<(n)) macro
/seL4-refos-master/libs/libutils/include/utils/
H A Darith.h26 #define BIT(n) (1ul<<(n)) macro
/seL4-refos-master/kernel/include/
H A Dutil.h30 #define BIT(n) (1ul << (n)) macro
179 #define BIT(n) (1 << (n)) macro
/seL4-refos-master/seL4_tools/elfloader-tool/src/arch-riscv/
H A Dcrt0.S14 #define BIT(n) (1 << (n)) define
/seL4-refos-master/tools/elfloader/src/arch-riscv/
H A Dcrt0.S14 #define BIT(n) (1 << (n)) define
/seL4-refos-master/seL4_tools/elfloader-tool/include/
H A Delfloader_common.h16 #define BIT(x) (1 << (x)) macro
/seL4-refos-master/tools/elfloader/include/
H A Delfloader_common.h16 #define BIT(x) (1 << (x)) macro
/seL4-refos-master/libs/libmuslc/src/malloc/
H A Dmalloc.c63 #define BIT(n) (1ul<<(n)) macro

Completed in 97 milliseconds