Home
last modified time | relevance | path

Searched defs:read_bool (Results 1 – 4 of 4) sorted by relevance

/external/libiio/src/bindings/csharp/
DAttr.cs55 public bool read_bool() in read_bool() method in iio.Attr
/external/llvm-project/clang/test/CodeGen/
Dattr-arm-sve-vector-bits-bitcast.c240 svbool_t read_bool(struct struct_bool *s) { in read_bool() function
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c32 static INLINE int read_bool(vpx_reader *r, int prob, BD_VALUE *value, in read_bool() function
/external/rust/crates/protobuf/src/
Dcoded_input_stream.rs350 pub fn read_bool(&mut self) -> ProtobufResult<bool> { in read_bool() method