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

  /external/libvpx/libvpx/vpx_mem/
vpx_mem.c 29 static int check_size_argument_overflow(uint64_t nmemb, uint64_t size) { function
60 if (!check_size_argument_overflow(1, aligned_size)) return NULL;
74 if (!check_size_argument_overflow(num, size)) return NULL;
  /external/libaom/libaom/aom_mem/
aom_mem.c 21 static int check_size_argument_overflow(uint64_t nmemb, uint64_t size) { function
53 if (!check_size_argument_overflow(1, aligned_size)) return NULL;

Completed in 1708 milliseconds