Home
last modified time | relevance | path

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

12

/external/pcre/dist/
Dpcre_dfa_exec.c353 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/opencv3/modules/core/test/
Dtest_ds.cpp1254 int prev_total = cvset->total, prev_count = cvset->active_count; in test_set_ops()
1267 CV_TS_SEQ_CHECK_CONDITION( cvset->active_count == 0 && cvset->total == 0 && in test_set_ops()
1311 cvset->active_count == prev_count + 1, in test_set_ops()
1347 cvset->active_count == prev_count - 1, in test_set_ops()
1353 CV_TS_SEQ_CHECK_CONDITION( cvset->active_count == sset->max_count - sset->free_count && in test_set_ops()
1354 cvset->total >= cvset->active_count && in test_set_ops()
1475 prev_vtx_count = graph->active_count, in test_graph_ops()
1476 prev_edge_count = graph->edges->active_count; in test_graph_ops()
1488 CV_TS_SEQ_CHECK_CONDITION( graph->active_count == 0 && graph->total == 0 && in test_graph_ops()
1493 CV_TS_SEQ_CHECK_CONDITION( edges->active_count == 0 && edges->total == 0 && in test_graph_ops()
[all …]
Dtest_io.cpp44 if( m1->heap->active_count != m2->heap->active_count || in cvTsCheckSparse()
359 if(graph2->active_count != vcount || graph3->active_count != vcount || in run()
360 graph2->edges->active_count != ecount || graph3->edges->active_count != ecount) in run()
/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/autotest/site_utils/
Dstats_poller.py45 while threading.active_count() > 0:
/external/libchrome/base/process/
Dprocess_metrics_mac.cc365 return (data.active_count * PAGE_SIZE) / 1024; in GetSystemCommitCharge()
/external/opencv/cxcore/include/
Dcxcore.h1123 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)
Dcxtypes.h1250 int active_count;
/external/autotest/site_utils/chromeos_proxy/
Dswarming_bots.py299 while threading.active_count() > 1:
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h1744 set_header->active_count++; in cvSetNew()
1759 set_header->active_count--; in cvSetRemoveByPtr()
1836 #define cvGraphGetVtxCount( graph ) ((graph)->active_count)
1837 #define cvGraphGetEdgeCount( graph ) ((graph)->edges->active_count)
Dtypes_c.h1278 int active_count;
/external/opencv3/modules/core/src/
Ddatastructs.cpp2533 set->active_count++; in cvSetAdd()
2560 set->active_count = 0; in cvClearSet()
2645 count = graph->edges->active_count; in cvGraphRemoveVtxByPtr()
2653 count -= graph->edges->active_count; in cvGraphRemoveVtxByPtr()
2674 count = graph->edges->active_count; in cvGraphRemoveVtx()
2684 count -= graph->edges->active_count; in cvGraphRemoveVtx()
Dcopy.cpp1339 if( src1->heap->active_count >= dst1->hashsize*CV_SPARSE_HASH_RATIO ) in cvCopy()
/external/opencv/cxcore/src/
Dcxdatastructs.cpp2826 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()
Dcxcopy.cpp315 if( src1->heap->active_count >= dst1->hashsize*CV_SPARSE_HASH_RATIO ) in cvCopy()
Dcxarray.cpp840 if( mat->heap->active_count >= mat->hashsize*CV_SPARSE_HASH_RATIO ) in icvGetNodePtr()
/external/opencv3/modules/imgproc/test/
Dtest_histograms.cpp719 ((CvSparseMat*)hist[0]->bins)->heap->active_count == 0 ) in prepare_test_case()
855 orig_nz_count = sparse->heap->active_count; in prepare_test_case()
932 if( sparse->heap->active_count > 0 ) in validate_test_results()
/external/opencv/cv/src/
Dcvhistogram.cpp518 if( mat1->heap->active_count > mat2->heap->active_count ) in cvCompareHist()
/external/opencv3/modules/imgproc/src/
Dhistogram.cpp2925 …if( mat1->heap->active_count > mat2->heap->active_count && method != CV_COMP_CHISQR && method != C… in cvCompareHist()

12