Searched refs:byte_reverse_word (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dendian.h60 static __inline__ unsigned int byte_reverse_word(unsigned int word);
61 static __inline__ unsigned int byte_reverse_word(unsigned int word) { function
72 #define htoll(x) byte_reverse_word(x)
73 #define htols(x) (byte_reverse_word(x) >> 16)
/macosx-10.5.8/xnu-1228.15.4/pexpert/pexpert/ppc/
H A Dprotos.h68 static __inline__ unsigned int byte_reverse_word(unsigned int word);
69 static __inline__ unsigned int byte_reverse_word(unsigned int word) { function

Completed in 13 milliseconds