Searched refs:dst_bytes (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_dp.c177 unpack_aux(uint32_t src, uint8_t *dst, int dst_bytes) argument
180 if (dst_bytes > 4)
181 dst_bytes = 4;
182 for (i = 0; i < dst_bytes; i++)

Completed in 33 milliseconds