Home
last modified time | relevance | path

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

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