OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:be_to_host64
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant/
common.h
107
#define
be_to_host64
(n) bswap_64(n)
macro
119
#define
be_to_host64
(n) (n)
macro
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.h
222
#define
be_to_host64
(n) bswap_64((__force u64) (be64) (n))
macro
234
#define
be_to_host64
(n) (n)
macro
/external/wpa_supplicant_8/src/utils/
common.h
222
#define
be_to_host64
(n) bswap_64((__force u64) (be64) (n))
macro
234
#define
be_to_host64
(n) (n)
macro
Completed in 35 milliseconds