/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | write.rs | 765 write_type(out, &arg.ty); 810 write_type(out, ty); 824 write_type(out, &arg.ty); 827 write_type(out, &arg.ty); 838 write_type(out, &arg.ty); 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(ou in write_rust_function_shim_impl() 1219 fn write_type(out: &mut OutFile, ty: &Type) { write_type() functions [all...] |
/third_party/rust/crates/cxx/gen/src/ |
H A D | write.rs | 765 write_type(out, &arg.ty); 810 write_type(out, ty); 824 write_type(out, &arg.ty); 827 write_type(out, &arg.ty); 838 write_type(out, &arg.ty); 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(ou in write_rust_function_shim_impl() 1219 fn write_type(out: &mut OutFile, ty: &Type) { write_type() functions [all...] |
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | write.rs | 765 write_type(out, &arg.ty); 810 write_type(out, ty); 824 write_type(out, &arg.ty); 827 write_type(out, &arg.ty); 838 write_type(out, &arg.ty); 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(ou in write_rust_function_shim_impl() 1219 fn write_type(out: &mut OutFile, ty: &Type) { write_type() functions [all...] |
/third_party/rust/crates/cxx/gen/build/src/gen/ |
H A D | write.rs | 765 write_type(out, &arg.ty); 810 write_type(out, ty); 824 write_type(out, &arg.ty); 827 write_type(out, &arg.ty); 838 write_type(out, &arg.ty); 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(ou in write_rust_function_shim_impl() 1219 fn write_type(out: &mut OutFile, ty: &Type) { write_type() functions [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | fdsem.c | 53 int write_type; member 186 if ((r = pa_write(f->efd, &u, sizeof(u), &f->write_type)) != sizeof(u)) { in pa_fdsem_post() 193 if ((r = pa_write(f->fds[1], &x, 1, &f->write_type)) != 1) { in pa_fdsem_post()
|
H A D | log.c | 95 static int write_type = 0; variable 567 if ((pa_write(log_fd, metadata, strlen(metadata), &write_type) < 0) in pa_log_levelv_meta() 568 || (pa_write(log_fd, t, strlen(t), &write_type) < 0) in pa_log_levelv_meta() 569 || (bt && pa_write(log_fd, bt, strlen(bt), &write_type) < 0) in pa_log_levelv_meta() 570 || (pa_write(log_fd, "\n", 1, &write_type) < 0)) { in pa_log_levelv_meta()
|
/third_party/pulseaudio/src/modules/ |
H A 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() 283 l = pa_write(u->fd, (uint8_t*) p + u->memchunk.index, u->memchunk.length, &u->write_type); in process_render() 456 u->write_type = 0; in pa__init()
|
H A D | module-esound-sink.c | 232 int write_type = 0; in thread_func() local 275 l = pa_write(u->fd, (uint8_t*) p + u->memchunk.index, u->memchunk.length, &write_type); in thread_func()
|
H A D | module-solaris.c | 719 int write_type = 1; in thread_func() local 742 w = pa_write(u->fd, (uint8_t*) p + u->memchunk.index, len, &write_type); in thread_func()
|
/third_party/libwebsockets/lib/roles/h2/ |
H A D | ops-h2.c | 934 int write_type = LWS_WRITE_PONG; in rops_perform_user_POLLOUT_h2() local 1195 write_type = LWS_WRITE_CLOSE | in rops_perform_user_POLLOUT_h2() 1199 w->ws->pong_payload_len, (enum lws_write_protocol)write_type); in rops_perform_user_POLLOUT_h2()
|
/third_party/libwebsockets/lib/roles/ws/ |
H A 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/ |
H A 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/ |
H A D | module-oss.c | 895 int write_type = 0, read_type = 0; in thread_func() local 975 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/ |
H A D | raop-client.c | 362 static int write_type = 0; in send_tcp_audio_packet() local 390 written = pa_write(c->tcp_sfd, buffer, packet->length, &write_type); in send_tcp_audio_packet()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | mkntfs.c | 896 WRITE_TYPE write_type) in ntfs_rlwrite() 933 switch (write_type) { in ntfs_rlwrite() 1623 WRITE_TYPE write_type) in insert_non_resident_attr_in_mft_record() 1778 write_type); in insert_non_resident_attr_in_mft_record() 894 ntfs_rlwrite(struct ntfs_device *dev, const runlist *rl, const u8 *val, const s64 val_len, s64 *inited_size, WRITE_TYPE write_type) ntfs_rlwrite() argument 1619 insert_non_resident_attr_in_mft_record(MFT_RECORD *m, const ATTR_TYPES type, const char *name, u32 name_len, const IGNORE_CASE_BOOL ic, const ATTR_FLAGS flags, const u8 *val, const s64 val_len, WRITE_TYPE write_type) insert_non_resident_attr_in_mft_record() argument
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A 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() [all...] |