Searched defs:SHL16 (Results 1 - 3 of 3) sorted by relevance
/external/speex/libspeex/ |
H A D | fixed_generic.h | 46 #define SHL16(a,shift) ((a) << (shift)) macro
|
H A D | fixed_debug.h | 117 #define SHL16(a, shift) _SHL16(a, shift, __FILE__, __LINE__) macro 123 fprintf (stderr, "SHL16: inputs are not short: %d %d in %s: line %d\n", a, shift, file, line); 127 fprintf (stderr, "SHL16: output is not short: %d in %s: line %d\n", res, file, line);
|
H A D | arch.h | 166 #define SHL16(a,shift) (a) macro
|
Completed in 172 milliseconds