Searched refs:MIN (Results 1 - 11 of 11) sorted by relevance

/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
H A Dmlmath.h86 #ifndef MIN
87 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
/hardware/invensense/60xx/mlsdk/platform/include/
H A Dmlmath.h98 #ifndef MIN
99 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dmlmath.h86 #ifndef MIN
87 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Dstorage_manager.c135 len = MIN(hd->size, len);
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dstorage_manager.c141 len = MIN(hd->size, len);
/hardware/ti/omap4xxx/camera/
H A DEncoder_libjpeg.cpp47 #define MIN(x,y) ((x < y) ? x : y) macro
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmutils.h593 #ifndef MIN
594 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
595 #endif /* MIN */
/hardware/ril/libril/
H A Dril.cpp77 #define MIN(a,b) ((a)<(b) ? (a) : (b)) macro
919 digitLimit= MIN((rcsm.sAddress.number_of_digits), RIL_CDMA_SMS_ADDRESS_MAX);
934 digitLimit= MIN((rcsm.sSubAddress.number_of_digits), RIL_CDMA_SMS_SUBADDRESS_MAX);
943 digitLimit= MIN((rcsm.uBearerDataLen), RIL_CDMA_SMS_BEARER_DATA_MAX);
2057 num = MIN(p_cur->numberOfInfoRecs, RIL_CDMA_MAX_NUMBER_OF_INFO_RECS);
2685 digitLimit= MIN((p_cur->sAddress.number_of_digits), RIL_CDMA_SMS_ADDRESS_MAX);
2693 digitLimit= MIN((p_cur->sSubAddress.number_of_digits), RIL_CDMA_SMS_SUBADDRESS_MAX);
2698 digitLimit= MIN((p_cur->uBearerDataLen), RIL_CDMA_SMS_BEARER_DATA_MAX);
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu.c1030 chunk = MIN(chunk, len);
2175 len = MIN(MEMBLOCK, size);
2397 len = MIN(MEMBLOCK, size);
2506 len = MIN(MEMBLOCK, size);
H A Dbcmutils.c78 n = MIN((uint)PKTLEN(osh, p) - offset, (uint)len);
107 n = MIN((uint)PKTLEN(osh, p) - offset, (uint)len);
/hardware/samsung_slsi/exynos5/libhwjpeg/
H A DExynosJpegDecoder.cpp204 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
206 #define CLIP3(a, b, c) (MIN(b, MAX(a, c)))

Completed in 256 milliseconds