Home
last modified time | relevance | path

Searched defs:is_read (Results 1 – 8 of 8) sorted by relevance

/third_party/f2fs-tools/tools/sg_write_buffer/include/
Dfreebsd_nvme_ioctl.h140 uint32_t is_read; member
/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux_nvme.c300 struct sg_nvme_passthru_cmd *cmdp, void * dp, bool is_read, in do_nvme_admin_cmd()
1079 bool is_read = false; in sg_do_nvme_pt() local
/third_party/FreeBSD/sys/dev/usb/
Dusb_dev.h80 uint8_t is_read; /* location has read access */ member
/third_party/boost/boost/beast/core/impl/
Dbasic_stream.hpp221 using is_read = std::integral_constant<bool, isRead>; typedef in boost::beast::basic_stream::ops::transfer_op
/third_party/boost/libs/beast/include/boost/beast/core/impl/
Dbasic_stream.hpp221 using is_read = std::integral_constant<bool, isRead>; typedef in boost::beast::basic_stream::ops::transfer_op
/third_party/libxml2/python/
Dtypes.c93 BOOL is_read = FALSE; in libxml_PyFileGet() local
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_runtime.cc525 int OpenCLRuntime::ReadOrWriteImage(void *buffer, void *data, bool is_read) { in ReadOrWriteImage()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c1125 mir_set_intr_mask(nir_instr *instr, midgard_instruction *ins, bool is_read) in mir_set_intr_mask()
1209 bool is_read, in emit_global()