Home
last modified time | relevance | path

Searched refs:powerof2 (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/
A Dparam.h64 # define roundup(x, y) (__builtin_constant_p (y) && powerof2 (y) \
70 #define powerof2(x) ((((x) - 1) & (x)) == 0) macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dallocatestack.c344 assert (powerof2 (pagesize_m1 + 1)); in allocate_stack()

Completed in 6 milliseconds