Home
last modified time | relevance | path

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

/external/skqp/src/codec/
DSkCodecPriv.h144 static inline uint8_t get_byte(uint8_t* buffer, uint32_t i) { in get_byte() function
/external/skia/src/codec/
DSkCodecPriv.h144 static inline uint8_t get_byte(const uint8_t* buffer, uint32_t i) { in get_byte() function
/external/iproute2/include/
Dutils.h95 #define get_byte get_u8 macro
/external/libjpeg-turbo/
Djdarith.c74 get_byte(j_decompress_ptr cinfo) in get_byte() function
/external/crosvm/devices/src/register_space/
Dregister.rs69 fn get_byte(&self, offset: usize) -> u8 { in get_byte() method
/external/brotli/c/dec/
Ddecode.c647 BROTLI_BOOL get_byte = BROTLI_FALSE; in SafeReadSymbolCodeLengths() local