Searched refs:LOG_BASE_2 (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/libs/libutils/include/utils/
H A Dstack.h18 #define STACK_CALL_ALIGNMENT_BITS LOG_BASE_2(STACK_CALL_ALIGNMENT)
H A Dpage.h22 #define BYTES_TO_SIZE_BITS(bytes) (LOG_BASE_2(bytes))
H A Darith.h49 #define LOG_BASE_2(n) (sizeof(unsigned long) * CHAR_BIT - CLZL(n) - 1) macro
/seL4-refos-master/projects/util_libs/libutils/include/utils/
H A Dstack.h18 #define STACK_CALL_ALIGNMENT_BITS LOG_BASE_2(STACK_CALL_ALIGNMENT)
H A Dpage.h22 #define BYTES_TO_SIZE_BITS(bytes) (LOG_BASE_2(bytes))
H A Darith.h49 #define LOG_BASE_2(n) (sizeof(unsigned long) * CHAR_BIT - CLZL(n) - 1) macro
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/hifive/
H A Dpwm.c77 size_t base_2 = LOG_BASE_2(prescale);
/seL4-refos-master/libs/libplatsupport/src/plat/hifive/
H A Dpwm.c77 size_t base_2 = LOG_BASE_2(prescale);
/seL4-refos-master/libs/libsel4utils/src/
H A Dpage_dma.c82 size_t size_bits = LOG_BASE_2(size);
/seL4-refos-master/projects/seL4_libs/libsel4utils/src/
H A Dpage_dma.c82 size_t size_bits = LOG_BASE_2(size);

Completed in 42 milliseconds