Searched defs:min (Results 1 - 25 of 821) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/yaffs2/yaffs2/
H A Dyaffs_qsort.c77 #define min(a,b) (((a) < (b)) ? (a) : (b)) macro
143 r = min(pa - (char *)a, pb - pa);
145 r = min((long)(pd - pc), (long)(pn - pd - es));
/external/zlib/src/contrib/infback9/
H A Dinftree9.c42 unsigned min, max; /* minimum and maximum code lengths */ local
120 for (min = 1; min <= MAXBITS; min++)
121 if (count[min] != 0) break;
122 if (root < min) root = min;
196 len = min; /* starting code length */
/external/zlib/src/
H A Dinftrees.c42 unsigned min, max; /* minimum and maximum code lengths */ local
126 for (min = 1; min < max; min++)
127 if (count[min] != 0) break;
128 if (root < min) root = min;
202 len = min; /* starting code length */
235 min = fill; /* save offset to next table */
266 next += min; /* her
[all...]
/external/webrtc/src/
H A Dcommon_types.h280 int min; // minumum member in struct:webrtc::__anon33417
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core.h60 float min; member in struct:__anon33469
/external/webrtc/src/modules/audio_processing/aec/interface/
H A Decho_cancellation.h49 WebRtc_Word16 min; member in struct:__anon33479
/external/webrtc/src/modules/audio_processing/test/testsupport/metrics/
H A Dvideo_metrics.h31 min(std::numeric_limits<double>::max()),
32 max(std::numeric_limits<double>::min()),
37 double min; member in struct:webrtc::test::QualityMetricsResult
/external/webrtc/src/system_wrappers/source/spreadsortlib/
H A Dspreadsort.hpp60 find_extremes(RandomAccessIter current, RandomAccessIter last, RandomAccessIter & max, RandomAccessIter & min) argument
62 min = max = current;
63 //Start from the second item, as max and min are initialized to the first
67 else if(*current < *min)
68 min = current;
75 find_extremes(RandomAccessIter current, RandomAccessIter last, RandomAccessIter & max, RandomAccessIter & min, compare comp) argument
77 min = max = current;
81 else if(comp(*current, *min))
82 min = current;
130 RandomAccessIter max, min; local
245 RandomAccessIter max, min; local
293 RandomAccessIter max, min; local
419 find_extremes(RandomAccessIter current, RandomAccessIter last, div_type & max, div_type & min, right_shift shift) argument
468 find_extremes(RandomAccessIter current, RandomAccessIter last, cast_type & max, cast_type & min) argument
486 div_type max, min; local
535 div_type max, min; local
586 div_type max, min; local
635 div_type max, min; local
685 div_type max, min; local
769 div_type max, min; local
853 div_type max, min; local
[all...]
/external/webrtc/src/system_wrappers/test/TestSort/
H A DTestSort.cpp20 #undef min macro
/external/webrtc/test/testsupport/metrics/
H A Dvideo_metrics.h31 min(std::numeric_limits<double>::max()),
32 max(std::numeric_limits<double>::min()),
37 double min; member in struct:webrtc::test::QualityMetricsResult
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c223 int olduse, res, min, max; local
229 min = b->used;
233 min = a->used;
266 for (i = 0; i < min; i++) {
280 if (min != max) {
310 int olduse, res, min, max; local
313 min = b->used;
336 for (i = 0; i < min; i++) {
3251 * So basically you set up iy like before then you min it with
H A Dx509v3.c544 int year, month, day, hour, min, sec; local
616 if (sscanf(pos, "%02d", &min) != 1) {
618 "(min)", buf, len);
629 if (os_mktime(year, month, day, hour, min, sec, val) < 0) {
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h519 unsigned int min; member in struct:wpa_freq_range_list::wpa_freq_range
H A Dos.h123 * @min: Minute (0 .. 59)
132 int os_mktime(int year, int month, int day, int hour, int min, int sec,
137 int min; /* 0..59 */ member in struct:os_tm
H A Dos_internal.c55 int os_mktime(int year, int month, int day, int hour, int min, int sec, argument
61 hour < 0 || hour > 23 || min < 0 || min > 59 || sec < 0 ||
70 tm.tm_min = min;
87 tm->min = tm2->tm_min;
H A Dos_none.c35 int os_mktime(int year, int month, int day, int hour, int min, int sec, argument
H A Dos_unix.c101 int os_mktime(int year, int month, int day, int hour, int min, int sec, argument
109 hour < 0 || hour > 23 || min < 0 || min > 59 || sec < 0 ||
118 tm.tm_min = min;
150 tm->min = tm2->tm_min;
H A Dos_win32.c61 int os_mktime(int year, int month, int day, int hour, int min, int sec, argument
69 hour < 0 || hour > 23 || min < 0 || min > 59 || sec < 0 ||
78 tm.tm_min = min;
110 tm->min = tm2->tm_min;
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c223 int olduse, res, min, max; local
229 min = b->used;
233 min = a->used;
266 for (i = 0; i < min; i++) {
280 if (min != max) {
310 int olduse, res, min, max; local
313 min = b->used;
336 for (i = 0; i < min; i++) {
3251 * So basically you set up iy like before then you min it with
H A Dx509v3.c544 int year, month, day, hour, min, sec; local
616 if (sscanf(pos, "%02d", &min) != 1) {
618 "(min)", buf, len);
629 if (os_mktime(year, month, day, hour, min, sec, val) < 0) {
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h519 unsigned int min; member in struct:wpa_freq_range_list::wpa_freq_range
H A Dos.h123 * @min: Minute (0 .. 59)
132 int os_mktime(int year, int month, int day, int hour, int min, int sec,
137 int min; /* 0..59 */ member in struct:os_tm
H A Dos_internal.c55 int os_mktime(int year, int month, int day, int hour, int min, int sec, argument
61 hour < 0 || hour > 23 || min < 0 || min > 59 || sec < 0 ||
70 tm.tm_min = min;
87 tm->min = tm2->tm_min;
H A Dos_none.c35 int os_mktime(int year, int month, int day, int hour, int min, int sec, argument

Completed in 413 milliseconds

1234567891011>>