HomeSort by relevance Sort by last modified time
    Searched defs:SUB16 (Results 1 - 11 of 11) sorted by null

  /external/qemu/target-arm/
op_addsub.h 47 uint32_t HELPER(glue(PFX,sub16))(uint32_t a, uint32_t b GE_ARG)
52 SUB16(a, b, 0);
53 SUB16(a >> 16, b >> 16, 1);
77 SUB16(a >> 16, b, 1);
87 SUB16(a, b >> 16, 0);
101 #undef SUB16
helper.c     [all...]
  /external/chromium_org/third_party/opus/src/celt/
fixed_generic.h 98 #define SUB16(a,b) ((opus_val16)(a)-(opus_val16)(b))
arch.h 174 #define SUB16(a,b) ((a)-(b))
fixed_debug.h 259 #define SUB16(a, b) SUB16_(a, b, __FILE__, __LINE__)
265 fprintf (stderr, "SUB16: inputs are not short: %d %d in %s: line %d\n", a, b, file, line);
273 fprintf (stderr, "SUB16: output is not short: %d in %s: line %d\n", res, file, line);
  /external/libopus/celt/
fixed_generic.h 98 #define SUB16(a,b) ((opus_val16)(a)-(opus_val16)(b))
arch.h 174 #define SUB16(a,b) ((a)-(b))
fixed_debug.h 259 #define SUB16(a, b) SUB16_(a, b, __FILE__, __LINE__)
265 fprintf (stderr, "SUB16: inputs are not short: %d %d in %s: line %d\n", a, b, file, line);
273 fprintf (stderr, "SUB16: output is not short: %d in %s: line %d\n", res, file, line);
  /external/speex/libspeex/
fixed_debug.h 190 #define SUB16(a, b) _SUB16(a, b, __FILE__, __LINE__)
196 fprintf (stderr, "SUB16: inputs are not short: %d %d in %s: line %d\n", a, b, file, line);
200 fprintf (stderr, "SUB16: output is not short: %d in %s: line %d\n", res, file, line);
fixed_generic.h 66 #define SUB16(a,b) ((spx_word16_t)(a)-(spx_word16_t)(b))
arch.h 182 #define SUB16(a,b) ((a)-(b))

Completed in 136 milliseconds