HomeSort by: relevance | last modified time | path
    Searched refs:iteration (Results 1 - 25 of 198) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
spin.h 7 unsigned iteration; member in struct:__anon6870
24 if (spin->iteration < 5) {
25 for (i = 0; i < (1U << spin->iteration); i++) {
28 spin->iteration++;
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
spin.h 7 unsigned iteration; member in struct:__anon6923
24 if (spin->iteration < 5) {
25 for (i = 0; i < (1U << spin->iteration); i++) {
28 spin->iteration++;
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
spin.h 10 unsigned iteration; member in struct:__anon37
27 if (spin->iteration < 5) {
28 for (i = 0; i < (1U << spin->iteration); i++) {
31 spin->iteration++;
  /src/external/bsd/jemalloc/include/jemalloc/internal/
spin.h 10 unsigned iteration; member in struct:__anon139
27 if (spin->iteration < 5) {
28 for (i = 0; i < (1U << spin->iteration); i++) {
31 spin->iteration++;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
process-exit-status-is-leader-exit-status.exp 38 for {set iteration 0} {$iteration < 10} {incr iteration} {
39 with_test_prefix "iteration=$iteration" {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
process-exit-status-is-leader-exit-status.exp 38 for {set iteration 0} {$iteration < 10} {incr iteration} {
39 with_test_prefix "iteration=$iteration" {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/
gmonster-null-lookup.py 39 iteration = 5
40 while iteration > 0:
44 iteration -= 1
gmonster-pervasive-typedef.py 40 iteration = 5
41 while iteration > 0:
43 iteration -= 1
gmonster-print-cerr.py 45 iteration = 5
46 while iteration > 0:
50 iteration -= 1
gmonster-ptype-string.py 40 iteration = 5
41 while iteration > 0:
46 iteration -= 1
gmonster-runto-main.py 34 iteration = 5
35 while iteration > 0:
38 iteration -= 1
gmonster-select-file.py 37 iteration = 5
38 while iteration > 0:
41 iteration -= 1
solib.py 41 iteration = 5
43 while num > 0 and iteration > 0:
65 iteration -= 1
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/
gmonster-null-lookup.py 39 iteration = 5
40 while iteration > 0:
44 iteration -= 1
gmonster-pervasive-typedef.py 40 iteration = 5
41 while iteration > 0:
43 iteration -= 1
gmonster-print-cerr.py 45 iteration = 5
46 while iteration > 0:
50 iteration -= 1
gmonster-ptype-string.py 40 iteration = 5
41 while iteration > 0:
46 iteration -= 1
gmonster-runto-main.py 34 iteration = 5
35 while iteration > 0:
38 iteration -= 1
gmonster-select-file.py 37 iteration = 5
38 while iteration > 0:
41 iteration -= 1
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
read1.c 114 int iteration; local
118 for (iteration = 1; ; iteration++)
124 iteration, fd, count - total, res,
128 if (iteration == 1)
157 if (iteration == max_iterations)
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
read1.c 114 int iteration; local
118 for (iteration = 1; ; iteration++)
124 iteration, fd, count - total, res,
128 if (iteration == 1)
157 if (iteration == max_iterations)
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
package.d 69 $(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
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-nonstop-exit.exp 39 foreach_with_prefix iteration {1 2} {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-nonstop-exit.exp 39 foreach_with_prefix iteration {1 2} {
  /src/external/bsd/mdocml/dist/
dbm.c 70 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 == ITER_NAME
    [all...]

Completed in 65 milliseconds

1 2 3 4 5 6 7 8