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

/external/iproute2/include/
H A Dutils.h95 #define get_byte get_u8 macro
/external/libjpeg-turbo/
H A Djdarith.c71 get_byte (j_decompress_ptr cinfo) function
126 data = get_byte(cinfo); /* read next input byte */
128 do data = get_byte(cinfo);
/external/skia/src/codec/
H A DSkCodecPriv.h171 static inline uint8_t get_byte(uint8_t* buffer, uint32_t i) { function
/external/skqp/src/codec/
H A DSkCodecPriv.h171 static inline uint8_t get_byte(uint8_t* buffer, uint32_t i) { function
/external/syslinux/memdisk/
H A Dunzip.c78 static inline uch get_byte(void) function
/external/brotli/c/dec/
H A Ddecode.c602 BROTLI_BOOL get_byte = BROTLI_FALSE; local
608 if (get_byte && !BrotliPullByte(br)) return BROTLI_DECODER_NEEDS_MORE_INPUT;
609 get_byte = BROTLI_FALSE;
616 get_byte = BROTLI_TRUE;
629 get_byte = BROTLI_TRUE;

Completed in 487 milliseconds