Home
last modified time | relevance | path

Searched defs:get_unaligned_le16 (Results 1 - 3 of 3) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dplatform.h15 #define get_unaligned_le16(p) WPA_GET_LE16((void *) (p)) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dplatform.h18 #define get_unaligned_le16(p) le16_to_cpu(get_unaligned((le16 *)(p))) macro
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusbd_generic_ep0.c78 static uint16_t get_unaligned_le16(uint16_t *val) in get_unaligned_le16() function

Completed in 5 milliseconds