Searched refs:num_roots (Results 1 – 7 of 7) sorted by relevance
/external/freetype/src/sdf/ |
D | ftsdf.c | 2126 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/ |
D | ExplodedGraph.h | 326 unsigned num_roots() const { return Roots.size(); } in num_roots() function
|
/external/grpc-grpc/src/core/tsi/ |
D | ssl_transport_security.cc | 584 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/ |
D | ssl_transport_security.cc | 726 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/ |
D | CoreEngine.cpp | 168 if (G.num_roots() == 0) { // Initialize the analysis by constructing in ExecuteWorkList()
|
D | BugReporter.cpp | 2871 assert(G->num_roots() == 1); in TrimmedGraph()
|
/external/avb/ |
D | avbtool.py | 4040 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,
|