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

  /external/wpa_supplicant_8/src/utils/
os_none.c 147 int os_memcmp(const void *s1, const void *s2, size_t n) function
os.h 356 * os_memcmp - Compare memory areas
364 int os_memcmp(const void *s1, const void *s2, size_t n);
504 #ifndef os_memcmp
505 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n)) macro
597 * does not behave like os_memcmp(), i.e., os_memcmp_const() cannot be used to
598 * sort items into a defined order. Unlike os_memcmp(), execution time of
os_internal.c 305 int os_memcmp(const void *s1, const void *s2, size_t n) function

Completed in 63 milliseconds