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

  /external/libvpx/libvpx/vpx_mem/
vpx_mem.h 76 void *vpx_memmove(void *dest, const void *src, size_t count);
114 # define memmove vpx_memmove
161 # define vpx_memmove memmove macro
vpx_mem.c 455 void *vpx_memmove(void *dest, const void *src, size_t count) { function
459 _P(printf("WARNING: vpx_memmove dest:0x%x src:0x%x count:%d\n", (int)dest, (int)src, count);)

Completed in 82 milliseconds