OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:silk_DIV32
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
MacroCount.h
254
#undef
silk_DIV32
255
static inline opus_int32
silk_DIV32
(opus_int32 a32, opus_int32 b32){
MacroDebug.h
506
#undef
silk_DIV32
507
#define
silk_DIV32
(a,b) silk_DIV32_((a), (b), __FILE__, __LINE__)
511
fprintf (stderr, "
silk_DIV32
(%d, %d) in %s: line %d\n", a32, b32, file, line);
[
all
...]
SigProc_FIX.h
431
#define
silk_DIV32
(a32, b32) ((opus_int32)((a32) / (b32)))
[
all
...]
Completed in 98 milliseconds