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

  /external/syslinux/com32/lib/sys/vesa/
drawtxt.c 42 static inline void *copy_dword(void *dst, void *src, size_t dword_count)
44 asm volatile ("rep; movsl":"+D" (dst), "+S"(src), "+c"(dword_count));
254 int dword_count = local
261 toptr = copy_dword(toptr, fromptr, dword_count);
263 dword_count = nrows * (__vesacon_text_cols + 2);
265 vesacon_fill(toptr, fill, dword_count);
  /hardware/intel/img/psb_video/src/
psb_cmdbuf.c 1437 uint32_t dword_count = cmdbuf->cmd_idx - cmdbuf->rendec_chunk_start; local
    [all...]
  /external/pdfium/core/fxge/dib/
fx_dib_main.cpp 194 int dword_count = pNewBitmap->m_Pitch / 4; local
198 for (int i = 0; i < dword_count; i++) {
    [all...]

Completed in 114 milliseconds