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

  /external/wpa_supplicant/
os_none.c 136 void * os_memset(void *s, int c, size_t n) function
os.h 249 * os_memset - Fill memory with a constant byte
255 void * os_memset(void *s, int c, size_t n);
398 #ifndef os_memset
399 #define os_memset(s, c, n) memset(s, c, n) macro
os_internal.c 60 os_memset(&tm, 0, sizeof(tm));
220 os_memset(n, 0, size);
268 void * os_memset(void *s, int c, size_t n) function
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_none.c 136 void * os_memset(void *s, int c, size_t n) function
os.h 249 * os_memset - Fill memory with a constant byte
255 void * os_memset(void *s, int c, size_t n);
398 #ifndef os_memset
399 #define os_memset(s, c, n) memset(s, c, n) macro
os_internal.c 60 os_memset(&tm, 0, sizeof(tm));
220 os_memset(n, 0, size);
268 void * os_memset(void *s, int c, size_t n) function
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
osapi.c 252 * os_memset()
260 PVOID os_memset(PVOID s, U8 c, U32 n) function
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
osapi.c 252 * os_memset()
260 PVOID os_memset(PVOID s, U8 c, U32 n) function

Completed in 252 milliseconds