Searched refs:swab32p (Results 1 – 1 of 1) sorted by relevance
14 static inline uint32_t swab32p(void *p) in swab32p() function26 return swab32p((u32 *)p); in be32_to_cpup()29 #define get_le32(p) swab32p(p)
Completed in 8 milliseconds