OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MIN16
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
fixed_c5x.h
48
#undef
MIN16
49
#define
MIN16
(a,b) _min(a,b)
arch.h
73
#define
MIN16
(a,b) ((a) < (b) ? (a) : (b)) /**< Minimum 16-bit value. */
/external/speex/libspeex/
arch.h
83
#define
MIN16
(a,b) ((a) < (b) ? (a) : (b)) /**< Maximum 16-bit value. */
Completed in 200 milliseconds