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

  /system/libufdt/sysdeps/
libufdt_sysdeps_posix.c 66 void *dto_memchr(const void *s, int c, size_t n) { return memchr(s, c, n); } function
libufdt_sysdeps_vendor.c 209 void *dto_memchr(const void *s, int c, size_t n) { return memchr(s, c, n); } function

Completed in 49 milliseconds