Home
last modified time | relevance | path

Searched defs:func (Results 1326 - 1350 of 1930) sorted by relevance

1...<<51525354555657585960>>...78

/third_party/node/deps/v8/src/debug/
H A Ddebug-coverage.cc536 JSFunction func = JSFunction::cast(current_obj); in CollectAndMaybeResetCounts() local
792 JSFunction func = JSFunction::cast(o); in SelectMode() local
[all...]
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dgdb-server.cc32 Task(base::Semaphore* ready_semaphore, std::function<void()> func) in Task() argument
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dnir.c911 nir_function_impl *func = nir_shader_get_entrypoint(nir); in ppir_compile_nir() local
/third_party/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c112 struct x86_function *func; member
1320 build_vertex_emit(struct translate_sse *p, struct x86_function *func, unsigned index_size) build_vertex_emit() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp257 blend_op(enum pipe_blend_func func) in blend_op() argument
286 logic_op(enum pipe_logicop func) in logic_op() argument
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_ctx.c340 char *func = NULL; in ossl_cmp_log_trace_cb() local
367 ossl_cmp_print_log(OSSL_CMP_severity level, const OSSL_CMP_CTX *ctx, const char *func, const char *file, int line, const char *level_str, const char *format, ...) ossl_cmp_print_log() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/fips/
H A Dfipsprov.c772 void ERR_set_debug(const char *file, int line, const char *func) in ERR_set_debug() argument
/third_party/node/deps/openssl/openssl/crypto/err/
H A Derr.c385 unsigned long ERR_peek_error_func(const char **func) in ERR_peek_error_func() argument
420 unsigned long ERR_peek_last_error_func(const char **func) in ERR_peek_last_error_func() argument
355 ERR_get_error_all(const char **file, int *line, const char **func, const char **data, int *flags) ERR_get_error_all() argument
395 ERR_peek_error_all(const char **file, int *line, const char **func, const char **data, int *flags) ERR_peek_error_all() argument
430 ERR_peek_last_error_all(const char **file, int *line, const char **func, const char **data, int *flags) ERR_peek_last_error_all() argument
445 get_error_values(ERR_GET_ACTION g, const char **file, int *line, const char **func, const char **data, int *flags) get_error_values() argument
522 ossl_err_string_int(unsigned long e, const char *func, char *buf, size_t len) ossl_err_string_int() argument
[all...]
/third_party/openssl/test/
H A Dcmp_ctx_test.c124 static int msg_total_size_log_cb(const char *func, const char *file, int line, in msg_total_size_log_cb() argument
247 static int test_log_cb(const char *func, const char *file, int line, in test_log_cb() argument
/third_party/python/Lib/
H A Doperator.py248 def func(obj): function
256 def func(obj): function
282 def func(obj): function
287 def func(obj): function
/third_party/pulseaudio/src/pulsecore/
H A Dlog.c371 pa_log_levelv_meta( pa_log_level_t level, const char*file, int line, const char *func, const char *format, va_list ap) pa_log_levelv_meta() argument
617 pa_log_level_meta( pa_log_level_t level, const char*file, int line, const char *func, const char *format, ...) pa_log_level_meta() argument
[all...]
/third_party/python/Include/cpython/
H A Dinitconfig.h16 const char *func; member
/third_party/openssl/crypto/err/
H A Derr.c385 unsigned long ERR_peek_error_func(const char **func) in ERR_peek_error_func() argument
420 unsigned long ERR_peek_last_error_func(const char **func) in ERR_peek_last_error_func() argument
355 ERR_get_error_all(const char **file, int *line, const char **func, const char **data, int *flags) ERR_get_error_all() argument
395 ERR_peek_error_all(const char **file, int *line, const char **func, const char **data, int *flags) ERR_peek_error_all() argument
430 ERR_peek_last_error_all(const char **file, int *line, const char **func, const char **data, int *flags) ERR_peek_last_error_all() argument
445 get_error_values(ERR_GET_ACTION g, const char **file, int *line, const char **func, const char **data, int *flags) get_error_values() argument
522 ossl_err_string_int(unsigned long e, const char *func, char *buf, size_t len) ossl_err_string_int() argument
[all...]
/third_party/openssl/crypto/cmp/
H A Dcmp_ctx.c340 char *func = NULL; in ossl_cmp_log_trace_cb() local
367 ossl_cmp_print_log(OSSL_CMP_severity level, const OSSL_CMP_CTX *ctx, const char *func, const char *file, int line, const char *level_str, const char *format, ...) ossl_cmp_print_log() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRemoveDynamicIndexing.cpp168 GetIndexFunctionDefinition(const TType &type, bool write, const TFunction &func, TSymbolTable *symbolTable) GetIndexFunctionDefinition() argument
/third_party/skia/src/codec/
H A DSkHeifCodec.cpp516 CreateHeifDecoderImplT func = (CreateHeifDecoderImplT)dlsym(heifImplHandle, "CreateHeifDecoderImpl"); in createHeifDecoder() local
/third_party/openssl/providers/fips/
H A Dfipsprov.c772 void ERR_set_debug(const char *file, int line, const char *func) in ERR_set_debug() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddead_branch_elim_pass.cpp422 bool DeadBranchElimPass::EliminateDeadBranches(Function* func) { in EliminateDeadBranches() argument
95 MarkLiveBlocks( Function* func, std::unordered_set<BasicBlock*>* live_blocks) MarkLiveBlocks() argument
262 FixPhiNodesInLiveBlocks( Function* func, const std::unordered_set<BasicBlock*>& live_blocks, const std::unordered_map<BasicBlock*, BasicBlock*>& unreachable_continues) FixPhiNodesInLiveBlocks() argument
372 EraseDeadBlocks( Function* func, const std::unordered_set<BasicBlock*>& live_blocks, const std::unordered_set<BasicBlock*>& unreachable_merges, const std::unordered_map<BasicBlock*, BasicBlock*>& unreachable_continues) EraseDeadBlocks() argument
[all...]
H A Dinline_pass.cpp697 bool InlinePass::HasNoReturnInLoop(Function* func) { in HasNoReturnInLoop() argument
717 void InlinePass::AnalyzeReturns(Function* func) { in AnalyzeReturns() argument
733 bool InlinePass::IsInlinableFunction(Function* func) { in IsInlinableFunction() argument
[all...]
H A Dir_context.cpp863 void IRContext::AddCalls(const Function* func, std::queue<uint32_t>* todo) { in AddCalls() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddead_branch_elim_pass.cpp422 bool DeadBranchElimPass::EliminateDeadBranches(Function* func) { in EliminateDeadBranches() argument
95 MarkLiveBlocks( Function* func, std::unordered_set<BasicBlock*>* live_blocks) MarkLiveBlocks() argument
262 FixPhiNodesInLiveBlocks( Function* func, const std::unordered_set<BasicBlock*>& live_blocks, const std::unordered_map<BasicBlock*, BasicBlock*>& unreachable_continues) FixPhiNodesInLiveBlocks() argument
372 EraseDeadBlocks( Function* func, const std::unordered_set<BasicBlock*>& live_blocks, const std::unordered_set<BasicBlock*>& unreachable_merges, const std::unordered_map<BasicBlock*, BasicBlock*>& unreachable_continues) EraseDeadBlocks() argument
[all...]
H A Dinline_pass.cpp697 bool InlinePass::HasNoReturnInLoop(Function* func) { in HasNoReturnInLoop() argument
717 void InlinePass::AnalyzeReturns(Function* func) { in AnalyzeReturns() argument
733 bool InlinePass::IsInlinableFunction(Function* func) { in IsInlinableFunction() argument
[all...]
H A Dir_context.cpp863 void IRContext::AddCalls(const Function* func, std::queue<uint32_t>* todo) { in AddCalls() argument
/third_party/skia/third_party/externals/jinja2/
H A Dfilters.py1283 def func(item): global() function
1311 def func(item): global() function
[all...]
/third_party/python/Lib/test/
H A Dtest_generators.py115 def func(): function

Completed in 32 milliseconds

1...<<51525354555657585960>>...78