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

1234567891011>>

/external/dhcpcd-6.8.2/compat/
H A Darc4random_uniform.c37 uint32_t r, min; local
43 min = -upper_bound % upper_bound;
53 while (r < min);
/external/fio/
H A Dminmax.h4 #ifndef min
5 #define min(x,y) ({ \ macro
/external/iptables/include/linux/netfilter/
H A Dxt_length.h7 __u16 min, max; member in struct:xt_length_info
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_length.h7 __u16 min, max; member in struct:xt_length_info
/external/libjpeg-turbo/
H A Dtjutil.h39 #ifndef min
40 #define min(a,b) ((a)<(b)?(a):(b)) macro
/external/libvncserver/test/
H A Dtjutil.h39 #ifndef min
40 #define min(a,b) ((a)<(b)?(a):(b)) macro
/external/vulkan-validation-layers/libs/glm/detail/
H A D_fixes.hpp37 #ifdef min
38 #undef min macro
/external/avahi/avahi-common/
H A Dutf8.c54 unsigned min = 0; local
75 min = (1 << 11);
81 min = (1 << 16);
95 if ( (val < min))
/external/icu/icu4c/source/i18n/
H A Dsmallintformatter.cpp2581 IntDigitCountRange::IntDigitCountRange(int32_t min, int32_t max) { argument
2582 fMin = min < 0 ? 0 : min;
/external/libchrome/base/metrics/
H A Dsample_map_unittest.cc67 HistogramBase::Sample min; local
71 it->Get(&min, &max, &count);
72 EXPECT_EQ(1, min);
78 it->Get(&min, &max, &count);
79 EXPECT_EQ(2, min);
84 it->Get(&min, &max, &count);
85 EXPECT_EQ(4, min);
111 HistogramBase::Sample min; local
115 it->Get(&min, &max, &count);
116 EXPECT_EQ(10, min);
141 HistogramBase::Sample min; local
[all...]
H A Dsample_vector_unittest.cc193 HistogramBase::Sample min; local
196 it.Get(&min, &max, &count);
197 EXPECT_EQ(0, min);
204 it.Get(&min, &max, &count);
205 EXPECT_EQ(2, min);
224 it2->Get(&min, &max, &count);
225 EXPECT_EQ(i, min);
251 HistogramBase::Sample min; local
254 EXPECT_DEATH(it->Get(&min, &max, &count), "");
/external/skia/src/animator/
H A DSkDisplayRandom.h17 #ifdef min
18 #undef min macro
35 SkScalar min; member in class:SkDisplayRandom
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRDFA.h36 const unichar *min; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRDFA.h36 const unichar *min; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRDFA.h36 const unichar *min; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRDFA.h36 const unichar *min; variable
73 @property const unichar *min; variable
/external/eigen/doc/examples/
H A DTutorial_ReductionsVisitorsBroadcasting_visitors.cpp20 float min = m.minCoeff(&minRow, &minCol); local
24 cout << "Min: " << min << ", at: " <<
/external/fio/lib/
H A Dlinux-dev-lookup.c11 unsigned int min)
36 maj, min);
57 if (maj == major(st.st_rdev) && min == minor(st.st_rdev)) {
10 blktrace_lookup_device(const char *redirect, char *path, unsigned int maj, unsigned int min) argument
/external/libmicrohttpd/src/testspdy/
H A Dcommon.c48 get_port(uint16_t min) argument
52 if(2 > min) min=2;
53 uint16_t port = min + (tv.tv_usec+10) % ((1 << 16) - min);
/external/opencv3/3rdparty/openexr/Imath/
H A DImathHalfLimits.h55 static float min() {return -HALF_MAX;} function in struct:Imath::limits
H A DImathLimits.h50 // In Windows, min and max are macros. Yay.
54 #ifdef min
55 #undef min macro
70 // min() largest possible negative value of type T
91 // T m = limits<T>::min();
119 static T min();
135 static char min() {return CHAR_MIN;} function in struct:Imath::limits
146 static signed char min() {return SCHAR_MIN;} function in struct:Imath::limits
157 static unsigned char min() {return 0;} function in struct:Imath::limits
168 static short min() {retur function in struct:Imath::limits
179 static unsigned short min() {return 0;} function in struct:Imath::limits
190 static int min() {return INT_MIN;} function in struct:Imath::limits
201 static unsigned int min() {return 0;} function in struct:Imath::limits
212 static long min() {return LONG_MIN;} function in struct:Imath::limits
223 static unsigned long min() {return 0;} function in struct:Imath::limits
234 static float min() {return -FLT_MAX;} function in struct:Imath::limits
245 static double min() {return -DBL_MAX;} function in struct:Imath::limits
256 static long double min() {return -LDBL_MAX;} function in struct:Imath::limits
[all...]
/external/opencv3/modules/core/include/opencv2/core/cuda/
H A Dlimits.hpp62 __device__ __forceinline__ static bool min() { return false; } function in struct:cv::cuda::device::numeric_limits
69 __device__ __forceinline__ static signed char min() { return SCHAR_MIN; } function in struct:cv::cuda::device::numeric_limits
76 __device__ __forceinline__ static unsigned char min() { return 0; } function in struct:cv::cuda::device::numeric_limits
83 __device__ __forceinline__ static short min() { return SHRT_MIN; } function in struct:cv::cuda::device::numeric_limits
90 __device__ __forceinline__ static unsigned short min() { return 0; } function in struct:cv::cuda::device::numeric_limits
97 __device__ __forceinline__ static int min() { return INT_MIN; } function in struct:cv::cuda::device::numeric_limits
104 __device__ __forceinline__ static unsigned int min() { return 0; } function in struct:cv::cuda::device::numeric_limits
111 __device__ __forceinline__ static float min() { return FLT_MIN; } function in struct:cv::cuda::device::numeric_limits
119 __device__ __forceinline__ static double min() { return DBL_MIN; } function in struct:cv::cuda::device::numeric_limits
/external/opencv3/modules/cudev/include/opencv2/cudev/util/
H A Dlimits.hpp62 __device__ __forceinline__ static bool min() { return false; } function in struct:cv::cudev::numeric_limits
69 __device__ __forceinline__ static schar min() { return SCHAR_MIN; } function in struct:cv::cudev::numeric_limits
76 __device__ __forceinline__ static uchar min() { return 0; } function in struct:cv::cudev::numeric_limits
83 __device__ __forceinline__ static short min() { return SHRT_MIN; } function in struct:cv::cudev::numeric_limits
90 __device__ __forceinline__ static ushort min() { return 0; } function in struct:cv::cudev::numeric_limits
97 __device__ __forceinline__ static int min() { return INT_MIN; } function in struct:cv::cudev::numeric_limits
104 __device__ __forceinline__ static uint min() { return 0; } function in struct:cv::cudev::numeric_limits
111 __device__ __forceinline__ static float min() { return FLT_MIN; } function in struct:cv::cudev::numeric_limits
119 __device__ __forceinline__ static double min() { return DBL_MIN; } function in struct:cv::cudev::numeric_limits
/external/opencv3/modules/imgcodecs/
H A Dprecomp.hpp71 #undef min macro
/external/opencv3/modules/imgcodecs/src/
H A Dprecomp.hpp71 #undef min macro

Completed in 873 milliseconds

1234567891011>>