OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:le_to_host64
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant/
common.h
105
#define
le_to_host64
(n) (n)
macro
117
#define
le_to_host64
(n) bswap_64(n)
macro
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.h
220
#define
le_to_host64
(n) ((__force u64) (le64) (n))
macro
232
#define
le_to_host64
(n) bswap_64(n)
macro
/external/wpa_supplicant_8/src/utils/
common.h
220
#define
le_to_host64
(n) ((__force u64) (le64) (n))
macro
232
#define
le_to_host64
(n) bswap_64(n)
macro
Completed in 15 milliseconds