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

  /external/libvpx/vpx_mem/
vpx_mem.c 68 # define VPX_MEMCPY_L g_func->g_memcpy
75 # define VPX_MEMCPY_L memcpy
262 VPX_MEMCPY_L(x_bounds + i, &tempme, sizeof(unsigned int));
263 VPX_MEMCPY_L((unsigned char *)x + size + i,
358 VPX_MEMCPY_L(x_bounds + i, &tempme, sizeof(unsigned int));
359 VPX_MEMCPY_L((unsigned char *)x + size + i,
472 return VPX_MEMCPY_L(dest, source, length);
  /external/libvpx/vpx_mem/intel_linux/
vpx_mem.c 131 # define VPX_MEMCPY_L g_func->g_memcpy
139 # define VPX_MEMCPY_L memcpy
436 VPX_MEMCPY_L(x_bounds + i, &tempme, sizeof(unsigned int));
437 VPX_MEMCPY_L((unsigned char *)x + size + i,
531 VPX_MEMCPY_L(x_bounds + i, &tempme, sizeof(unsigned int));
532 VPX_MEMCPY_L((unsigned char *)x + size + i,
642 return VPX_MEMCPY_L(dest, source, length);

Completed in 61 milliseconds