Home
last modified time | relevance | path

Searched refs:__arch__swab24p (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/include/linux/byteorder/
Dswab.h109 #ifndef __arch__swab24p
110 # define __arch__swab24p(x) __arch__swab24(*(x)) macro
123 # define __arch__swab24s(x) do { *(x) = __arch__swab24p((x)); } while (0)
180 return __arch__swab24p(x); in __swab24p()