OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NEG16
(Results
1 - 3
of
3
) sorted by null
/external/speex/libspeex/
fixed_debug.h
50
static inline short
NEG16
(int x)
55
fprintf (stderr, "
NEG16
: input is not short: %d\n", (int)x);
59
fprintf (stderr, "
NEG16
: output is not short: %d\n", (int)res);
68
fprintf (stderr, "
NEG16
: input is not int: %d\n", (int)x);
72
fprintf (stderr, "
NEG16
: output is not int: %d\n", (int)res);
fixed_generic.h
41
#define
NEG16
(x) (-(x))
arch.h
161
#define
NEG16
(x) (-(x))
Completed in 18 milliseconds