Home
last modified time | relevance | path

Searched refs:write_type (Results 1 – 14 of 14) sorted by relevance

/third_party/rust/crates/cxx/gen/src/
Dwrite.rs765 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/
Dfdsem.c53 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()
Dlog.c95 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/
Dmodule-pipe-sink.c90 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()
Dmodule-esound-sink.c210 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()
Dmodule-solaris.c690 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/
Dops-h2.c927 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/
Dops-ws.c1254 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/
Dabg-writer.cc1880 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/
Dmodule-oss.c894 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/
Draop-client.c358 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/
Dmkntfs.c896 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/
Dspirv_msl.cpp4356 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/
DChangeLog13488 * src/abg-writer.cc (write_type, write_canonical_types_of_scope):
44235 * src/abg-writer.cc (write_type): Emit 'id', not 'xml:id'.