Home
last modified time | relevance | path

Searched refs:num_roots (Results 1 – 7 of 7) sorted by relevance

/external/freetype/src/sdf/
Dftsdf.c2126 FT_UShort num_roots; /* number of real roots of cubic */ in get_min_distance_conic() local
2167 num_roots = solve_cubic_equation( a, b, c, d, roots ); in get_min_distance_conic()
2169 if ( num_roots == 0 ) in get_min_distance_conic()
2173 num_roots = 2; in get_min_distance_conic()
2192 for ( i = 0; i < num_roots; i++ ) in get_min_distance_conic()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h326 unsigned num_roots() const { return Roots.size(); } in num_roots() function
/external/grpc-grpc/src/core/tsi/
Dssl_transport_security.cc584 size_t num_roots = 0; in x509_store_load_certs() local
624 num_roots++; in x509_store_load_certs()
627 if (num_roots == 0) { in x509_store_load_certs()
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/
Dssl_transport_security.cc726 size_t num_roots = 0; in x509_store_load_certs() local
771 num_roots++; in x509_store_load_certs()
773 if (num_roots == 0) { in x509_store_load_certs()
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp168 if (G.num_roots() == 0) { // Initialize the analysis by constructing in ExecuteWorkList()
DBugReporter.cpp2871 assert(G->num_roots() == 1); in TrimmedGraph()
/external/avb/
Davbtool.py4040 def calc_fec_data_size(image_size, num_roots): argument
4055 ['fec', '--print-fec-size', str(image_size), '--roots', str(num_roots)],
4065 def generate_fec_data(image_filename, num_roots): argument
4081 ['fec', '--encode', '--roots', str(num_roots), image_filename,
4091 (magic, _, _, num_roots, fec_size, _, _) = struct.unpack(FEC_FOOTER_FORMAT,