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

/external/iproute2/include/
H A Dutils.h105 #define get_byte get_u8 macro
/external/libjpeg-turbo/
H A Djdarith.c68 get_byte (j_decompress_ptr cinfo) function
123 data = get_byte(cinfo); /* read next input byte */
125 do data = get_byte(cinfo);
/external/skia/src/codec/
H A DSkCodecPriv.h181 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/dec/
H A Ddecode.c587 BROTLI_BOOL get_byte = BROTLI_FALSE; local
593 if (get_byte && !BrotliPullByte(br)) return BROTLI_DECODER_NEEDS_MORE_INPUT;
594 get_byte = BROTLI_FALSE;
601 get_byte = BROTLI_TRUE;
614 get_byte = BROTLI_TRUE;

Completed in 1429 milliseconds