Searched defs:max (Results 1 - 25 of 27) sorted by relevance

12

/development/ndk/platforms/android-3/include/linux/netfilter/
H A Dxt_length.h16 u_int16_t min, max; member in struct:xt_length_info
/development/ndk/platforms/android-L/include/linux/netfilter/
H A Dxt_length.h24 __u16 min, max; member in struct:xt_length_info
H A Dnf_nat.h35 union nf_conntrack_man_proto max; member in struct:nf_nat_ipv4_range
H A Dxt_hashlimit.h42 __u32 max; member in struct:hashlimit_cfg
65 __u32 max; member in struct:hashlimit_cfg1
H A Dxt_u32.h37 __u32 max; member in struct:xt_u32_value_element
/development/ndk/sources/android/libportable/arch-mips/
H A Depoll.c25 int WRAP(epoll_wait)(int epfd, struct epoll_event *events, int max, int timeout) argument
27 return REAL(epoll_wait)(epfd, events, max, timeout);
/development/ndk/platforms/android-L/include/linux/
H A Datm_nicstar.h32 unsigned max; member in struct:buf_nr
H A Dxfrm.h407 __u32 max; member in struct:xfrm_userspi_info
H A Dpkt_sched.h576 __u32 max; member in struct:tc_sfb_qopt
H A Dvideodev2.h366 struct v4l2_fract max; member in struct:v4l2_frmival_stepwise
/development/ndk/sources/android/libportable/arch-x86/
H A Depoll.c31 int WRAP(epoll_wait)(int epfd, struct epoll_event_portable *events, int max, int timeout) argument
34 int ret = REAL(epoll_wait)(epfd, &x86_epoll_event, max, timeout);
/development/perftests/panorama/feature_stab/db_vlvm/
H A Ddb_utilities_random.h52 integer value r. An int between and including 0 and max
54 \param max upped limit
57 inline int db_RandomInt(int &r,int max) argument
61 dtemp=db_QuickRandomDouble(r)*(max+1);
64 if(itemp>=max) return(max);
/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
H A Dip_nat.h44 union ip_conntrack_manip_proto min, max; member in struct:ip_nat_range
H A Dipt_hashlimit.h30 u_int32_t max; member in struct:hashlimit_cfg
/development/ndk/platforms/android-3/include/linux/
H A Dmoduleparam.h55 unsigned int max; member in struct:kparam_array
/development/tools/mkstubs/src/com/android/mkstubs/stubber/
H A DMethodStubber.java166 public void visitTableSwitchInsn(int min, int max, Label dflt, Label[] labels) { argument
/development/tools/yuv420sp2rgb/
H A Dyuv420sp2rgb.c12 #ifndef max
13 #define max(a,b) ({typeof(a) _a = (a); typeof(b) _b = (b); _a > _b ? _a : _b; }) macro
103 nR = min(262143, max(0, nR));
104 nG = min(262143, max(0, nG));
105 nB = min(262143, max(0, nB));
/development/perftests/panorama/feature_stab/src/dbreg/
H A Ddbreg.cpp454 // Update the max inlier count
669 int max = m_cost_histogram[i]; local
673 if ( m_cost_histogram[i] < (int)(0.1*max) )
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/
H A DMethodSourcer.java242 public void visitTableSwitchInsn(int min, int max, Label dflt, Label[] labels) { argument
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
H A DCard.java223 * Set the range of the progress to 0...max. Only applicable if the card has a
227 public Card setMaxProgress(int max){ argument
229 mCardProgress.setMax(max);
670 * Set the range of the progress to 0...max.
672 * @param max
675 public void setMax(int max) { argument
676 maxValue = max;
/development/perftests/panorama/feature_mos/src/mosaic/
H A DBlend.cpp73 inline double max(double a, double b) { return a > b ? a : b; } function
134 global_rect.rgt = global_rect.top = -2e30; // max values
209 fullRect.right = (int) ceil(global_rect.rgt); // max-x
210 fullRect.bottom = (int) ceil(global_rect.top);// max-y
218 xLeftMost = max(0, max(xLeftCorners[0], xLeftCorners[1]) - fullRect.left + 1);
221 yTopMost = max(0, max(yTopCorners[0], yTopCorners[1]) - fullRect.top + 1);
/development/samples/training/testingfun/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/development/samples/training/InteractiveChart/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ...
/development/samples/ControllerSample/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/ContactsList/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 419 milliseconds

12