Searched defs:byte (Results 1 – 6 of 6) sorted by relevance
9 typedef uint8_t byte; typedef
8 typedef uint8_t byte; typedef
112 typedef unsigned char byte; typedef
290 uint8_t byte; in hexedit_main() local
178 uint8_t byte; in dec_vli() local
334 static inline void XZ_FUNC dict_put(struct dictionary *dict, uint8_t byte) in dict_put()