HomeSort by relevance Sort by last modified time
    Searched refs:s_is_power_of_two (Results 1 - 2 of 2) sorted by null

  /external/dropbear/libtommath/
bn_mp_div_d.c 18 static int s_is_power_of_two(mp_digit b, int *p) function
56 if (s_is_power_of_two(b, &ix) == 1) {
  /external/dropbear/libtommath/pre_gen/
mpi.c 2125 static int s_is_power_of_two(mp_digit b, int *p) function
    [all...]

Completed in 17 milliseconds