HomeSort by: relevance | last modified time | path
    Searched defs:is_power_of_2 (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/common/include/linux/
log2.h 41 is_power_of_2(unsigned long x) function
  /src/external/gpl2/dtc/dist/
dtc.c 28 static int is_power_of_2(int x) function
210 if (!is_power_of_2(alignsize))
  /src/external/gpl3/gdb.old/dist/gdb/
ia64-linux-nat.c 573 is_power_of_2 (int val) function
594 if (len <= 0 || !is_power_of_2 (len))
649 if (len <= 0 || !is_power_of_2 (len))
  /src/external/gpl3/gdb/dist/gdb/
ia64-linux-nat.c 573 is_power_of_2 (int val) function
594 if (len <= 0 || !is_power_of_2 (len))
649 if (len <= 0 || !is_power_of_2 (len))
  /src/external/bsd/flex/dist/src/
flexdef.h 124 #define is_power_of_2(n) ((n) > 0 && ((n) & ((n) - 1)) == 0) macro
  /xsrc/external/mit/xf86-video-intel/dist/tools/
virtual.c 205 static inline int is_power_of_2(unsigned long n) function
561 if (is_power_of_2(ctx->nfd)) {
2457 if (is_power_of_2(ctx->ndisplay)) {
2680 if (is_power_of_2(ctx->nclone)) {
  /xsrc/external/mit/xf86-video-intel-2014/dist/tools/
virtual.c 193 static inline int is_power_of_2(unsigned long n) function
530 if (is_power_of_2(ctx->nfd)) {
2286 if (is_power_of_2(ctx->ndisplay)) {
2505 if (is_power_of_2(ctx->nclone)) {

Completed in 28 milliseconds