Searched defs:min (Results 1 - 25 of 60) sorted by relevance

123

/hardware/samsung_slsi/exynos5/libmemtrack/
H A Dmali.c27 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
46 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates));
/hardware/ti/omap4-aah/libtiutils/
H A DUtilsCommon.h43 const T & min(const T & a, const T & b);
49 const T & bound(const T & min, const T & x, const T & max);
72 inline const T & min(const T & a, const T & b) { function in namespace:Ti
82 inline const T & bound(const T & min, const T & x, const T & max) { argument
83 return x < min ? min : x > max ? max : x;
/hardware/libhardware/include/hardware/
H A Dconsumerir.h30 int min; member in struct:consumerir_freq_range
/hardware/intel/img/psb_headers/DRM/cc54/inc/
H A Ddrm_common_api.h51 uint8_t min; member in struct:time_of_day
/hardware/qcom/display/msm8084/libmemtrack/
H A Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
47 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates));
/hardware/qcom/display/msm8226/libmemtrack/
H A Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
47 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates));
/hardware/qcom/display/msm8960/libmemtrack/
H A Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
47 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates));
/hardware/qcom/display/msm8974/libmemtrack/
H A Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
47 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates));
/hardware/intel/img/libdrm/libdrm/nouveau/
H A Dnouveau_pushbuf.c121 nouveau_pushbuf_space_call(struct nouveau_channel *chan, unsigned min) argument
128 if (min < PB_MIN_USER_DWORDS)
129 min = PB_MIN_USER_DWORDS;
132 if (nvpb->current_offset + min + 2 <= nvpb->size)
157 nouveau_pushbuf_space(struct nouveau_channel *chan, unsigned min) argument
163 return nouveau_pushbuf_space_call(chan, min);
170 nvpb->size = min < PB_MIN_USER_DWORDS ? PB_MIN_USER_DWORDS : min;
254 nouveau_pushbuf_flush(struct nouveau_channel *chan, unsigned min) argument
325 ret = nouveau_pushbuf_space(chan, min);
[all...]
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dcommon.h122 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
H A DAKFS_AOC.c122 AKFVEC* mean, /*!< (o) : (max+min)/2 */
128 AKFVEC min; local
131 min.v[j] = v[0].v[j];
134 if(v[i].v[j] < min.v[j]){
135 min.v[j] = v[i].v[j];
141 mean->v[j] = (max.v[j] + min.v[j]) / 2.0; /*mean */
142 var->v[j] = max.v[j] - min.v[j]; /*var */
/hardware/intel/img/hwcomposer/common/devices/
H A DPhysicalDevice.cpp176 static inline T min(T a, T b) { function in namespace:android::intel
198 *numConfigs = min(*numConfigs, mDisplayConfigs.size());
/hardware/qcom/audio/legacy/alsa_sound/
H A DALSAMixer.cpp84 min(SND_MIXER_VOL_RANGE_MIN),
91 long min; member in struct:android::mixer_info_t
197 getVolumeRange[i] (elem, &info->min, &info->max);
234 getVolumeRange[i] (elem, &info->min, &info->max);
272 long minVol = info->min;
291 long minVol = info->min;
313 long minVol = info->min;
336 long minVol = info->min;
/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit.cpp96 /** min of int a, b */
97 static inline int min(int a, int b) { function
120 out->r = min(lhs->r, rhs->r);
121 out->b = min(lhs->b, rhs->b);
/hardware/qcom/display/msm8084/libgralloc/
H A Dframebuffer.cpp46 /** min of int a, b */
47 static inline int min(int a, int b) { function
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit.cpp96 /** min of int a, b */
97 static inline int min(int a, int b) { function
120 out->r = min(lhs->r, rhs->r);
121 out->b = min(lhs->b, rhs->b);
/hardware/qcom/display/msm8226/libgralloc/
H A Dframebuffer.cpp46 /** min of int a, b */
47 static inline int min(int a, int b) { function
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit.cpp94 /** min of int a, b */
95 static inline int min(int a, int b) { function
118 out->r = min(lhs->r, rhs->r);
119 out->b = min(lhs->b, rhs->b);
/hardware/qcom/display/msm8960/libgralloc/
H A Dframebuffer.cpp46 /** min of int a, b */
47 static inline int min(int a, int b) { function
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit.cpp96 /** min of int a, b */
97 static inline int min(int a, int b) { function
120 out->r = min(lhs->r, rhs->r);
121 out->b = min(lhs->b, rhs->b);
/hardware/qcom/display/msm8974/libgralloc/
H A Dframebuffer.cpp46 /** min of int a, b */
47 static inline int min(int a, int b) { function
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXExif.cpp800 int &min,
817 min = (int) floor(tmp);
824 min += 1;
827 if( min >= 60 ) {
828 min = 0;
798 convertGPSCoord(double coord, int &deg, int &min, int &sec, int &secDivisor) argument
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXExif.cpp802 int &min,
819 min = (int) floor(tmp);
826 min += 1;
829 if( min >= 60 ) {
830 min = 0;
800 convertGPSCoord(double coord, int &deg, int &min, int &sec, int &secDivisor) argument
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcommon.h175 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
/hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
H A DVideoDecoderAVCSecure.cpp61 #ifndef min
62 #define min(X, Y) ((X) <(Y) ? (X) : (Y)) macro
428 naluHeaderLen = min(naluStream->naluLen, MAX_SLICE_HEADER_SIZE);

Completed in 853 milliseconds

123