Searched defs:is_read (Results 1 - 7 of 7) sorted by relevance
| /third_party/libfuse/example/ |
| H A D | cuse_client.c | 60 static int do_rw(int fd, int is_read, size_t size, off_t offset, in do_rw() argument
|
| H A D | cuse.c | 201 int is_read = 0; in cusexmp_ioctl() local 122 fioc_do_rw(fuse_req_t req, void *addr, const void *in_buf, size_t in_bufsz, size_t out_bufsz, int is_read) fioc_do_rw() argument
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_instr_export.h | 111 bool is_read() const {return m_read; } in is_read() function in r600::ScratchIOInstr
|
| H A D | sfn_instr_export.cpp | 150 ScratchIOInstr(const RegisterVec4& value, PRegister addr, int align, int align_offset, int writemask, int array_size, bool is_read) ScratchIOInstr() argument 168 ScratchIOInstr(const RegisterVec4& value, int loc, int align, int align_offset,int writemask, bool is_read) ScratchIOInstr() argument
|
| /third_party/FreeBSD/sys/dev/usb/ |
| H A D | usb_dev.h | 79 uint8_t is_read; /* location has read access */ member
|
| /third_party/libuv/src/unix/ |
| H A D | linux.c | 1046 uv__iou_fs_read_or_write(uv_loop_t* loop, uv_fs_t* req, int is_read) uv__iou_fs_read_or_write() argument
|
| /third_party/mesa3d/src/panfrost/midgard/ |
| H A D | midgard_compile.c | 1166 mir_set_intr_mask(nir_instr *instr, midgard_instruction *ins, bool is_read) in mir_set_intr_mask() argument 1254 emit_global( compiler_context *ctx, nir_instr *instr, bool is_read, unsigned srcdest, nir_src *offset, unsigned seg) emit_global() argument
|
Completed in 11 milliseconds