/hardware/invensense/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 86 #ifndef MIN 87 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
|
/hardware/invensense/mlsdk/platform/include/ |
D | mlmath.h | 98 #ifndef MIN 99 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
|
/hardware/ril/mock-ril/src/cpp/ |
D | node_util.cpp | 91 #ifndef MIN 92 # define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
|
D | node_buffer.cpp | 52 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro 405 ssize_t to_copy = MIN(source_end - source_start, in Copy() 483 size_t towrite = MIN((unsigned long) s->Length(), buffer->length_ - offset); in AsciiWrite() 515 size_t towrite = MIN((unsigned long) s->Length(), buffer->length_ - offset); in BinaryWrite()
|
/hardware/invensense/libsensors_iio/software/core/mllite/ |
D | storage_manager.c | 132 len = MIN(hd->size, len); in inv_load_mpl_states()
|
/hardware/qcom/camera/inc/ |
D | omx_jpeg_common.h | 72 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) macro
|
/hardware/ril/libril/ |
D | ril.cpp | 76 #define MIN(a,b) ((a)<(b) ? (a) : (b)) macro 914 digitLimit= MIN((rcsm.sAddress.number_of_digits), RIL_CDMA_SMS_ADDRESS_MAX); in dispatchCdmaSms() 929 digitLimit= MIN((rcsm.sSubAddress.number_of_digits), RIL_CDMA_SMS_SUBADDRESS_MAX); in dispatchCdmaSms() 938 digitLimit= MIN((rcsm.uBearerDataLen), RIL_CDMA_SMS_BEARER_DATA_MAX); in dispatchCdmaSms() 1847 num = MIN(p_cur->numberOfInfoRecs, RIL_CDMA_MAX_NUMBER_OF_INFO_RECS); in responseCdmaInformationRecords() 2323 digitLimit= MIN((p_cur->sAddress.number_of_digits), RIL_CDMA_SMS_ADDRESS_MAX); in responseCdmaSms() 2331 digitLimit= MIN((p_cur->sSubAddress.number_of_digits), RIL_CDMA_SMS_SUBADDRESS_MAX); in responseCdmaSms() 2336 digitLimit= MIN((p_cur->uBearerDataLen), RIL_CDMA_SMS_BEARER_DATA_MAX); in responseCdmaSms()
|
/hardware/broadcom/wlan/bcm4329/dhdutil/include/ |
D | bcmutils.h | 516 #ifndef MIN 517 #define MIN(a, b) (((a) < (b))?(a):(b)) macro
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 557 #ifndef MIN 558 #define MIN(a, b) (((a) < (b))?(a):(b)) macro
|
/hardware/ti/omap4xxx/camera/ |
D | Encoder_libjpeg.cpp | 47 #define MIN(x,y) ((x < y) ? x : y) macro
|
/hardware/broadcom/wlan/bcm4329/dhdutil/ |
D | bcmutils.c | 79 n = MIN((uint)PKTLEN(osh, p) - offset, (uint)len); in pktcopy() 108 n = MIN((uint)PKTLEN(osh, p) - offset, (uint)len); in pktfrombuf()
|
D | dhdu.c | 1004 chunk = MIN(chunk, len); in dhd_membytes() 1998 len = MIN(MEMBLOCK, size); in dhd_upload()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
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()
|
D | dhdu.c | 1023 chunk = MIN(chunk, len); in dhd_membytes() 2128 len = MIN(MEMBLOCK, size); in dhd_upload()
|
/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)))
|