Searched refs:is_power_of_two (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/rt2x00/
H A Drt2x00reg.h187 #define is_power_of_two(x) ( !((x) & ((x)-1)) ) macro
189 #define is_valid_mask(x) is_power_of_two(1LU + (x) + low_bit_mask(x))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00reg.h187 #define is_power_of_two(x) ( !((x) & ((x)-1)) ) macro
189 #define is_valid_mask(x) is_power_of_two(1LU + (x) + low_bit_mask(x))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/etc/afpd/
H A Dhash.c93 static int is_power_of_two(hash_val_t arg) function
108 assert (is_power_of_two(size));
403 assert (is_power_of_two(nchains));
698 if (!is_power_of_two(hash->highmark))
700 if (!is_power_of_two(hash->lowmark))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/afpd/
H A Dhash.c93 static int is_power_of_two(hash_val_t arg) function
108 assert (is_power_of_two(size));
403 assert (is_power_of_two(nchains));
698 if (!is_power_of_two(hash->highmark))
700 if (!is_power_of_two(hash->lowmark))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/etc/afpd/
H A Dhash.c93 static int is_power_of_two(hash_val_t arg) function
108 assert (is_power_of_two(size));
403 assert (is_power_of_two(nchains));
698 if (!is_power_of_two(hash->highmark))
700 if (!is_power_of_two(hash->lowmark))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Ds390-tdep.c1862 is_power_of_two (unsigned int n) function
1877 return is_struct_like (type) && !is_power_of_two (length);
1903 || (is_struct_like (type) && is_power_of_two (length));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Ds390-tdep.c1862 is_power_of_two (unsigned int n) function
1877 return is_struct_like (type) && !is_power_of_two (length);
1903 || (is_struct_like (type) && is_power_of_two (length));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Ds390-tdep.c1862 is_power_of_two (unsigned int n) function
1877 return is_struct_like (type) && !is_power_of_two (length);
1903 || (is_struct_like (type) && is_power_of_two (length));

Completed in 198 milliseconds