Home
last modified time | relevance | path

Searched defs:write_bytes (Results 1 – 18 of 18) sorted by relevance

/third_party/rust/rust/src/tools/miri/tests/fail/intrinsics/
Dwrite_bytes_null.rs5 fn write_bytes<T>(dst: *mut T, val: u8, count: usize); in write_bytes() function
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dframe_data.cc55 uint32_t write_bytes, int is_eof, in grpc_chttp2_encode_data()
/third_party/grpc/test/core/event_engine/test_suite/posix/
Doracle_event_engine_posix.cc151 int TryWriteBytes(int sockfd, int& saved_errno, std::string write_bytes) { in TryWriteBytes()
172 int WriteBytes(int sockfd, int& saved_errno, std::string write_bytes) { in WriteBytes()
/third_party/grpc/test/core/iomgr/
Dtcp_posix_test.cc89 ssize_t write_bytes; in fill_socket() local
107 ssize_t write_bytes; in fill_socket_partial() local
/third_party/alsa-lib/include/
Dcontrol_external.h228 int (*write_bytes)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, unsigned char *data, member
/third_party/python/Modules/_io/
Dbytesio.c180 write_bytes(bytesio *self, PyObject *b) in write_bytes() function
/third_party/grpc/test/core/network_benchmarks/
Dlow_level_ping_pong.cc59 int (*write_bytes)(struct thread_args* args, char* buf); member
/third_party/python/Lib/
Dplistlib.py371 def write_bytes(self, data): member in _PlistWriter
Dpathlib.py1061 def write_bytes(self, data): member in Path
/third_party/exfatprogs/fsck/
Dfsck.c1227 unsigned int i, bitmap_bytes, byte_offset, write_bytes; in write_bitmap() local
/third_party/rust/rust/library/core/src/ptr/
Dmut_ptr.rs1463 pub const unsafe fn write_bytes(self, val: u8, count: usize) in write_bytes() method
/third_party/protobuf/python/google/protobuf/internal/
Dpython_message.py1151 def InternalSerialize(self, write_bytes, deterministic=None): argument
/third_party/openssl/test/helpers/
Dhandshake.c799 int ret = 1, write_bytes; in do_app_data_step() local
/third_party/rust/rust/library/core/src/
Dintrinsics.rs2826 pub const unsafe fn write_bytes<T>(dst: *mut T, val: u8, count: usize) { in write_bytes() function
2830 fn write_bytes<T>(dst: *mut T, val: u8, count: usize); in write_bytes() function
/third_party/rust/rust/compiler/rustc_codegen_gcc/example/
Dmini_core.rs566 pub fn write_bytes<T>(dst: *mut T, val: u8, count: usize); in write_bytes() function
/third_party/ffmpeg/libavfilter/
Dvf_nnedi.c481 static void write_bytes(const float *src, uint8_t *dst, in write_bytes() function
/third_party/rust/rust/compiler/rustc_codegen_cranelift/example/
Dmini_core.rs604 pub fn write_bytes<T>(dst: *mut T, val: u8, count: usize); in write_bytes() function
/third_party/rust/rust/library/core/src/fmt/
Dmod.rs1469 unsafe fn write_bytes(buf: &mut dyn Write, s: &[u8]) -> Result { in write_formatted_parts() function