Searched refs:itercount (Results 1 – 5 of 5) sorted by relevance
19 itercount uint32 // number of active iterators (ignored if frozen) member76 if ht.itercount > 0 {236 if ht.itercount > 0 {284 if ht.itercount > 0 {327 ht.itercount++348 it.ht.itercount--
836 itercount uint32 // number of active iterators (ignored if frozen) member858 if l.itercount > 0 {890 l.itercount++943 it.l.itercount--
35 static long itercount = ITER; variable526 for (int i = 0; i < itercount; i++) \576 ns100 = (100 * dt + itercount * N / 2) / (itercount * N); in bench1()583 ns100 = (100 * dt + itercount * N / vlen / 2) / (itercount * N / vlen); in bench1()714 itercount = strtol (argv[1], 0, 0); in main()
36 static long itercount = ITER; variable525 for (int i = 0; i < itercount; i++) \575 ns100 = (100 * dt + itercount * N / 2) / (itercount * N); in bench1()582 ns100 = (100 * dt + itercount * N / vlen / 2) / (itercount * N / vlen); in bench1()713 itercount = strtol (argv[1], 0, 0); in main()
859 itercount int member872 if rf.itercount > 0 {893 rf.itercount++929 it.rf.itercount--