Home
last modified time | relevance | path

Searched defs:func_call (Results 1 – 7 of 7) sorted by relevance

/third_party/mbedtls/tests/scripts/
Dgenerate_pkcs7_tests.py38 def __init__(self, name, depends, func_call): argument
83 def add(self, name, func_call): argument
/third_party/benchmark/test/
Dbenchmark_setup_teardown_test.cc46 static std::atomic<int> func_call(0); variable
/third_party/gn/src/gn/
Dcommand_format.cc427 const FunctionCallNode* func_call = p->AsFunctionCall(); in SortImports() local
535 } else if (const FunctionCallNode* func_call = node->AsFunctionCall()) { in SuffixCommentTreeWalk() local
901 } else if (const FunctionCallNode* func_call = root->AsFunctionCall()) { in Expr() local
1015 int Printer::FunctionCall(const FunctionCallNode* func_call, in FunctionCall()
Dparser.cc564 std::unique_ptr<FunctionCallNode> func_call = in IdentifierOrCall() local
800 } else if (const FunctionCallNode* func_call = root->AsFunctionCall()) { in TraverseOrder() local
/third_party/node/deps/v8/third_party/wasm-api/example/
Dhostref.c192 wasm_func_t* func_call = get_export_func(&exports, i++); in main() local
Dhostref.cc167 auto func_call = get_export_func(exports, i++); in run() local
/third_party/mbedtls/library/
Dconstant_time.c554 #define PSA_CHK(func_call) \ in mbedtls_ct_hmac() argument
672 #define MD_CHK(func_call) \ in mbedtls_ct_hmac() argument