Home
last modified time | relevance | path

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

/system/chre/host/common/include/chre_host/
Dhost_messages_generated.h52 MIN = NONE, enumerator
/system/chre/platform/shared/include/chre/platform/shared/
Dhost_messages_generated.h43 MIN = NONE, enumerator
/system/connectivity/wifilogd/
Dlocal_utils.h35 #define SAFELY_CLAMP(SRC, DST_TYPE, MIN, MAX) \ argument
/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/core/logwrapper/
Dlogwrap.c37 #define MIN(a,b) (((a)<(b))?(a):(b)) macro
/system/bt/btif/src/
Dbtif_pan.cc90 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
/system/core/liblog/
Dlogprint.c48 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
/system/bt/bta/hf_client/
Dbta_hf_client_at.cc64 #define MIN(a, b) \ macro