HomeSort by relevance Sort by last modified time
    Searched full:number_of_loops (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/threads/
mttest.c 144 int number_of_loops=10; variable
253 number_of_loops= atoi(*(++argv));
254 if (number_of_loops == 0) number_of_loops=1;
391 for (i=0; i<number_of_loops; i++)
  /external/openssl/crypto/threads/
mttest.c 144 int number_of_loops=10; variable
253 number_of_loops= atoi(*(++argv));
254 if (number_of_loops == 0) number_of_loops=1;
391 for (i=0; i<number_of_loops; i++)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pystone.py 259 print >>sys.stderr, "usage: %s [number_of_loops]" % sys.argv[0]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pystone.py 259 print >>sys.stderr, "usage: %s [number_of_loops]" % sys.argv[0]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cfgloop.h 494 number_of_loops (void) function
584 li->to_visit.create (number_of_loops ());
  /external/valgrind/main/VEX/switchback/
test_emfloat.c 609 int number_of_loops; local
611 number_of_loops=loops-1; /* the index of the first loop we run */
    [all...]

Completed in 743 milliseconds