Home
last modified time | relevance | path

Searched defs:can_read (Results 1 – 9 of 9) sorted by relevance

/third_party/liburing/test/
Ddefer-taskrun.c35 static bool can_read(int fd) in can_read() function
/third_party/rust/crates/bindgen/bindgen/
Dlib.rs833 fn can_read(perms: &std::fs::Permissions) -> bool { in generate() function
839 fn can_read(_: &std::fs::Permissions) -> bool { in generate() function
/third_party/ffmpeg/libavcodec/
Damfenc.c478 size_t can_read = av_fifo_can_read(ctx->timestamp_list); in amf_copy_buffer() local
/third_party/ffmpeg/libavutil/
Dfifo.c204 size_t can_read = av_fifo_can_read(f); in fifo_peek_common() local
/third_party/mesa3d/src/gfxstream/aemu/
Dring_buffer.cpp385 bool can_read = v ? ring_buffer_view_can_read(r, v, bytes) : ring_buffer_can_read(r, bytes); in ring_buffer_wait_read() local
/third_party/vulkan-loader/loader/
DcJSON.c192 #define can_read(buffer, size) ((buffer != NULL) && (((buffer)->offset + size) <= (buffer)->length)) macro
/third_party/cJSON/
DcJSON.c303 #define can_read(buffer, size) ((buffer != NULL) && (((buffer)->offset + size) <= (buffer)->length)) macro
/third_party/vixl/src/aarch64/
Dsimulator-aarch64.cc4663 bool can_read = true; in Simulator() local
Dlogic-aarch64.cc7473 bool can_read = (i < fake_fault_at_lane) && in SVEFaultTolerantLoadHelper() local