Home
last modified time | relevance | path

Searched defs:MIN (Results 1 – 9 of 9) sorted by relevance

/system/connectivity/wifilogd/
Dlocal_utils.h35 #define SAFELY_CLAMP(SRC, DST_TYPE, MIN, MAX) \ argument
/system/chre/platform/shared/include/chre/platform/shared/
Dhost_messages_generated.h73 MIN = NONE, enumerator
/system/chre/host/common/include/chre_host/
Dhost_messages_generated.h92 MIN = NONE, enumerator
/system/extras/ioshark/
Dioshark_bench.h38 #define MIN(A, B) ((A) < (B) ? (A) : (B)) macro
/system/bt/embdrv/sbc/decoder/srce/
Dbitalloc.c99 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
/system/bt/stack/avrc/
Davrc_pars_ct.cc32 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
/system/bt/btif/src/
Dbtif_pan.cc91 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
/system/core/liblog/
Dlogprint.cpp49 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
/system/bt/bta/hf_client/
Dbta_hf_client_at.cc57 #define MIN(a, b) \ macro