Searched defs:IS_ALIGNED (Results 1 - 5 of 5) sorted by relevance

/seL4-refos-master/seL4_tools/elfloader-tool/include/
H A Delfloader_common.h19 #define IS_ALIGNED(n, b) (!((n) & MASK(b))) macro
/seL4-refos-master/tools/elfloader/include/
H A Delfloader_common.h19 #define IS_ALIGNED(n, b) (!((n) & MASK(b))) macro
/seL4-refos-master/projects/util_libs/libutils/include/utils/
H A Darith.h43 #define IS_ALIGNED(n, b) (!((n) & MASK(b))) macro
/seL4-refos-master/libs/libutils/include/utils/
H A Darith.h43 #define IS_ALIGNED(n, b) (!((n) & MASK(b))) macro
/seL4-refos-master/kernel/include/
H A Dutil.h10 #define IS_ALIGNED(n, b) (!((n) & MASK(b))) macro

Completed in 85 milliseconds