/external/usrsctp/programs/ |
D | ekr_loop_upcall.c | 305 struct socket *s_c, *s_s, *s_l; local 432 if ((s_c = usrsctp_socket(AF_CONN, SOCK_STREAM, IPPROTO_SCTP, NULL, NULL, 0, NULL)) == NULL) { 436 usrsctp_set_upcall(s_c, handle_upcall, &fd_c); 440 if (usrsctp_getsockopt(s_c, SOL_SOCKET, SO_SNDBUF, &cur_buf_size, &opt_len) < 0) { 446 if (usrsctp_setsockopt(s_c, SOL_SOCKET, SO_SNDBUF, &snd_buf_size, sizeof(int)) < 0) { 452 if (usrsctp_getsockopt(s_c, SOL_SOCKET, SO_SNDBUF, &cur_buf_size, &opt_len) < 0) { 495 if (usrsctp_bind(s_c, (struct sockaddr *)&sconn, sizeof(struct sockaddr_conn)) < 0) { 524 if (usrsctp_connect(s_c, (struct sockaddr *)&sconn, sizeof(struct sockaddr_conn)) < 0) { 547 if (usrsctp_sendv(s_c, line, LINE_LENGTH, NULL, 0, (void *)&sndinfo, 553 if (usrsctp_sendv(s_c, line, LINE_LENGTH, NULL, 0, (void *)&sndinfo, [all …]
|
D | ekr_loop.c | 272 struct socket *s_c, *s_s, *s_l; local 400 …if ((s_c = usrsctp_socket(AF_CONN, SOCK_STREAM, IPPROTO_SCTP, receive_cb, NULL, 0, &fd_c)) == NULL… 406 if (usrsctp_getsockopt(s_c, SOL_SOCKET, SO_SNDBUF, &cur_buf_size, &opt_len) < 0) { 412 if (usrsctp_setsockopt(s_c, SOL_SOCKET, SO_SNDBUF, &snd_buf_size, sizeof(int)) < 0) { 418 if (usrsctp_getsockopt(s_c, SOL_SOCKET, SO_SNDBUF, &cur_buf_size, &opt_len) < 0) { 430 …if (usrsctp_setsockopt(s_c, IPPROTO_SCTP, SCTP_PEER_ADDR_PARAMS, &paddrparams, sizeof(struct sctp_… 465 if (usrsctp_bind(s_c, (struct sockaddr *)&sconn, sizeof(struct sockaddr_conn)) < 0) { 494 if (usrsctp_connect(s_c, (struct sockaddr *)&sconn, sizeof(struct sockaddr_conn)) < 0) { 524 while (usrsctp_sendv(s_c, line, LINE_LENGTH, NULL, 0, (void *)&sndinfo, 540 while (usrsctp_sendv(s_c, line, LINE_LENGTH, NULL, 0, (void *)&sndinfo, [all …]
|
D | ekr_loop_offload.c | 290 struct socket *s_c, *s_s, *s_l; local 417 …if ((s_c = usrsctp_socket(AF_CONN, SOCK_STREAM, IPPROTO_SCTP, receive_cb, NULL, 0, &fd_c)) == NULL… 423 if (usrsctp_getsockopt(s_c, SOL_SOCKET, SO_SNDBUF, &cur_buf_size, &opt_len) < 0) { 429 if (usrsctp_setsockopt(s_c, SOL_SOCKET, SO_SNDBUF, &snd_buf_size, sizeof(int)) < 0) { 435 if (usrsctp_getsockopt(s_c, SOL_SOCKET, SO_SNDBUF, &cur_buf_size, &opt_len) < 0) { 471 if (usrsctp_bind(s_c, (struct sockaddr *)&sconn, sizeof(struct sockaddr_conn)) < 0) { 500 if (usrsctp_connect(s_c, (struct sockaddr *)&sconn, sizeof(struct sockaddr_conn)) < 0) { 519 if (usrsctp_sendv(s_c, line, LINE_LENGTH, NULL, 0, (void *)&sndinfo, 525 usrsctp_shutdown(s_c, SHUT_WR);
|
/external/tensorflow/tensorflow/core/kernels/ |
D | deep_conv2d.cc | 234 for (int64 s_c = 0; s_c < shard_cols; ++s_c) { in operator ()() local 235 const int64 shard_base = shard_stride * (s_r * shard_cols + s_c); in operator ()() 325 for (int64 s_c = 0; s_c < shard_cols; ++s_c) { in operator ()() local 326 const int64 col_offset = s_c == 0 ? 0 : 1; in operator ()() 328 const int64 f_c_start = s_c * tile_stride_cols; in operator ()() 330 const int64 shard_base = shard_stride * (s_r * shard_cols + s_c); in operator ()()
|
/external/harfbuzz_ng/src/ |
D | gen-vowel-constraints.py | 206 for script, constraints in sorted (constraints.items (), key=lambda s_c: script_order[s_c[0]]):
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | dot_op_emitter.cc | 311 mlir::edsc::StructuredIndexed s_a(a), s_b(b), s_c(c); in EmitLinalgMatmul() local 314 /*inputs=*/{s_b(b_exprs), s_c(c_exprs)}, in EmitLinalgMatmul()
|