HomeSort by relevance Sort by last modified time
    Searched defs:qq (Results 1 - 3 of 3) sorted by null

  /external/dropbear/libtommath/
bn_mp_cnt_lsb.c 26 mp_digit q, qq; local
41 qq = q & 15;
42 x += lnz[qq];
44 } while (qq == 0);
  /external/qemu/android/
hw-control.c 102 char* qq = strchr((const char*)q, ':'); local
104 if (qq == NULL) {
108 *qq++ = 0;
109 value = atoi(qq);
  /external/dropbear/libtommath/pre_gen/
mpi.c 1403 mp_digit q, qq; local
    [all...]

Completed in 2684 milliseconds