Home
last modified time | relevance | path

Searched defs:get_unaligned_le32 (Results 1 - 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dplatform.h16 #define get_unaligned_le32(p) WPA_GET_LE32((void *) (p)) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dplatform.h19 #define get_unaligned_le32(p) le32_to_cpu(get_unaligned((le32 *)(p))) macro
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusbd_generic_ep0.c86 static uint32_t get_unaligned_le32(uint32_t *val) in get_unaligned_le32() function
/third_party/toybox/toys/pending/
H A Dxzcat.c324 static inline uint32_t get_unaligned_le32(const uint8_t *buf) in get_unaligned_le32() function

Completed in 7 milliseconds