Searched defs:get_byte (Results 1 – 6 of 6) sorted by relevance
144 static inline uint8_t get_byte(uint8_t* buffer, uint32_t i) { in get_byte() function
144 static inline uint8_t get_byte(const uint8_t* buffer, uint32_t i) { in get_byte() function
95 #define get_byte get_u8 macro
74 get_byte(j_decompress_ptr cinfo) in get_byte() function
69 fn get_byte(&self, offset: usize) -> u8 { in get_byte() method
647 BROTLI_BOOL get_byte = BROTLI_FALSE; in SafeReadSymbolCodeLengths() local