/third_party/node/deps/uv/src/unix/ |
H A D | tty.c | 136 int uv_tty_init(uv_loop_t* loop, uv_tty_t* tty, int fd, int unused) { in uv_tty_init() argument
|
H A D | tcp.c | 114 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 D | fs-event.c | 36 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 D | getaddrinfo.c | 257 int uv_getaddrinfo(uv_loop_t* loop, in uv_getaddrinfo() argument
|
H A D | poll.c | 75 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 D | process-stdio.c | 98 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 D | uvwasi.h | 51 uv_loop_t* loop; member
|
/third_party/pulseaudio/src/modules/rtp/ |
H A D | module-rtp-send.c | 232 bool loop = false; in pa__init() local
|
/third_party/openssl/crypto/bn/ |
H A D | bn_div.c | 267 int norm_shift, i, j, loop; in bn_div_fixed_top() local
|
H A D | bn_ctx.c | 168 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 D | eng_dyn.c | 380 int num, loop; in int_load() local
|
/third_party/openssl/crypto/ |
H A D | punycode.c | 127 unsigned int loop; in ossl_punycode_decode() local [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ValidateLimitations.cpp | 20 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 D | CalcSpillWeights.cpp | 156 MachineLoop *loop = nullptr; in weightCalcHelper() local
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon.c | 269 size_t padnum, loop; in ossl_cipher_generic_block_update() local
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | cfg.cpp | 317 Loop* loop = (*loop_desc)[bb->id()]; in SplitLoopHeader() local [all...] |
H A D | loop_fission.cpp | 61 LoopFissionImpl(IRContext* context, Loop* loop) LoopFissionImpl() argument 439 ShouldSplitLoop(const Loop& loop, IRContext* c) ShouldSplitLoop() argument [all...] |
H A D | loop_peeling.h | 79 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 D | register_pressure.cpp | 173 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 D | scalar_analysis_nodes.h | 243 SERecurrentNode(ScalarEvolutionAnalysis* parent_analysis, const Loop* loop) in SERecurrentNode() argument
|
H A D | scalar_analysis_simplification.cpp | 392 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 D | cfg.cpp | 317 Loop* loop = (*loop_desc)[bb->id()]; in SplitLoopHeader() local [all...] |
H A D | loop_fission.cpp | 61 LoopFissionImpl(IRContext* context, Loop* loop) LoopFissionImpl() argument 439 ShouldSplitLoop(const Loop& loop, IRContext* c) ShouldSplitLoop() argument [all...] |
H A D | loop_peeling.h | 79 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 D | register_pressure.cpp | 173 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...] |