Searched defs:MIN (Results 1 – 10 of 10) sorted by relevance
| /system/connectivity/wifilogd/ |
| D | local_utils.h | 35 #define SAFELY_CLAMP(SRC, DST_TYPE, MIN, MAX) \ argument
|
| /system/chre/platform/shared/include/chre/platform/shared/ |
| D | host_messages_generated.h | 73 MIN = NONE, enumerator
|
| /system/chre/host/common/include/chre_host/ |
| D | host_messages_generated.h | 92 MIN = NONE, enumerator
|
| /system/extras/ioshark/ |
| D | ioshark_bench.h | 38 #define MIN(A, B) ((A) < (B) ? (A) : (B)) macro
|
| /system/bt/embdrv/sbc/decoder/srce/ |
| D | bitalloc.c | 99 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
|
| /system/bt/stack/avrc/ |
| D | avrc_pars_ct.cc | 32 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
|
| /system/core/logwrapper/ |
| D | logwrap.c | 36 #define MIN(a,b) (((a)<(b))?(a):(b)) macro
|
| /system/bt/btif/src/ |
| D | btif_pan.cc | 91 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
|
| /system/core/liblog/ |
| D | logprint.cpp | 47 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
|
| /system/bt/bta/hf_client/ |
| D | bta_hf_client_at.cc | 57 #define MIN(a, b) \ macro
|