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

  /external/lldb/examples/python/
disasm-stress-test.py 66 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/
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...]
  /external/chromium_org/pdf/
draw_utils.cc 197 int byte_width = width * 4; local
201 memcpy(cur_line, top_line, byte_width);

Completed in 160 milliseconds