Home
last modified time | relevance | path

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

/hardware/ril/mock-ril/src/cpp/
Dnode_util.cpp92 # define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
Dnode_buffer.cpp52 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
/hardware/invensense/libsensors_iio/software/core/driver/include/
Dmlmath.h87 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
/hardware/invensense/mlsdk/platform/include/
Dmlmath.h99 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
/hardware/ti/omap4xxx/camera/
DEncoder_libjpeg.cpp47 #define MIN(x,y) ((x < y) ? x : y) macro
/hardware/samsung_slsi/exynos5/libhwjpeg/
DExynosJpegDecoder.cpp204 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
/hardware/qcom/camera/inc/
Domx_jpeg_common.h72 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) macro
/hardware/broadcom/wlan/bcm4329/dhdutil/include/
Dbcmutils.h517 #define MIN(a, b) (((a) < (b))?(a):(b)) macro
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h558 #define MIN(a, b) (((a) < (b))?(a):(b)) macro
/hardware/ril/libril/
Dril.cpp76 #define MIN(a,b) ((a)<(b) ? (a) : (b)) macro