Home
last modified time | relevance | path

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

/openbmc/qemu/audio/
H A Dmixeng.c35 #define ENDIAN_CONVERT(v) (v) macro
65 #undef ENDIAN_CONVERT
76 #define ENDIAN_CONVERT(v) (v) macro
78 #undef ENDIAN_CONVERT
83 #undef ENDIAN_CONVERT
101 #undef ENDIAN_CONVERT
106 #undef ENDIAN_CONVERT
124 #undef ENDIAN_CONVERT
129 #undef ENDIAN_CONVERT
147 #undef ENDIAN_CONVERT
[all …]
H A Dmixeng_template.h40 IN_T nv = ENDIAN_CONVERT (v); in glue()
66 return ENDIAN_CONVERT((IN_T)(v * (((mixeng_real)IN_MAX - IN_MIN) / 2.f))); in glue()
68 return ENDIAN_CONVERT((IN_T)((v * ((mixeng_real)IN_MAX / 2.f)) + HALF)); in glue()
76 IN_T nv = ENDIAN_CONVERT (v); in glue()
93 return ENDIAN_CONVERT ((IN_T) (v >> (32 - SHIFT))); in glue()
95 return ENDIAN_CONVERT ((IN_T) ((v >> (32 - SHIFT)) + HALF)); in glue()
/openbmc/linux/lib/
H A Ddecompress_unlzma.c52 #define ENDIAN_CONVERT(x) \ macro
606 ENDIAN_CONVERT(header.dict_size); in unlzma()
607 ENDIAN_CONVERT(header.dst_size); in unlzma()