HomeSort by: relevance | last modified time | path
    Searched defs:is_power_of_2 (Results 1 - 5 of 5) 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

Completed in 20 milliseconds