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

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dplatform.h19 #define get_unaligned_le32(p) le32_to_cpu(get_unaligned((uint32_t *)(p))) macro
/external/wpa_supplicant_8/src/utils/
H A Dplatform.h19 #define get_unaligned_le32(p) le32_to_cpu(get_unaligned((uint32_t *)(p))) macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dplatform.h19 #define get_unaligned_le32(p) le32_to_cpu(get_unaligned((uint32_t *)(p))) macro
/external/lzma/xz-embedded/
H A Dxz_config.h75 #ifndef get_unaligned_le32
76 static inline uint32_t get_unaligned_le32(const uint8_t *buf) function
116 * Use get_unaligned_le32() also for aligned access for simplicity. On
121 # define get_le32 get_unaligned_le32

Completed in 106 milliseconds