/third_party/rust/crates/cxx/gen/src/ |
D | write.rs | 765 write_type(out, &arg.ty); in write_cxx_function_shim() 810 write_type(out, ty); in write_cxx_function_shim() 824 write_type(out, &arg.ty); in write_cxx_function_shim() 827 write_type(out, &arg.ty); in write_cxx_function_shim() 838 write_type(out, &arg.ty); in write_cxx_function_shim() 1030 write_type(out, &arg.ty); in write_rust_function_shim_impl() 1047 ret => write_type(out, ret), in write_rust_function_shim_impl() 1055 write_type(out, ret); in write_rust_function_shim_impl() 1059 write_type(out, ret); in write_rust_function_shim_impl() 1070 write_type(out, ret); in write_rust_function_shim_impl() [all …]
|
/third_party/pulseaudio/src/pulsecore/ |
D | fdsem.c | 53 int write_type; member 196 if ((r = pa_write(f->efd, &u, sizeof(u), &f->write_type)) != sizeof(u)) { in pa_fdsem_post() 207 if ((r = pa_write(f->fds[1], &x, 1, &f->write_type)) != 1) { in pa_fdsem_post()
|
D | log.c | 95 static int write_type = 0; variable 550 if ((pa_write(log_fd, metadata, strlen(metadata), &write_type) < 0) in pa_log_levelv_meta() 551 || (pa_write(log_fd, t, strlen(t), &write_type) < 0) in pa_log_levelv_meta() 552 || (bt && pa_write(log_fd, bt, strlen(bt), &write_type) < 0) in pa_log_levelv_meta() 553 || (pa_write(log_fd, "\n", 1, &write_type) < 0)) { in pa_log_levelv_meta()
|
/third_party/pulseaudio/src/modules/ |
D | module-pipe-sink.c | 90 int write_type; member 195 l = pa_write(u->fd, (uint8_t*) p + index, length, &u->write_type); in pipe_sink_write() 284 l = pa_write(u->fd, (uint8_t*) p + u->memchunk.index, u->memchunk.length, &u->write_type); in process_render() 459 u->write_type = 0; in pa__init()
|
D | module-esound-sink.c | 210 int write_type = 0; in thread_func() local 245 … l = pa_write(u->fd, (uint8_t*) p + u->memchunk.index, u->memchunk.length, &write_type); in thread_func()
|
D | module-solaris.c | 690 int write_type = 1; in thread_func() local 713 w = pa_write(u->fd, (uint8_t*) p + u->memchunk.index, len, &write_type); in thread_func()
|
/third_party/libwebsockets/lib/roles/h2/ |
D | ops-h2.c | 927 int write_type = LWS_WRITE_PONG; in rops_perform_user_POLLOUT_h2() local 1188 write_type = LWS_WRITE_CLOSE | in rops_perform_user_POLLOUT_h2() 1192 w->ws->pong_payload_len, (enum lws_write_protocol)write_type); in rops_perform_user_POLLOUT_h2()
|
/third_party/libwebsockets/lib/roles/ws/ |
D | ops-ws.c | 1254 int write_type = LWS_WRITE_PONG; in rops_handle_POLLOUT_ws() local 1302 write_type = LWS_WRITE_CLOSE; in rops_handle_POLLOUT_ws() 1314 wsi->ws->pong_payload_len, (enum lws_write_protocol)write_type); in rops_handle_POLLOUT_ws()
|
/third_party/libabigail/src/ |
D | abg-writer.cc | 1880 write_type(const type_base_sptr& type, write_context& ctxt, unsigned indent) in write_type() function 2231 write_type(*i, ctxt, indent); in write_canonical_types_of_scope() 2456 write_type(class_type, ctxt, in write_translation_unit() 2460 write_type(t, ctxt, indent + c.get_xml_element_indent()); in write_translation_unit()
|
/third_party/pulseaudio/src/modules/oss/ |
D | module-oss.c | 894 int write_type = 0, read_type = 0; in thread_func() local 974 … t = pa_write(u->fd, (uint8_t*) p + u->memchunk.index, u->memchunk.length, &write_type); in thread_func()
|
/third_party/pulseaudio/src/modules/raop/ |
D | raop-client.c | 358 static int write_type = 0; in send_tcp_audio_packet() local 386 written = pa_write(c->tcp_sfd, buffer, packet->length, &write_type); in send_tcp_audio_packet()
|
/third_party/ntfs-3g/ntfsprogs/ |
D | mkntfs.c | 896 WRITE_TYPE write_type) in ntfs_rlwrite() argument 933 switch (write_type) { in ntfs_rlwrite() 1623 WRITE_TYPE write_type) in insert_non_resident_attr_in_mft_record() argument 1778 write_type); in insert_non_resident_attr_in_mft_record()
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_msl.cpp | 4356 SPIRType write_type = type; in emit_store_statement() local 4367 write_type.vecsize = type.columns; in emit_store_statement() 4368 write_type.columns = 1; in emit_store_statement() 4371 cast_expr = join("(device ", packed_pfx, type_to_glsl(write_type), "&)"); in emit_store_statement() 4410 write_type.columns = 1; in emit_store_statement() 4413 cast_expr = join("(device ", packed_pfx, type_to_glsl(write_type), "&)"); in emit_store_statement() 4457 SPIRType write_type = type; in emit_store_statement() local 4458 write_type.vecsize = 1; in emit_store_statement() 4459 write_type.columns = 1; in emit_store_statement() 4468 statement("((device ", type_to_glsl(write_type), "*)&", in emit_store_statement()
|
/third_party/libabigail/ |
D | ChangeLog | 13488 * src/abg-writer.cc (write_type, write_canonical_types_of_scope): 44235 * src/abg-writer.cc (write_type): Emit 'id', not 'xml:id'.
|