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

/external/lldb/examples/python/
H A Ddisasm-stress-test.py66 def __init__(self, byte_width, log_file, start=0, skip=1):
67 self.m_byte_width = byte_width
72 self.m_last = (1 << (byte_width * 8)) - 1
97 def __init__(self, byte_width, log_file):
98 self.m_byte_width = byte_width
/external/pixman/pixman/
H A Dpixman-mips-dspr2.c178 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...]
H A Dpixman-mmx.c2069 uint32_t byte_width; local
2083 byte_width = width;
2091 byte_width = 2 * width;
2099 byte_width = 4 * width;
2126 w = byte_width;
3258 int byte_width; local
3269 byte_width = 2 * width;
3279 byte_width = 4 * width;
3295 w = byte_width;
H A Dpixman-sse2.c3326 uint32_t byte_width; local
3338 byte_width = width;
3349 byte_width = 2 * width;
3358 byte_width = 4 * width;
3373 w = byte_width;
4702 int byte_width; local
4713 byte_width = 2 * width;
4723 byte_width = 4 * width;
4739 w = byte_width;
/external/chromium_org/pdf/
H A Ddraw_utils.cc214 int byte_width = width * 4; local
218 memcpy(cur_line, top_line, byte_width);

Completed in 182 milliseconds