HomeSort by relevance Sort by last modified time
    Searched refs:byte_width (Results 1 - 3 of 3) sorted by null

  /external/pixman/pixman/
pixman-mips-dspr2.c 178 uint32_t byte_width; local
184 byte_width = width * 2;
191 pixman_fill_buff16_mips (dst, byte_width, _xor & 0xffff);
197 byte_width = width * 4;
204 pixman_fill_buff32_mips (dst, byte_width, _xor);
232 uint32_t byte_width; local
243 byte_width = width * 2;
253 pixman_mips_fast_memcpy (dst, src, byte_width);
263 byte_width = width * 4;
273 pixman_mips_fast_memcpy (dst, src, byte_width);
    [all...]
pixman-mmx.c 2069 uint32_t byte_width; local
3258 int byte_width; local
    [all...]
pixman-sse2.c 3326 uint32_t byte_width; local
4702 int byte_width; local
    [all...]

Completed in 636 milliseconds