Searched refs:active_count (Results 1 – 11 of 11) sorted by relevance
/external/pcre/dist/ |
D | pcre_dfa_exec.c | 353 if (active_count++ < wscount) \ 363 if (active_count++ < wscount) \ 418 int active_count, new_count, match_count; in internal_dfa_exec() local 592 active_count = new_count; in internal_dfa_exec() 596 workspace[1] = active_count; in internal_dfa_exec() 604 for (i = 0; i < active_count; i++) in internal_dfa_exec() 611 next_active_state = active_states + active_count; in internal_dfa_exec() 638 for (i = 0; i < active_count; i++) in internal_dfa_exec() 1185 active_count--; /* Remove non-match possibility */ in internal_dfa_exec() 1216 active_count--; /* Remove non-match possibility */ in internal_dfa_exec() [all …]
|
/external/tcpdump/tests/ |
D | of10_pf5240-vv.out | 357 …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 …]
|
D | of10_s4810-vvvv.out | 89 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
|
D | of10_p3295-vv.out | 734 …max_entries 1000000, active_count 26, lookup_count 1158498983736653433, matched_count 115849898373…
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 1123 set_header->active_count++; in cvSetNew() 1138 set_header->active_count--; in cvSetRemoveByPtr() 1215 #define cvGraphGetVtxCount( graph ) ((graph)->active_count) 1216 #define cvGraphGetEdgeCount( graph ) ((graph)->edges->active_count)
|
D | cxtypes.h | 1250 int active_count;
|
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachTask.cpp | 431 profile_data_stream << "active:" << vm_stats.active_count * pagesize << ';'; in GetProfileData() 433 … uint64_t total_used_count = vm_stats.wire_count + vm_stats.inactive_count + vm_stats.active_count; in GetProfileData()
|
/external/opencv/cxcore/src/ |
D | cxdatastructs.cpp | 2826 set->active_count++; in cvSetAdd() 2865 set->active_count = 0; in cvClearSet() 2976 count = graph->edges->active_count; in cvGraphRemoveVtxByPtr() 2984 count -= graph->edges->active_count; in cvGraphRemoveVtxByPtr() 3011 count = graph->edges->active_count; in cvGraphRemoveVtx() 3021 count -= graph->edges->active_count; in cvGraphRemoveVtx()
|
D | cxcopy.cpp | 315 if( src1->heap->active_count >= dst1->hashsize*CV_SPARSE_HASH_RATIO ) in cvCopy()
|
D | cxarray.cpp | 840 if( mat->heap->active_count >= mat->hashsize*CV_SPARSE_HASH_RATIO ) in icvGetNodePtr()
|
/external/opencv/cv/src/ |
D | cvhistogram.cpp | 518 if( mat1->heap->active_count > mat2->heap->active_count ) in cvCompareHist()
|