Home
last modified time | relevance | path

Searched defs:SUB16 (Results 1 – 4 of 4) sorted by relevance

/external/qemu/target-arm/
Dhelper.c2404 #define SUB16(a, b, n) RESULT(sub16_sat(a, b), n, 16); macro
2447 #define SUB16(a, b, n) RESULT(sub16_usat(a, b), n, 16); macro
2473 #define SUB16(a, b, n) SARITH16(a, b, n, -) macro
2498 #define SUB16(a, b, n) do { \ macro
2522 #define SUB16(a, b, n) \ macro
2535 #define SUB16(a, b, n) \ macro
/external/speex/libspeex/
Dfixed_generic.h66 #define SUB16(a,b) ((spx_word16_t)(a)-(spx_word16_t)(b)) macro
Darch.h182 #define SUB16(a,b) ((a)-(b)) macro
Dfixed_debug.h190 #define SUB16(a, b) _SUB16(a, b, __FILE__, __LINE__) macro