Home
last modified time | relevance | path

Searched refs:active_count (Results 1 – 17 of 17) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_dfa_match.c325 if (active_count++ < wscount) \
334 if (active_count++ < wscount) \
386 int active_count, new_count, match_count; in internal_dfa_match() local
556 active_count = new_count; in internal_dfa_match()
560 workspace[1] = active_count; in internal_dfa_match()
564 next_active_state = active_states + active_count; in internal_dfa_match()
591 for (i = 0; i < active_count; i++) in internal_dfa_match()
1130 active_count--; /* Remove non-match possibility */ in internal_dfa_match()
1161 active_count--; /* Remove non-match possibility */ in internal_dfa_match()
1191 active_count--; /* Remove non-match possibility */ in internal_dfa_match()
[all …]
/external/libmojo/mojo/message_pump/
Dhandle_watcher_unittest.cc392 void StressThreadDone(base::RunLoop* run_loop, int* active_count) { in StressThreadDone() argument
393 (*active_count)--; in StressThreadDone()
394 EXPECT_GE(*active_count, 0); in StressThreadDone()
395 if (*active_count == 0) in StressThreadDone()
408 int* active_count) { in RunStressTest() argument
446 active_count)); in RunStressTest()
/external/tcpdump/tests/
Dof10_pf5240-vv.out357 …max_entries 5632, active_count 3, lookup_count 18446744073709551615, matched_count 184467440737095…
366 …max_entries 163840, active_count 3, lookup_count 18446744073709551615, matched_count 1844674407370…
371 …max_entries 512, active_count 0, lookup_count 18446744073709551615, matched_count 1844674407370955…
376 …max_entries 512, active_count 0, lookup_count 18446744073709551615, matched_count 1844674407370955…
381 …max_entries 16384, active_count 0, lookup_count 18446744073709551615, matched_count 18446744073709…
386 …max_entries 2048, active_count 0, lookup_count 18446744073709551615, matched_count 184467440737095…
391 …max_entries 0, active_count 0, lookup_count 18446744073709551615, matched_count 184467440737095516…
396 …max_entries 0, active_count 0, lookup_count 18446744073709551615, matched_count 184467440737095516…
401 …max_entries 0, active_count 0, lookup_count 18446744073709551615, matched_count 184467440737095516…
406 …max_entries 0, active_count 0, lookup_count 18446744073709551615, matched_count 184467440737095516…
[all …]
Dof10_s4810-vvvv.out89 max_entries 1024, active_count 0, lookup_count 0, matched_count 0
92 max_entries 49152, active_count 0, lookup_count 0, matched_count 0
95 max_entries 6144, active_count 0, lookup_count 0, matched_count 0
98 max_entries 498, active_count 0, lookup_count 127028, matched_count 0
101 max_entries 24576, active_count 0, lookup_count 0, matched_count 0
104 max_entries 256, active_count 0, lookup_count 0, matched_count 0
Dof10_7050sx_bsn-vv.out215 max_entries 1500, active_count 0, lookup_count 0, matched_count 0
Dof10_p3295-vv.out734 …max_entries 1000000, active_count 26, lookup_count 1158498983736653433, matched_count 115849898373…
/external/libevent/
Ddefer-internal.h59 int active_count; member
Devent-internal.h342 ((base)->event_count_active + (base)->defer_queue.active_count)
Devent.c1406 --queue->active_count; in event_process_deferred_callbacks()
2369 --queue->active_count; in event_deferred_cb_cancel()
2390 ++queue->active_count; in event_deferred_cb_schedule()
/external/syslinux/gpxe/src/crypto/axtls/
Dbigint_impl.h84 int active_count; /**< Number of active bigints. */ member
Dbigint.c105 if (ctx->active_count != 0) in bi_terminate()
109 ctx->active_count); in bi_terminate()
200 if (--ctx->active_count < 0) in bi_free()
1071 ctx->active_count++; in alloc()
/external/libchrome/base/process/
Dprocess_metrics_mac.cc368 return (data.active_count * PAGE_SIZE) / 1024; in GetSystemCommitCharge()
/external/autotest/site_utils/chromeos_proxy/
Dswarming_bots.py299 while threading.active_count() > 1:
/external/python/cpython2/Lib/
Dthreading.py1168 active_count = activeCount variable
/external/python/cpython2/Doc/library/
Dthreading.rst45 .. function:: active_count()
52 Added ``active_count()`` spelling.
Dmultiprocessing.rst798 :func:`threading.active_count`, :func:`threading.enumerate`,
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2536 :meth:`activeCount` method is renamed to :meth:`active_count`. Both