Home
last modified time | relevance | path

Searched defs:loop (Results 351 - 375 of 725) sorted by relevance

1...<<11121314151617181920>>...29

/third_party/node/deps/uv/src/unix/
H A Dtty.c136 int uv_tty_init(uv_loop_t* loop, uv_tty_t* tty, int fd, int unused) { in uv_tty_init() argument
H A Dtcp.c114 int uv_tcp_init_ex(uv_loop_t* loop, uv_tcp_t* tcp, unsigned int flags) { in uv_tcp_init_ex() argument
143 int uv_tcp_init(uv_loop_t* loop, uv_tcp_t* tcp) { in uv_tcp_init() argument
/third_party/node/deps/uv/src/win/
H A Dfs-event.c36 static void uv__fs_event_queue_readdirchanges(uv_loop_t* loop, in uv__fs_event_queue_readdirchanges() argument
140 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() argument
426 void uv__process_fs_event_req(uv_loop_t* loop, uv_req_t* req, in uv__process_fs_event_req() argument
585 void uv__fs_event_close(uv_loop_t* loop, uv_fs_event_ argument
597 uv__fs_event_endgame(uv_loop_t* loop, uv_fs_event_t* handle) uv__fs_event_endgame() argument
[all...]
H A Dgetaddrinfo.c257 int uv_getaddrinfo(uv_loop_t* loop, in uv_getaddrinfo() argument
H A Dpoll.c75 static void uv__fast_poll_submit_poll_req(uv_loop_t* loop, uv_poll_t* handle) { in uv__fast_poll_submit_poll_req() argument
137 static void uv__fast_poll_process_poll_req(uv_loop_t* loop, uv_poll_t* handle, in uv__fast_poll_process_poll_req() argument
236 static SOCKET uv__fast_poll_get_peer_socket(uv_loop_t* loop, in uv__fast_poll_get_peer_socket() argument
336 uv__slow_poll_submit_poll_req(uv_loop_t* loop, uv_poll_t* handle) uv__slow_poll_submit_poll_req() argument
366 uv__slow_poll_process_poll_req(uv_loop_t* loop, uv_poll_t* handle, uv_req_t* req) uv__slow_poll_process_poll_req() argument
408 uv_poll_init(uv_loop_t* loop, uv_poll_t* handle, int fd) uv_poll_init() argument
413 uv_poll_init_socket(uv_loop_t* loop, uv_poll_t* handle, uv_os_sock_t socket) uv_poll_init_socket() argument
527 uv__process_poll_req(uv_loop_t* loop, uv_poll_t* handle, uv_req_t* req) uv__process_poll_req() argument
536 uv__poll_close(uv_loop_t* loop, uv_poll_t* handle) uv__poll_close() argument
577 uv__poll_endgame(uv_loop_t* loop, uv_poll_t* handle) uv__poll_endgame() argument
[all...]
H A Dprocess-stdio.c98 static int uv__duplicate_handle(uv_loop_t* loop, HANDLE handle, HANDLE* dup) { in uv__duplicate_handle() argument
131 static int uv__duplicate_fd(uv_loop_t* loop, int fd, HANDLE* dup) { in uv__duplicate_fd() argument
169 int uv__stdio_create(uv_loop_t* loop, in uv__stdio_create() argument
/third_party/node/deps/uvwasi/include/
H A Duvwasi.h51 uv_loop_t* loop; member
/third_party/pulseaudio/src/modules/rtp/
H A Dmodule-rtp-send.c232 bool loop = false; in pa__init() local
/third_party/openssl/crypto/bn/
H A Dbn_div.c267 int norm_shift, i, j, loop; in bn_div_fixed_top() local
H A Dbn_ctx.c168 unsigned loop = 0; in BN_CTX_free() local
302 unsigned int loop; in BN_POOL_finish() local
319 unsigned int loop; in BN_POOL_get() local
/third_party/openssl/crypto/engine/
H A Deng_dyn.c380 int num, loop; in int_load() local
/third_party/openssl/crypto/
H A Dpunycode.c127 unsigned int loop; in ossl_punycode_decode() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateLimitations.cpp20 int GetLoopSymbolId(TIntermLoop *loop) in GetLoopSymbolId() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp156 MachineLoop *loop = nullptr; in weightCalcHelper() local
/third_party/openssl/providers/implementations/ciphers/
H A Dciphercommon.c269 size_t padnum, loop; in ossl_cipher_generic_block_update() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dcfg.cpp317 Loop* loop = (*loop_desc)[bb->id()]; in SplitLoopHeader() local
[all...]
H A Dloop_fission.cpp61 LoopFissionImpl(IRContext* context, Loop* loop) LoopFissionImpl() argument
439 ShouldSplitLoop(const Loop& loop, IRContext* c) ShouldSplitLoop() argument
[all...]
H A Dloop_peeling.h79 LoopPeeling(Loop* loop, Instruction* loop_iteration_count, Instruction* canonical_induction_variable = nullptr) LoopPeeling() argument
280 LoopPeelingInfo(Loop* loop, size_t loop_max_iterations, ScalarEvolutionAnalysis* scev_analysis) LoopPeelingInfo() argument
[all...]
H A Dregister_pressure.cpp173 void DoLoopLivenessUnification(const Loop& loop) { in DoLoopLivenessUnification() argument
288 ComputeLoopRegisterPressure( const Loop& loop, RegionRegisterLiveness* loop_reg_pressure) const ComputeLoopRegisterPressure() argument
446 SimulateFission( const Loop& loop, const std::unordered_set<Instruction*>& moved_inst, const std::unordered_set<Instruction*>& copied_inst, RegionRegisterLiveness* l1_sim_result, RegionRegisterLiveness* l2_sim_result) const SimulateFission() argument
[all...]
H A Dscalar_analysis_nodes.h243 SERecurrentNode(ScalarEvolutionAnalysis* parent_analysis, const Loop* loop) in SERecurrentNode() argument
H A Dscalar_analysis_simplification.cpp392 const Loop* loop in FoldRecurrentAddExpressions() local
411 const Loop* loop = pair.first; FoldRecurrentAddExpressions() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dcfg.cpp317 Loop* loop = (*loop_desc)[bb->id()]; in SplitLoopHeader() local
[all...]
H A Dloop_fission.cpp61 LoopFissionImpl(IRContext* context, Loop* loop) LoopFissionImpl() argument
439 ShouldSplitLoop(const Loop& loop, IRContext* c) ShouldSplitLoop() argument
[all...]
H A Dloop_peeling.h79 LoopPeeling(Loop* loop, Instruction* loop_iteration_count, Instruction* canonical_induction_variable = nullptr) LoopPeeling() argument
280 LoopPeelingInfo(Loop* loop, size_t loop_max_iterations, ScalarEvolutionAnalysis* scev_analysis) LoopPeelingInfo() argument
[all...]
H A Dregister_pressure.cpp173 void DoLoopLivenessUnification(const Loop& loop) { in DoLoopLivenessUnification() argument
288 ComputeLoopRegisterPressure( const Loop& loop, RegionRegisterLiveness* loop_reg_pressure) const ComputeLoopRegisterPressure() argument
446 SimulateFission( const Loop& loop, const std::unordered_set<Instruction*>& moved_inst, const std::unordered_set<Instruction*>& copied_inst, RegionRegisterLiveness* l1_sim_result, RegionRegisterLiveness* l2_sim_result) const SimulateFission() argument
[all...]

Completed in 15 milliseconds

1...<<11121314151617181920>>...29