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

  /external/libvpx/vpx_mem/
vpx_mem.h 75 void *vpx_memmove(void *dest, const void *src, size_t count);
109 #define duck_memmove vpx_memmove
120 # define memmove vpx_memmove
167 # define vpx_memmove memmove macro
vpx_mem.c 495 void *vpx_memmove(void *dest, const void *src, size_t count) function
501 _P(printf("WARNING: vpx_memmove dest:0x%x src:0x%x count:%d\n", (int)dest, (int)src, count);)
  /external/libvpx/vpx_mem/intel_linux/
vpx_mem.c 665 void *vpx_memmove(void *dest, const void *src, size_t count) function
671 _P(printf("WARNING: vpx_memmove dest:0x%x src:0x%x count:%d\n", (int)dest, (int)src, count);)

Completed in 29 milliseconds