__swab32p         186 include/linux/byteorder.h 	return __swab32p((__force __u32 *)p);
__swab32p         213 include/linux/byteorder.h 	return (__force __le32)__swab32p(p);
__swab32p         240 include/linux/byteorder.h 	return __swab32p((__force __u32 *)p);
__swab32p         267 include/linux/byteorder.h 	return (__force __be32)__swab32p(p);
__swab32p          53 include/linux/byteorder/big_endian.h 	return (__force __le32)__swab32p(p);
__swab32p          57 include/linux/byteorder/big_endian.h 	return __swab32p((__u32 *)p);
__swab32p          77 include/linux/byteorder/little_endian.h 	return (__force __be32)__swab32p(p);
__swab32p          81 include/linux/byteorder/little_endian.h 	return __swab32p((__u32 *)p);
__swab32p         215 include/linux/byteorder/swab.h #define swab32p __swab32p
__swab32p         244 include/linux/swab.h 	*p = __swab32p(p);
__swab32p         298 include/linux/swab.h # define swab32p __swab32p
__swab32p         170 lib/find_next_bit.c 	return (unsigned long) __swab32p((u32 *) x);