Searched refs:VPX_MEMCPY_L (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/
H A Dvpx_mem.c68 # define VPX_MEMCPY_L g_func->g_memcpy macro
75 # define VPX_MEMCPY_L memcpy macro
243 VPX_MEMCPY_L(x_bounds + i, &tempme, sizeof(unsigned int));
244 VPX_MEMCPY_L((unsigned char *)x + size + i,
331 VPX_MEMCPY_L(x_bounds + i, &tempme, sizeof(unsigned int));
332 VPX_MEMCPY_L((unsigned char *)x + size + i,
435 return VPX_MEMCPY_L(dest, source, length);
/external/libvpx/libvpx/vpx_mem/
H A Dvpx_mem.c67 # define VPX_MEMCPY_L g_func->g_memcpy macro
74 # define VPX_MEMCPY_L memcpy macro
242 VPX_MEMCPY_L(x_bounds + i, &tempme, sizeof(unsigned int));
243 VPX_MEMCPY_L((unsigned char *)x + size + i,
330 VPX_MEMCPY_L(x_bounds + i, &tempme, sizeof(unsigned int));
331 VPX_MEMCPY_L((unsigned char *)x + size + i,
434 return VPX_MEMCPY_L(dest, source, length);

Completed in 47 milliseconds