Home
last modified time | relevance | path

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

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