OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_unaligned_le32
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/utils/
platform.h
19
#define
get_unaligned_le32
(p) le32_to_cpu(get_unaligned((uint32_t *)(p)))
macro
/external/lzma/xz-embedded/
xz_config.h
75
#ifndef
get_unaligned_le32
76
static inline uint32_t
get_unaligned_le32
(const uint8_t *buf)
function
116
* Use
get_unaligned_le32
() also for aligned access for simplicity. On
121
# define get_le32
get_unaligned_le32
Completed in 36 milliseconds