Searched defs:append_bits (Results 1 – 6 of 6) sorted by relevance
| /third_party/zlib/examples/ |
| D | zran.c | 255 static inline void append_bits(unsigned value, int bits, in append_bits() function
|
| /third_party/qrcodegen/python/ |
| D | qrcodegen.py | 885 def append_bits(self, val: int, n: int) -> None: member in _BitBuffer
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| D | etnaviv_ml_nn_v7.c | 123 append_bits(uint32_t value, size_t size, unsigned *bits_in_buffer, uint64_t *buffer, uint32_t **des… in append_bits() function
|
| D | etnaviv_ml_nn_v8.c | 212 append_bits(uint32_t value, size_t size, struct bitstream *bitstream) in append_bits() function
|
| /third_party/qrcodegen/rust/src/ |
| D | lib.rs | 1212 pub fn append_bits(&mut self, val: u32, len: u8) { in append_bits() method
|
| /third_party/qrcodegen/rust-no-heap/src/ |
| D | lib.rs | 1371 pub fn append_bits(&mut self, val: u32, len: u8) { in append_bits() method
|