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

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.h 222 #define be_to_host64(n) bswap_64((__force u64) (be64) (n))
223 #define host_to_be64(n) ((__force be64) bswap_64((n)))
409 typedef u64 __bitwise be64; typedef
  /external/wpa_supplicant_8/src/utils/
common.h 216 #define be_to_host64(n) bswap_64((__force u64) (be64) (n))
217 #define host_to_be64(n) ((__force be64) bswap_64((n)))
430 typedef u64 __bitwise be64; typedef

Completed in 16 milliseconds