Home
last modified time | relevance | path

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

/third_party/zlib/examples/
Dzran.c255 static inline void append_bits(unsigned value, int bits, in append_bits() function
/third_party/qrcodegen/python/
Dqrcodegen.py885 def append_bits(self, val: int, n: int) -> None: member in _BitBuffer
/third_party/qrcodegen/rust/src/
Dlib.rs1212 pub fn append_bits(&mut self, val: u32, len: u8) { in append_bits() method
/third_party/qrcodegen/rust-no-heap/src/
Dlib.rs1371 pub fn append_bits(&mut self, val: u32, len: u8) { in append_bits() method