Home
last modified time | relevance | path

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

/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/rust/crates/bindgen/bindgen/
Dlib.rs2621 fn can_read(perms: &std::fs::Permissions) -> bool { in generate() function
2627 fn can_read(_: &std::fs::Permissions) -> bool { in generate() function
/third_party/cJSON/
DcJSON.c315 #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