OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SHL16
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
fixed_generic.h
70
#define
SHL16
(a,shift) ((opus_int16)((opus_uint16)(a)<<(shift)))
arch.h
156
#define
SHL16
(a,shift) (a)
fixed_debug.h
159
#define
SHL16
(a, shift) SHL16_(a, shift, __FILE__, __LINE__)
165
fprintf (stderr, "
SHL16
: inputs are not short: %d %d in %s: line %d\n", a, shift, file, line);
173
fprintf (stderr, "
SHL16
: output is not short: %d in %s: line %d\n", res, file, line);
/external/speex/libspeex/
fixed_debug.h
117
#define
SHL16
(a, shift) _SHL16(a, shift, __FILE__, __LINE__)
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);
fixed_generic.h
46
#define
SHL16
(a,shift) ((a) << (shift))
arch.h
166
#define
SHL16
(a,shift) (a)
Completed in 370 milliseconds