Home
last modified time | relevance | path

Searched defs:get_le32 (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/xz-embedded/freebsd/
H A Dxz_config.h70 #define get_le32(ptr) le32toh(*(const uint32_t *)(ptr)) macro
/f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/
H A Dxz_private.h43 # define get_le32(p) le32_to_cpup((const uint32_t *)(p)) macro
/f-stack/freebsd/contrib/xz-embedded/userspace/
H A Dxz_config.h121 # define get_le32 get_unaligned_le32 macro
/f-stack/freebsd/net80211/
H A Dieee80211_crypto_tkip.c824 static __inline u32 get_le32(const u8 *p) in get_le32() function