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

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.h 218 #define be_to_host32(n) bswap_32((__force u32) (be32) (n))
219 #define host_to_be32(n) ((__force be32) bswap_32((n)))
407 typedef u32 __bitwise be32; typedef
  /external/wpa_supplicant_8/src/utils/
common.h 196 #define be_to_host32(n) bswap_32((__force u32) (be32) (n))
197 #define host_to_be32(n) ((__force be32) bswap_32((n)))
412 typedef u32 __bitwise be32; typedef

Completed in 131 milliseconds