Searched refs:min (Results 1 - 10 of 10) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dhardware.h37 #define HARDWARE_MAKE_API_VERSION(maj,min) \
38 ((((maj) & 0xff) << 8) | ((min) & 0xff))
62 #define HARDWARE_MODULE_API_VERSION(maj,min) HARDWARE_MAKE_API_VERSION(maj,min)
67 #define HARDWARE_DEVICE_API_VERSION(maj,min) HARDWARE_MAKE_API_VERSION(maj,min)
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
H A DPERF.awk39 min = (size != "") ? (size) : (min != "") ? (min) : 1; # min size of buffers to watch
58 else if (gsub("^size=", "",arg)) { min = max = (arg) }
59 else if (gsub("^min=", "",arg)) { min = (arg) }
97 print "min = ", min
102 min
[all...]
/hardware/ti/wlan/wl1271/platforms/os/common/inc/
H A Dcli_cu_common.h95 #ifndef min
96 # define min(a, b) (((a)<(b)) ? (a) : (b)) macro
/hardware/msm7k/libcopybit/
H A Dcopybit.cpp91 /** min of int a, b */
92 static inline int min(int a, int b) { function
115 out->r = min(lhs->r, rhs->r);
116 out->b = min(lhs->b, rhs->b);
/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/ti/wlan/wl1271/platforms/os/linux/src/
H A DCmdInterpretWext.c423 range->pmp_flags = IW_POWER_ON; /* How to decode max/min PM period */
424 range->pmt_flags = IW_POWER_ON; /* How to decode max/min PM timeout */
445 range->retry_flags = 0; /* How to decode max/min retry limit */
446 range->r_time_flags = 0; /* How to decode max/min retry life */
727 iwe.u.data.length = min((TI_UINT8)my_current->Ssid.SsidLength, (TI_UINT8)32);
1396 os_memoryCopy(pCmdInterpret->hOs, my_command->out_buffer, my_command->in_buffer, min(my_command->in_buffer_len,my_command->out_buffer_len));
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h450 status_t convertGPSCoord(double coord, int &deg, int &min, int &sec, int &secDivisor);
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c42 #define min(a, b) ( { typeof(a) __a = (a), __b = (b); __a < __b ? __a : __b; } ) macro
1047 hwc_dev->ext_ovls = min(MAX_HW_OVERLAYS - hwc_dev->last_int_ovls, hwc_dev->ext_ovls);
/hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
H A D802.11.h298 uint8 min; member in struct:dot11_power_cap
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A D802.11.h298 uint8 min; member in struct:dot11_power_cap

Completed in 608 milliseconds