Searched defs:uint8_t (Results 1 – 5 of 5) sorted by relevance
124 typedef unsigned char uint8_t; typedef131 typedef unsigned __int8 uint8_t; typedef
16 typedef UINT8 uint8_t; typedef
60 typedef UINT8 uint8_t; typedef
943 size_t (*infunc)(JDEC *, uint8_t *, size_t), /* JPEG stream input function */ in jd_prepare() argument
22 def uint8_t(val) -> bytes: function