Lines Matching defs:xx
45 static inline UInt mul32 ( Int xx, Int yy ) in mul32()
51 static inline UInt max32S ( Int xx, Int yy ) in max32S()
56 static inline UInt min32S ( Int xx, Int yy ) in min32S()
61 static inline UInt max32U ( UInt xx, UInt yy ) in max32U()
66 static inline UInt min32U ( UInt xx, UInt yy ) in min32U()
71 static inline UShort max16U ( UShort xx, UShort yy ) in max16U()
76 static inline UShort min16U ( UShort xx, UShort yy ) in min16U()
81 static inline UChar max8S ( Char xx, Char yy ) in max8S()
86 static inline UChar min8S ( Char xx, Char yy ) in min8S()
91 static inline ULong cmpEQ64 ( Long xx, Long yy ) in cmpEQ64()
97 static inline ULong cmpGT64S ( Long xx, Long yy ) in cmpGT64S()
115 Int xx = (Int)xx0; in qnarrow32Sto16U() local
121 static inline UShort narrow32to16 ( UInt xx ) in narrow32to16()
126 static inline UChar narrow16to8 ( UShort xx ) in narrow16to8()