Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/epoll_wait/
Depoll_wait01.c22 static int write_size, epfd, fds[2]; variable
26 int nfd, write_size = 0; in get_writesize() local
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl34.c22 const int write_size = 4096; variable
Dfcntl36.c51 static const long write_size = 4096; variable
/third_party/gstreamer/gstreamer/tests/examples/adapter/
Dadapter_test.c13 gint write_size; member
/third_party/exfatprogs/include/
Dexfat_dir.h24 unsigned int write_size; /* sector size */ member
/third_party/node/deps/v8/src/snapshot/embedded/
Dembedded-file-writer.cc35 int current_line_length, int write_size) { in WriteLineEndIfNeeded()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_so_emit.c151 unsigned write_size = num_comps * sizeof(float); in so_emit_prim() local
/third_party/cef/tests/ceftests/
Dstream_unittest.cc334 size_t write_size = sizeof(write_ptr); in TEST() local
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_program.c123 uint32_t write_size = MIN2(vpm_size, 1 << 4); in v3d_set_transform_feedback_outputs() local
/third_party/pulseaudio/src/modules/bluetooth/
Dbackend-ofono.c89 size_t write_size; in sco_transport_write() local
Dbackend-native.c390 size_t write_size; in sco_transport_write() local
Dbluez5-util.c871 size_t write_size; in a2dp_transport_write() local
/third_party/node/deps/v8/src/wasm/
Dwasm-module-builder.h83 void write_size(size_t val) { in write_size() function
/third_party/mesa3d/src/intel/tools/
Daub_write.c280 uint64_t write_size = (dirty_end - dirty_start + 1) * in populate_ppgtt_table() local
/third_party/skia/third_party/externals/libpng/contrib/tools/
Dpngcp.c424 png_alloc_size_t write_size; member
/third_party/node/deps/uv/src/win/
Dfs.c934 size_t write_size, done_write; in fs__write_filemap() local
/third_party/libuv/src/win/
Dfs.c934 size_t write_size, done_write; in fs__write_filemap() local
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c5591 ssize_t write_size = TEMP_FAILURE_RETRY(write(fd, laddr(dso, dso->relro_start + offset), count)); in serialize_gnu_relro() local