Searched refs:MIN (Results 1 – 11 of 11) sorted by relevance
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 86 #ifndef MIN 87 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
|
/hardware/invensense/60xx/mlsdk/platform/include/ |
D | mlmath.h | 98 #ifndef MIN 99 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
|
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 86 #ifndef MIN 87 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
|
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/ |
D | storage_manager.c | 135 len = MIN(hd->size, len); in inv_load_mpl_states()
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | storage_manager.c | 141 len = MIN(hd->size, len); in inv_load_mpl_states()
|
/hardware/ril/libril/ |
D | ril.cpp | 77 #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/ |
D | Encoder_libjpeg.cpp | 47 #define MIN(x,y) ((x < y) ? x : y) macro
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 593 #ifndef MIN 594 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu.c | 1030 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()
|
D | bcmutils.c | 78 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/ |
D | ExynosJpegDecoder.cpp | 204 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro 206 #define CLIP3(a, b, c) (MIN(b, MAX(a, c)))
|