Searched defs:SUB16 (Results 1 – 4 of 4) sorted by relevance
/external/qemu/target-arm/ |
D | helper.c | 2085 #define SUB16(a, b, n) RESULT(sub16_sat(a, b), n, 16); macro 2128 #define SUB16(a, b, n) RESULT(sub16_usat(a, b), n, 16); macro 2154 #define SUB16(a, b, n) SARITH16(a, b, n, -) macro 2179 #define SUB16(a, b, n) do { \ macro 2203 #define SUB16(a, b, n) \ macro 2216 #define SUB16(a, b, n) \ macro
|
/external/speex/libspeex/ |
D | fixed_generic.h | 62 #define SUB16(a,b) ((spx_word16_t)(a)-(spx_word16_t)(b)) macro
|
D | arch.h | 181 #define SUB16(a,b) ((a)-(b)) macro
|
D | fixed_debug.h | 190 #define SUB16(a, b) _SUB16(a, b, __FILE__, __LINE__) macro
|