OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:host_to_be64
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.h
223
#define
host_to_be64
(n) ((__force be64) bswap_64((n)))
macro
235
#define
host_to_be64
(n) (n)
macro
/external/wpa_supplicant_8/src/utils/
common.h
217
#define
host_to_be64
(n) ((__force be64) bswap_64((n)))
macro
229
#define
host_to_be64
(n) (n)
macro
Completed in 24 milliseconds