Searched refs:U8_FETCH_SECOND (Results 1 – 1 of 1) sorted by relevance
50 #define U8_FETCH_SECOND(p) (((uint32_t)(p)[0]) << 8) macro55 #define U8_FETCH_SECOND(p) ((p)[0]) macro60 #define U16_FETCH(p) U8_FETCH_FIRST(p) + U8_FETCH_SECOND(p+1)260 sum += U8_FETCH_SECOND(startp);284 #undef U8_FETCH_SECOND