HomeSort by relevance Sort by last modified time
    Searched refs:MIN (Results 51 - 75 of 939) sorted by null

1 23 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/X64/
Paging.c 37 #ifndef MIN
38 #define MIN(a, b) ((a) < (b) ? (a) : (b))
199 gPDEBitsNum = (UINT8) MIN (SizeOfMemorySpace, EFI_MAX_ENTRY_BITS_NUM);
201 gPDPTEBitsNum = (UINT8) MIN (SizeOfMemorySpace, EFI_MAX_ENTRY_BITS_NUM);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangDumpDecl.h 21 MIN
  /external/harfbuzz_ng/src/
hb-ot-var-fvar-table.hh 118 info->min_value = MIN<float> (info->default_value, axis.minValue / 65536.);
132 start_offset = MIN (start_offset, count);
137 count = MIN (count, *axes_count);
168 v = MAX (MIN (v, axis.max_value), axis.min_value); /* Clamp. */
  /external/ltp/lib/
tst_fill_fs.c 53 ret = write(fd, buf, MIN(len, sizeof(buf)));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
1-6.c 188 MIN,
194 {SCHED_FIFO, MIN},
197 {SCHED_RR, MIN},
205 case MIN:
  /external/opencv/cv/src/
cvcalccontrasthistogram.cpp 117 int v1_r = MIN( data0[x], data0[x + 1] );
125 array[val0] += MIN( t - v1_r, v2_r - t );
131 int v1_d = MIN( data0[x], data0[x + step] );
139 array[val0] += MIN( t - v1_d, v2_d - t );
236 int v1_r = MIN( data0[x], data0[x + 1] );
245 array[val0] += MIN( t - v1_r, v2_r - t );
255 int v1_d = MIN( data0[x], data0[x + step] );
263 array[val0] += MIN( t - v1_d, v2_d - t );
cvstereobm.cpp 136 const uchar* bottom = sptr + srcstep*MIN(y+wsz2,size.height-1);
139 const uchar* next = sptr + srcstep*MIN(y+1,size.height-1);
183 int dy0 = MIN(_dy0, wsz2+1), dy1 = MIN(_dy1, wsz2+1);
187 int rofs = -MIN(ndisp - 1 + mindisp, 0);
224 lptr = lptr0 + MIN(MAX(x, -lofs), width-lofs-1) - dy0*sstep;
225 rptr = rptr0 + MIN(MAX(x, -rofs), width-rofs-1) - dy0*sstep;
256 lptr_sub = lptr0 + MIN(MAX(x0, -lofs), width-1-lofs) - dy0*sstep;
257 lptr = lptr0 + MIN(MAX(x1, -lofs), width-1-lofs) - dy0*sstep;
258 rptr = rptr0 + MIN(MAX(x1, -rofs), width-1-rofs) - dy0*sstep
    [all...]
  /external/python/cpython2/Objects/stringlib/
localeutil.h 9 #define MIN(x, y) ((x) < (y) ? (x) : (y))
145 l = MIN(l, MAX(MAX(remaining, min_width), 1));
147 n_chars = MAX(0, MIN(remaining, l));
177 n_chars = MAX(0, MIN(remaining, l));
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
stream.c 41 len = MIN(Frame_Maxsize - stream->frame_storelen, stream->set_len);
  /frameworks/native/services/schedulerservice/
SchedulingPolicyService.cpp 39 if (priority < static_cast<int32_t>(Priority::MIN) ||
  /libcore/ojluni/src/test/java/time/tck/java/time/serial/
TCKLocalDateSerialization.java 88 assertSerializable(LocalDate.MIN);
TCKLocalDateTimeSerialization.java 81 assertSerializable(LocalDateTime.MIN);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
CameraPairwiseTest.java 57 public enum Exposure { MIN, MAX, NONE };
134 * Flash: On / Exposure: Min / WB: Fluorescent
139 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.FLUORESCENT, SceneMode.AUTO,
184 * Flash: Auto / Exposure: Min / WB: Auto
189 genericPairwiseTestCase(Flash.AUTO, Exposure.MIN, WhiteBalance.AUTO, SceneMode.ACTION,
194 * Flash: On / Exposure: Min / WB: Auto
199 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.AUTO, SceneMode.ACTION,
204 * Flash: Off / Exposure: Min / WB: Auto
209 genericPairwiseTestCase(Flash.OFF, Exposure.MIN, WhiteBalance.AUTO, SceneMode.NIGHT,
214 * Flash: Off / Exposure: Min / WB: Dayligh
    [all...]
  /external/libexif/libexif/
exif-utils.h 179 #undef MIN
180 #define MIN(a, b) (((a) < (b)) ? (a) : (b))
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
mlmath.h 86 #ifndef MIN
87 #define MIN(x,y) (((x)<(y))?(x):(y))
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mlmath.h 86 #ifndef MIN
87 #define MIN(x,y) (((x)<(y))?(x):(y))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_float.py     [all...]
  /external/python/cpython2/Lib/test/
test_float.py     [all...]
  /external/python/cpython3/Lib/test/
test_float.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_float.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_float.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_float.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_float.py     [all...]
  /libcore/ojluni/src/test/java/nio/file/attribute/
FileTimeTest.java 83 cmp(Instant.MIN, Long.MIN_VALUE, DAYS, 1);
84 cmp(Instant.MIN, Long.MIN_VALUE, HOURS, 1);
85 cmp(Instant.MIN, Long.MIN_VALUE, MINUTES, 1);
86 cmp(Instant.MIN, Long.MIN_VALUE, SECONDS, 1);
87 cmp(Instant.MIN, Instant.MIN.getEpochSecond() - 1, SECONDS, 1);
88 cmp(Instant.MIN, Instant.MIN.getEpochSecond() - 100, SECONDS, 1);
89 cmp(Instant.MIN, Instant.MIN.getEpochSecond(), SECONDS, 0)
    [all...]
  /external/speex/libspeex/
pseudofloat.h 63 #define MIN(a,b) ((a)<(b)?(a):(b))
106 r.m = ((a).m>>1) + ((b).m>>MIN(15,(a).e-(b).e+1));
111 r.m = ((b).m>>1) + ((a).m>>MIN(15,(b).e-(a).e+1));
141 r.m = ((a).m>>1) - ((b).m>>MIN(15,(a).e-(b).e+1));
146 r.m = ((a).m>>MIN(15,(b).e-(a).e+1)) - ((b).m>>1);
174 return ((a).m>>1) < ((b).m>>MIN(15,(a).e-(b).e+1));
176 return ((b).m>>1) > ((a).m>>MIN(15,(b).e-(a).e+1));

Completed in 1584 milliseconds

1 23 4 5 6 7 8 91011>>