OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IMUL32
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
fixed_c5x.h
36
#undef
IMUL32
37
static inline long
IMUL32
(long i, long j)
arch.h
69
#define
IMUL32
(a,b) ((a)*(b))
Completed in 1722 milliseconds