Searched refs:iteration (Results 1 - 25 of 218) sorted by relevance

123456789

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dprocess-exit-status-is-leader-exit-status.exp38 for {set iteration 0} {$iteration < 10} {incr iteration} {
39 with_test_prefix "iteration=$iteration" {
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dspin.h7 unsigned iteration; member in struct:__anon27
24 if (spin->iteration < 5) {
25 for (i = 0; i < (1U << spin->iteration); i++) {
28 spin->iteration++;
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Dspin.h7 unsigned iteration; member in struct:__anon80
24 if (spin->iteration < 5) {
25 for (i = 0; i < (1U << spin->iteration); i++) {
28 spin->iteration++;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/
H A Dgmonster-print-cerr.py47 iteration = 5
48 while iteration > 0:
52 iteration -= 1
H A Dgmonster-pervasive-typedef.py42 iteration = 5
43 while iteration > 0:
45 iteration -= 1
H A Dgmonster-runto-main.py36 iteration = 5
37 while iteration > 0:
40 iteration -= 1
H A Dgmonster-ptype-string.py42 iteration = 5
43 while iteration > 0:
48 iteration -= 1
H A Dgmonster-null-lookup.py41 iteration = 5
42 while iteration > 0:
46 iteration -= 1
H A Dgmonster-select-file.py39 iteration = 5
40 while iteration > 0:
43 iteration -= 1
H A Dsolib.py41 iteration = 5;
43 while num > 0 and iteration > 0:
65 iteration -= 1
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/
H A Dgmonster-print-cerr.py47 iteration = 5
48 while iteration > 0:
52 iteration -= 1
H A Dgmonster-pervasive-typedef.py42 iteration = 5
43 while iteration > 0:
45 iteration -= 1
H A Dgmonster-runto-main.py36 iteration = 5
37 while iteration > 0:
40 iteration -= 1
H A Dgmonster-ptype-string.py42 iteration = 5
43 while iteration > 0:
48 iteration -= 1
H A Dgmonster-null-lookup.py41 iteration = 5
42 while iteration > 0:
46 iteration -= 1
H A Dgmonster-select-file.py39 iteration = 5
40 while iteration > 0:
43 iteration -= 1
H A Dsolib.py42 iteration = 5
44 while num > 0 and iteration > 0:
66 iteration -= 1
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dread1.c114 int iteration; local
118 for (iteration = 1; ; iteration++)
124 iteration, fd, count - total, res,
128 if (iteration == 1)
157 if (iteration == max_iterations)
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dpackage.d69 $(TDNW $(SUBMODULE Iteration, iteration))
71 $(SUBREF iteration, cache)
72 $(SUBREF iteration, cacheBidirectional)
73 $(SUBREF iteration, chunkBy)
74 $(SUBREF iteration, cumulativeFold)
75 $(SUBREF iteration, each)
76 $(SUBREF iteration, filter)
77 $(SUBREF iteration, filterBidirectional)
78 $(SUBREF iteration, fold)
79 $(SUBREF iteration, grou
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dpackage.d69 $(TDNW $(SUBMODULE Iteration, iteration))
71 $(SUBREF iteration, cache)
72 $(SUBREF iteration, cacheBidirectional)
73 $(SUBREF iteration, chunkBy)
74 $(SUBREF iteration, cumulativeFold)
75 $(SUBREF iteration, each)
76 $(SUBREF iteration, filter)
77 $(SUBREF iteration, filterBidirectional)
78 $(SUBREF iteration, fold)
79 $(SUBREF iteration, grou
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-nonstop-exit.exp42 foreach_with_prefix iteration {1 2} {
/netbsd-current/external/bsd/mdocml/dist/
H A Ddbm.c70 static enum iter iteration; variable in typeref:enum:iter
210 * Return the number of the next manual page in the current iteration.
217 switch(iteration) {
225 return page_bytitle(iteration, NULL);
230 * Functions implementing the iteration over manual pages.
243 /* Initialize for a new iteration. */
246 iteration = arg_iter;
248 switch (iteration) {
262 iteration = ITER_NONE;
274 if (iteration
[all...]
/netbsd-current/external/bsd/jemalloc/dist/test/unit/
H A Dprof_accum.c19 alloc_from_permuted_backtrace(unsigned thd_ind, unsigned iteration) { argument
20 return btalloc(1, thd_ind*NALLOCS_PER_THREAD + iteration);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_posix_test.cc43 static void SpawnThread(uptr iteration) { argument
47 reinterpret_cast<void *>(iteration)));
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/passwd/pbkdf2/
H A Dpw-pbkdf2.c111 int iteration,
134 sc->bv_val, iteration,
155 int iteration = PBKDF2_ITERATION; local
225 iteration, md, dk.bv_len, dk_value)){
230 dk.bv_len, iteration,
245 printf(" Iteration:\t%d\n", iteration);
254 rc = pbkdf2_format(scheme, iteration, &salt, &dk, msg);
270 int iteration; local
343 iteration = atoi(passwd->bv_val);
344 if(iteration <
109 pbkdf2_format( const struct berval *sc, int iteration, const struct berval *salt, const struct berval *dk, struct berval *msg) argument
[all...]

Completed in 394 milliseconds

123456789