OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SHL16
(Results
1 - 3
of
3
) sorted by null
/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 43 milliseconds