Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h326 unsigned num_roots() const { return Roots.size(); } in num_roots() function
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h382 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.cc716 size_t num_roots = 0; in x509_store_load_certs() local
761 num_roots++; in x509_store_load_certs()
763 if (num_roots == 0) { in x509_store_load_certs()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp81 if (G.num_roots() == 0) { // Initialize the analysis by constructing in ExecuteWorkList()
DBugReporter.cpp2569 assert(TrimmedGraph->num_roots() == 1); in BugPathGetter()
/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.py3998 def calc_fec_data_size(image_size, num_roots): argument
4013 ['fec', '--print-fec-size', str(image_size), '--roots', str(num_roots)],
4023 def generate_fec_data(image_filename, num_roots): argument
4039 ['fec', '--encode', '--roots', str(num_roots), image_filename,
4048 (magic, _, _, num_roots, fec_size, _, _) = struct.unpack(FEC_FOOTER_FORMAT,
Davbtool3998 def calc_fec_data_size(image_size, num_roots): argument
4013 ['fec', '--print-fec-size', str(image_size), '--roots', str(num_roots)],
4023 def generate_fec_data(image_filename, num_roots): argument
4039 ['fec', '--encode', '--roots', str(num_roots), image_filename,
4048 (magic, _, _, num_roots, fec_size, _, _) = struct.unpack(FEC_FOOTER_FORMAT,