Home
last modified time | relevance | path

Searched refs:buf_sz (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DPathV2.inc123 const size_t buf_sz = 32768;
124 char buffer[buf_sz];
150 (sz_read = ::read(from_fd, buffer, buf_sz)) > 0) {
/external/libvpx/libvpx/
Dvpxenc.c305 static const arg_def_t buf_sz = variable
315 &buf_sz, &buf_initial_sz, &buf_optimal_sz, NULL
1212 } else if (arg_match(&arg, &buf_sz, argi)) { in parse_stream_params()
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c2211 int res, t, buf_sz, dio_tmp; in do_scsi_device_read_write() local
2494 if (ioctl(infd, SG_GET_RESERVED_SIZE, &buf_sz) < in do_scsi_device_read_write()
2499 blocks_per = (buf_sz + bs - 1) / bs; in do_scsi_device_read_write()
2550 if (ioctl(outfd, SG_GET_RESERVED_SIZE, &buf_sz) in do_scsi_device_read_write()
2555 blocks_per = (buf_sz + bs - 1) / bs; in do_scsi_device_read_write()