Searched refs:unpack_1x8 (Results 1 – 1 of 1) sorted by relevance
228 unpack_4x8(unpack_1x8_func_t unpack_1x8, uint32_t u, in unpack_4x8() argument242 *x = unpack_1x8((uint8_t) (u & 0xff)); in unpack_4x8()243 *y = unpack_1x8((uint8_t) (u >> 8)); in unpack_4x8()244 *z = unpack_1x8((uint8_t) (u >> 16)); in unpack_4x8()245 *w = unpack_1x8((uint8_t) (u >> 24)); in unpack_4x8()