OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OI_MAX
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
oi_utils.h
360
#define
OI_MAX
(a, b) (((a) < (b)) ? (b) : (a) )
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
bitalloc.c
180
common->maxBitneed =
OI_MAX
(maxBits, common->maxBitneed);
Completed in 3326 milliseconds