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

  /external/u-boot/include/linux/
string.h 120 void *memchr_inv(const void *, int, size_t);
  /external/u-boot/lib/
string.c 660 * memchr_inv - Find an unmatching character in an area of memory.
668 void *memchr_inv(const void *start, int c, size_t bytes) function

Completed in 123 milliseconds