Home
last modified time | relevance | path

Searched defs:c_count (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/graph/
Dconnected_components.hpp38 components_recorder(ComponentsMap c, comp_type& c_count) in components_recorder()
82 comp_type c_count((std::numeric_limits< comp_type >::max)()); in connected_components() local
104 comp_type c_count((std::numeric_limits< comp_type >::max)()); in connected_components() local
Dstrong_components.hpp307 count_type c_count(0); in kosaraju_strong_components() local
Dmax_cardinality_matching.hpp651 odd_components_counter(SizeType& c_count) : m_count(c_count) in odd_components_counter()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dmetadata.pxd.pxi16 cdef void _store_c_metadata(
Dmetadata.pyx.pxi27 cdef void _store_c_metadata(
/third_party/skia/modules/skottie/src/layers/shapelayer/
DGradient.cpp103 const auto c_count = fStopCount, in onSync() local
/third_party/boost/boost/graph/detail/
Dconnected_components.hpp36 components_recorder(ComponentsPA c, comp_type& c_count, DFSVisitor v) in components_recorder()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c648 anv_override_engine_counts(int *gc_count, int *g_count, int *c_count) in anv_override_engine_counts()
694 int c_count = 0; in anv_physical_device_init_queue_families() local
/third_party/ffmpeg/libavcodec/
Dhevcdec.c506 int c_count = (sps->chroma_format_idc != 0) ? 3 : 1; in set_sps() local
/third_party/toybox/generated/
Dglobals.h527 unsigned long long bytes, c_count, in_full, in_part, out_full, out_part; member