OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:le_to_host32
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.h
188
#define
le_to_host32
(n) (n)
macro
216
#define
le_to_host32
(n) ((__force u32) (le32) (n))
macro
229
#define
le_to_host32
(n) bswap_32(n)
macro
/external/wpa_supplicant_8/src/utils/
common.h
166
#define
le_to_host32
(n) (n)
macro
194
#define
le_to_host32
(n) ((__force u32) (le32) (n))
macro
207
#define
le_to_host32
(n) bswap_32(n)
macro
Completed in 22 milliseconds