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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dhash.c96 static int is_power_of_two(hash_val_t arg) function
111 assert (is_power_of_two(size));
406 assert (is_power_of_two(nchains));
701 if (!is_power_of_two(hash->highmark))
703 if (!is_power_of_two(hash->lowmark))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dhash.c96 static int is_power_of_two(hash_val_t arg) function
111 assert (is_power_of_two(size));
406 assert (is_power_of_two(nchains));
701 if (!is_power_of_two(hash->highmark))
703 if (!is_power_of_two(hash->lowmark))

Completed in 45 milliseconds