Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_dfa_match.c471 if (active_count++ < wscount) \
480 if (active_count++ < wscount) \
529 int active_count, new_count, match_count; in internal_dfa_match() local
697 active_count = new_count; in internal_dfa_match()
701 workspace[1] = active_count; in internal_dfa_match()
705 next_active_state = active_states + active_count; in internal_dfa_match()
732 for (i = 0; i < active_count; i++) in internal_dfa_match()
1271 active_count--; /* Remove non-match possibility */ in internal_dfa_match()
1302 active_count--; /* Remove non-match possibility */ in internal_dfa_match()
1332 active_count--; /* Remove non-match possibility */ in internal_dfa_match()
[all …]
/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/autotest/utils/
Dloadtest.py214 def check(self, active_count): argument
223 self.check_active_sum += active_count
233 self.end_active = active_count
/external/python/cpython3/Lib/
Dthreading.py1228 def active_count(): function
1238 activeCount = active_count
/external/u-boot/drivers/video/tegra124/
Ddp.c435 link_cfg->active_count); in tegra_dc_dp_dump_link_cfg()
584 link_cfg->active_count = lowest_neg_activepolarity ? in tegra_dc_dp_calc_config()
590 link_cfg->active_count = (u32)lowest_neg_activecount; in tegra_dc_dp_calc_config()
Dsor.h859 u32 active_count; member
Dsor.c286 reg_val |= (link_cfg->active_count << in tegra_dc_sor_set_dp_mode()
/external/autotest/site_utils/chromeos_proxy/
Dswarming_bots.py320 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/cpython3/Doc/library/
Dthreading.rst27 .. function:: active_count()
Dmultiprocessing.rst1024 :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
/external/python/cpython3/Doc/whatsnew/
D2.6.rst2540 :meth:`activeCount` method is renamed to :meth:`active_count`. Both