Home
last modified time | relevance | path

Searched defs:host_to_le64 (Results 1 – 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dcommon.h154 #define host_to_le64(n) (n) macro
185 #define host_to_le64(n) ((__force le64) (u64) (n)) macro
198 #define host_to_le64(n) bswap_64(n) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dcommon.h166 #define host_to_le64(n) (n) macro
197 #define host_to_le64(n) ((__force le64) (u64) (n)) macro
210 #define host_to_le64(n) bswap_64(n) macro