HomeSort by: relevance | last modified time | path
    Searched defs:loops (Results 1 - 25 of 116) sorted by relevancy

1 2 3 4 5

  /src/external/lgpl3/mpc/dist/src/
log.c 30 int loops; local
124 for (loops = 1; !ok && loops <= 2; loops++) {
log10.c 35 int ok = 0, loops = 0, check_exact = 0, special_re, special_im, local
52 loops ++;
53 prec += (loops <= 2) ? mpc_ceil_log2 (prec) + 4 : prec / 2;
norm.c 48 int loops; local
50 /* switch to exact squarings when loops==max_loops */
62 loops = 0;
66 loops++;
68 if (loops >= max_loops) {
83 /* If loops = max_loops, inexact should be 0 here, except in case
85 If loops < max_loops and inexact is zero, we can exit the
92 } while (loops < max_loops && inexact != 0
log.c 30 int loops; local
124 for (loops = 1; !ok && loops <= 2; loops++) {
log10.c 35 int ok = 0, loops = 0, check_exact = 0, special_re, special_im, local
52 loops ++;
53 prec += (loops <= 2) ? mpc_ceil_log2 (prec) + 4 : prec / 2;
norm.c 48 int loops; local
50 /* switch to exact squarings when loops==max_loops */
62 loops = 0;
66 loops++;
68 if (loops >= max_loops) {
83 /* If loops = max_loops, inexact should be 0 here, except in case
85 If loops < max_loops and inexact is zero, we can exit the
92 } while (loops < max_loops && inexact != 0
sqrt.c 33 int inex_w, inex_t = 1, inex_re, inex_im, loops = 0; local
212 loops ++;
213 prec += (loops <= 2) ? mpc_ceil_log2 (prec) + 4 : prec / 2;
sqrt.c 33 int inex_w, inex_t = 1, inex_re, inex_im, loops = 0; local
212 loops ++;
213 prec += (loops <= 2) ? mpc_ceil_log2 (prec) + 4 : prec / 2;
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
test_bulk.c 81 static int loops = 20; variable
98 { "loops", 0, arg_integer, &loops,
99 "number of loops", "loops" },
131 for (i = 0; i < loops; i++) {
186 for (i = 0; i < loops; i++) {
test_bulk.c 81 static int loops = 20; variable
98 { "loops", 0, arg_integer, &loops,
99 "number of loops", "loops" },
131 for (i = 0; i < loops; i++) {
186 for (i = 0; i < loops; i++) {
test_rsa.c 54 static int loops = 1; variable
57 { "loops", 0, arg_integer, &loops,
58 "number of loops", "loops" },
256 printf("running keygen with %d loops\n", loops);
260 for (i = 0; i < loops; i++) {
301 p = emalloc(loops * size);
303 RAND_bytes(p, loops * size)
    [all...]
  /src/external/mpl/bind/dist/tests/isc/
mutex_test.c 42 static unsigned int loops = 100; variable
49 loops = atoi(env);
51 assert_int_not_equal(loops, 0);
67 for (size_t i = 0; i < loops; i++) {
92 for (size_t i = 0; i < loops; i++) {
108 for (size_t i = 0; i < loops; i++) {
130 expected_counter = ITERS * workers * loops *
163 "loops in "
199 printf("[ TIME ] isc_mutex_benchmark: %zu isc_mutex loops "
spinlock_test.c 47 static unsigned int loops = 100; variable
54 loops = atoi(env);
56 assert_int_not_equal(loops, 0);
72 for (size_t i = 0; i < loops; i++) {
98 for (size_t i = 0; i < loops; i++) {
117 for (size_t i = 0; i < loops; i++) {
138 expected_counter = ITERS * workers * loops *
172 "loops in "
209 printf("[ TIME ] isc_spinlock_benchmark: %zu isc_spinlock loops "
mutex_test.c 42 static unsigned int loops = 100; variable
49 loops = atoi(env);
51 assert_int_not_equal(loops, 0);
67 for (size_t i = 0; i < loops; i++) {
92 for (size_t i = 0; i < loops; i++) {
108 for (size_t i = 0; i < loops; i++) {
130 expected_counter = ITERS * workers * loops *
163 "loops in "
199 printf("[ TIME ] isc_mutex_benchmark: %zu isc_mutex loops "
spinlock_test.c 47 static unsigned int loops = 100; variable
54 loops = atoi(env);
56 assert_int_not_equal(loops, 0);
72 for (size_t i = 0; i < loops; i++) {
98 for (size_t i = 0; i < loops; i++) {
117 for (size_t i = 0; i < loops; i++) {
138 expected_counter = ITERS * workers * loops *
172 "loops in "
209 printf("[ TIME ] isc_spinlock_benchmark: %zu isc_spinlock loops "
rwlock_test.c 43 static unsigned int loops = 100; variable
68 loops = atoi(env);
70 assert_int_not_equal(loops, 0);
78 rnd = isc_mem_cget(mctx, loops, sizeof(rnd[0]));
79 for (size_t i = 0; i < loops; i++) {
88 isc_mem_cput(mctx, rnd, loops, sizeof(rnd[0]));
214 for (size_t i = 0; i < loops; i++) {
236 for (size_t i = 0; i < loops; i++) {
262 expected_counter = ITERS * nthreads * loops *
292 printf("[ TIME ] isc_rwlock_benchmark: %zu pthread_rwlock loops in
    [all...]
  /src/tests/net/in_cksum/
in_cksum.c 176 int loops, old_sum, off, len; local
186 loops = 16;
197 loops = atoi(optarg);
206 errx(1, "%s [-l <loops>] [-u <unalign> [-i <iterations> "
211 for (; loops; --loops) {
219 if (loops == 1)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SpillPlacement.h 47 const MachineLoopInfo *loops; member in class:llvm::SpillPlacement
  /src/external/bsd/openldap/dist/tests/progs/
slapd-common.h 48 int loops; member in struct:tester_conn_args
78 "[-l <loops>] " \
  /src/external/gpl3/gcc/dist/gcc/
hw-doloop.h 1 /* Code to analyze doloop loops in order for targets to perform late
2 optimizations converting doloops to other forms of hardware loops.
24 /* We need to keep a vector of loops */
38 inner loops. */
44 /* Vector of inner loops within this loop. Includes loops of every
46 vec<hwloop_info> loops; variable
89 /* The nesting depth of the loop. Innermost loops are given a depth
140 innermost loops first and ascending. */
  /src/external/gpl3/gcc.old/dist/gcc/
hw-doloop.h 1 /* Code to analyze doloop loops in order for targets to perform late
2 optimizations converting doloops to other forms of hardware loops.
24 /* We need to keep a vector of loops */
38 inner loops. */
44 /* Vector of inner loops within this loop. Includes loops of every
46 vec<hwloop_info> loops; variable
89 /* The nesting depth of the loop. Innermost loops are given a depth
140 innermost loops first and ascending. */
  /src/external/mpl/dhcp/bind/dist/lib/isc/
base64.c 52 unsigned int loops = 0; local
69 loops++;
70 if (source->length != 0 && (int)((loops + 1) * 4) >= wordlength)
72 loops = 0;
hex.c 49 unsigned int loops = 0; local
62 loops++;
63 if (source->length != 0 && (int)((loops + 1) * 2) >= wordlength)
65 loops = 0;
  /src/external/mpl/bind/dist/lib/isc/
base64.c 45 unsigned int loops = 0; local
62 loops++;
63 if (source->length != 0 && (int)((loops + 1) * 4) >= wordlength)
65 loops = 0;
hex.c 58 unsigned int loops = 0; local
71 loops++;
72 if (source->length != 0 && (int)((loops + 1) * 2) >= wordlength)
74 loops = 0;

Completed in 97 milliseconds

1 2 3 4 5