Home
last modified time | relevance | path

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

/linux/arch/powerpc/boot/
H A Dxz_config.h22 #define get_le32(p) (*((uint32_t *) (p))) macro
29 #define get_le32(p) swab32p(p) macro
/linux/lib/xz/
H A Dxz_private.h51 # define get_le32(p) le32_to_cpup((const uint32_t *)(p)) macro