Home
last modified time | relevance | path

Searched defs:find_function (Results 1 – 4 of 4) sorted by relevance

/third_party/optimized-routines/math/test/rtest/
Dmain.c86 Testable *find_function(const char *func) in find_function() function
/third_party/openssl/crypto/store/
Dstore_register.c103 OSSL_STORE_find_fn find_function) in OSSL_STORE_LOADER_set_find()
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/body/
Dscope.rs283 fn find_function(db: &TestDB, file_id: FileId) -> FunctionId { in find_function() function
/third_party/python/Lib/
Dpdb.py97 def find_function(funcname, filename): function