OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:le_to_host64
(Results
1 - 2
of
2
) sorted by null
/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
214
#define
le_to_host64
(n) ((__force u64) (le64) (n))
macro
226
#define
le_to_host64
(n) bswap_64(n)
macro
Completed in 16 milliseconds