Home
last modified time | relevance | path

Searched defs:loop (Results 126 - 150 of 1562) sorted by relevance

12345678910>>...63

/third_party/mesa3d/src/compiler/nir/tests/
H A Dcontrol_flow_tests.cpp55 nir_loop *loop = nir_loop_create(b.shader); in TEST_F() local
/third_party/node/deps/uv/src/unix/
H A Dloop.c30 int uv_loop_init(uv_loop_t* loop) { in uv_loop_init() argument
132 uv_loop_fork(uv_loop_t* loop) uv_loop_fork() argument
165 uv__loop_close(uv_loop_t* loop) uv__loop_close() argument
211 uv__loop_configure(uv_loop_t* loop, uv_loop_option option, va_list ap) uv__loop_configure() argument
[all...]
H A Dno-fsevents.c27 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() argument
/third_party/node/deps/uv/src/win/
H A Dasync.c31 void uv__async_endgame(uv_loop_t* loop, uv_async_t* handle) { in uv__async_endgame() argument
40 int uv_async_init(uv_loop_t* loop, uv_async_t* handle, uv_async_cb async_cb) { in uv_async_init() argument
57 void uv__async_close(uv_loop_t* loop, uv_async_t* handle) { in uv__async_close() argument
67 uv_loop_t* loop = handle->loop; in uv_async_send() local
86 void uv__process_async_wakeup_req(uv_loop_t* loop, uv_async_t* handle, in uv__process_async_wakeup_req() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
H A Dloop_descriptions.cpp103 Loop& loop = ld.GetLoopByIndex(0); in TEST_F() local
200 Loop* loop in TEST_F() local
374 Loop& loop = ld.GetLoopByIndex(0u); TEST_F() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
H A Dloop_descriptions.cpp103 Loop& loop = ld.GetLoopByIndex(0); in TEST_F() local
200 Loop* loop in TEST_F() local
374 Loop& loop = ld.GetLoopByIndex(0u); TEST_F() local
[all...]
/third_party/skia/tests/
H A DMetaDataTest.cpp51 int loop = 0; in DEF_TEST() local
/third_party/vixl/examples/aarch32/
H A Dpi.cc55 Label loop; in GenerateApproximatePi() local
/third_party/vixl/examples/aarch64/
H A Dfactorial.cc39 Label loop, end; in GenerateFactorial() local
H A Dsve-strlen.cc45 Label loop; in GenerateSVEStrlen() local
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dspinlock_wait.cc42 int loop = 0; in SpinLockWait() local
62 int SpinLockSuggestedDelayNS(int loop) { in SpinLockSuggestedDelayNS() argument
/third_party/spirv-tools/test/opt/loop_optimizations/
H A Dloop_descriptions.cpp102 Loop& loop = ld.GetLoopByIndex(0); in TEST_F() local
199 Loop* loop in TEST_F() local
373 Loop& loop = ld.GetLoopByIndex(0u); TEST_F() local
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/aes/
H A Daes-x86_64.s
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/aes/
H A Daes-x86_64.s
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dcountable_loop_parser.h42 explicit CountableLoopParser(const Loop &loop) : loop_(loop) {} in CountableLoopParser() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dloop_unswitch.cpp40 bool LoopUnswitch::TransformLoop(Loop *loop) in TransformLoop() argument
[all...]
H A Dredundant_loop_elimination.cpp36 BasicBlock *RedundantLoopElimination::IsRedundant(Loop *loop) in IsRedundant() argument
74 void RedundantLoopElimination::DeleteLoop(Loop *loop, BasicBloc argument
94 TransformLoop(Loop *loop) TransformLoop() argument
[all...]
H A Dcondition_chain_manager.cpp42 auto loop = bb->GetLoop(); in TryConditionChain() local
83 auto loop = bb->GetLoop(); in IsConditionChainCandidate() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Devent_loop_module.cpp26 uv_loop_t *loop = nullptr; in GetEventLoop() local
40 auto loop = GetEventLoop(); in EventLoopCallbackPoster() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dloop_peeling.cpp36 llvm::PreservedAnalyses ArkLoopPeeling::run(llvm::Loop &loop, in run() argument
54 bool ArkLoopPeeling::ContainsDeoptimize(llvm::Loop *loop) in ContainsDeoptimize() argument
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dcleanup_test.cpp698 auto loop = BB(2U).GetLoop(); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dreg_alloc.cpp57 LoopAnalysis *loop = GET_ANALYSIS(CgLoopAnalysis, f); in PhaseRun() local
/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/
H A Devent_logger_plugin_test.cpp67 std::shared_ptr<EventLoop> loop = std::make_shared<EventLoop>("eventLoop"); in HWTEST_F() local
81 std::shared_ptr<EventLoop> loop = std::make_shared<EventLoop>("eventLoop"); in HWTEST_F() local
97 std::shared_ptr<EventLoop> loop = std::make_shared<EventLoop>("eventLoop"); in HWTEST_F() local
114 std::shared_ptr<EventLoop> loop in HWTEST_F() local
133 std::shared_ptr<EventLoop> loop = std::make_shared<EventLoop>("eventLoop"); HWTEST_F() local
[all...]
/base/request/request/frameworks/js/napi/src/
H A Duv_queue.cpp20 uv_loop_s *loop = nullptr; in Call() local
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Djs_ans_dialog_callback.cpp70 uv_loop_s* loop = nullptr; in ProcessDialogStatusChanged() local

Completed in 14 milliseconds

12345678910>>...63