Searched defs:U8_FETCH_FIRST (Results 1 – 1 of 1) sorted by relevance
49 #define U8_FETCH_FIRST(p) ((p)[0]) macro54 #define U8_FETCH_FIRST(p) ((uint32_t)((p)[0]) << 8) macro