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

  /external/clang/utils/VtableTest/
gen.cc 72 static int bases[N_BASES]; local
75 // PARAM: 1/2 of all clases should have no bases
102 // PARAM: 1/8th the bases are virtual
128 bases[n_bases] = base;
188 int base = bases[i];
275 g(" calc_s"); g(bases[i]); gl("(t);");
281 g(" if ((char *)dynamic_cast<s"); g(bases[i]); gl("*>(this))");
282 g(" mix(\"base dyn cast\", t - (char *)dynamic_cast<s"); g(bases[i]); gl("*>(this));");
314 g("s"); g(bases[i]); g("((char *)this)");
  /external/dropbear/libtommath/etc/
pprime.c 179 static const mp_digit bases[] = { 2, 3, 5, 7, 11, 13, 17, 19 }; local
263 /* now try base x=bases[ii] */
265 mp_set (&x, bases[ii]);
321 /* no bases worked? */
333 printf("B == \n%s\n\nG == %d\n", buf, bases[ii]);
376 printf ("Enter number of bases to try (1 to 8):\n");
  /prebuilt/common/jython/
jython.jar 

Completed in 2057 milliseconds