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

1 2 3 4 5 67 8 91011>>

  /external/harfbuzz_ng/src/
hb-ot-var-avar-table.hh 123 unsigned int count = MIN<unsigned int> (coords_length, axisCount);
hb-ot-map.cc 189 feature_infos[j].stage[0] = MIN (feature_infos[j].stage[0], feature_infos[i].stage[0]);
190 feature_infos[j].stage[1] = MIN (feature_infos[j].stage[1], feature_infos[i].stage[1]);
210 bits_needed = MIN(8u, _hb_bit_storage (info->max_value));
  /external/icu/icu4c/source/common/
ucmndata.cpp 92 #ifndef MIN
93 #define MIN(a,b) (((a)<(b)) ? (a) : (b))
150 int32_t prefixLength=MIN(startPrefixLength, limitPrefixLength);
195 int32_t prefixLength=MIN(startPrefixLength, limitPrefixLength);
  /external/libavc/common/
ih264_macros.h 55 * @brief Min, Max
59 #define MIN(a,b) ((a < b)?(a):(b))
  /external/opencv/cv/src/
cvcamshift.cpp 267 comp.rect.width = MIN( t0, (mat->width - _xc) * 2 );
273 comp.rect.height = MIN( t0, (mat->height - _yc) * 2 );
278 comp.rect.width = MIN( mat->width - comp.rect.x, comp.rect.width );
279 comp.rect.height = MIN( mat->height - comp.rect.y, comp.rect.height );
cvstereogc.cpp 88 // cutoffSqrTab[x] = MIN(x*x, CUTOFF)
98 icvTruncTab[i] = (uchar)MIN(MAX(i-255,0),255);
100 icvCutoffSqrTab[i] = MIN(i*i, CUTOFF);
110 state2->dataCostFuncTab[i] = MIN(i*DENOMINATOR - K, 0);
113 state2->smoothnessR[i] = MIN(abs(i-CUTOFF), state2->interactionRadius);
234 min_weight = MIN(min_weight, weight);
238 min_weight = MIN(min_weight, weight);
409 // min(CUTOFF,
410 // min(
417 // min(CUTOFF
    [all...]
  /hardware/intel/img/psb_video/src/
tng_enc_trace.h 43 #define MIN(a,b) ((a)>(b)?(b):(a))
  /libcore/ojluni/src/test/java/time/tck/java/time/serial/
TCKLocalTimeSerialization.java 90 assertSerializable(LocalTime.MIN);
  /test/vti/dashboard/src/main/java/com/android/vts/entity/
ProfilingPointSummaryEntity.java 44 public static final String MIN = "min";
175 profilingSummary.setUnindexedProperty(MIN, this.globalStats.getMin());
220 || !e.hasProperty(MIN)
235 double min = (double) e.getProperty(MIN); local
241 min,
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
qsort.c 46 #define MIN(a, b) ((a) < (b) ? a : b)
186 d1 = MIN(pa - (char *)a, pb - pa);
188 d1 = MIN(pd - pc, pn - pd - es);
  /external/adhd/cras/src/server/
test_iodev.c 100 *frames = MIN(*frames, readable);
133 avail = MIN(avail, *frames * testio->fmt_bytes);
248 count = MIN(count, avail);
cras_loopback_iodev.c 67 frames_to_copy = MIN(buf_writable_bytes(sbuf) / frame_bytes, nframes);
135 frames_to_fill = MIN(buf_writable_bytes(sbuf) / frame_bytes,
199 *frames = MIN(avail_frames, *frames);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/
StatUtils.java 27 import org.apache.commons.math.stat.descriptive.rank.Min;
54 /** min */
55 private static final UnivariateStatistic MIN = new Min();
466 public static double min(final double[] values) { method in class:StatUtils
467 return MIN.evaluate(values);
492 public static double min(final double[] values, final int begin, method in class:StatUtils
494 return MIN.evaluate(values, begin, length);
  /external/curl/lib/
sha256.c 118 #ifndef MIN
119 #define MIN(x, y) (((x) < (y)) ? (x) : (y))
195 n = MIN(inlen, (block_size - md->curlen));
  /external/elfutils/libebl/
eblstrtab.c 46 #ifndef MIN
47 # define MIN(a, b) ((a) < (b) ? (a) : (b))
205 MIN ((*sep)->len, newstr->len) - 1);
eblgstrtab.c 45 #ifndef MIN
46 # define MIN(a, b) ((a) < (b) ? (a) : (b))
208 (MIN ((*sep)->len, newstr->len) - 1) * (*sep)->width);
eblwstrtab.c 47 #ifndef MIN
48 # define MIN(a, b) ((a) < (b) ? (a) : (b))
208 MIN ((*sep)->len, newstr->len) - 1);
  /external/fec/
decode_rs.h 66 #undef MIN
67 #define MIN(a,b) ((a) < (b) ? (a) : (b))
276 for (i = MIN(deg_lambda,NROOTS-1) & ~1; i >= 0; i -=2) {
  /external/libhevc/decoder/
ihevcd_sao.c 137 sao_wd_luma = MIN(ctb_size, remaining_cols);
138 sao_wd_chroma = MIN(ctb_size, remaining_cols);
141 sao_ht_luma = MIN(ctb_size, remaining_rows);
142 sao_ht_chroma = MIN(ctb_size, remaining_rows) / 2;
260 pu1_src_tmp += MIN((WORD32)CTZ(u4_no_loop_filter_flag), tmp_wd);
261 pu1_src_copy += MIN((WORD32)CTZ(u4_no_loop_filter_flag), tmp_wd);
266 for(row = 0; row < MIN(min_cu, sao_ht_luma - (i - 1) * min_cu); row++)
268 for(col = 0; col < MIN((WORD32)CTZ(~u4_no_loop_filter_flag) * min_cu, tmp_wd); col++)
275 pu1_src_tmp += MIN((WORD32)CTZ(~u4_no_loop_filter_flag), tmp_wd);
276 pu1_src_copy += MIN((WORD32)CTZ(~u4_no_loop_filter_flag), tmp_wd)
    [all...]
  /external/speex/libspeex/
_kiss_fft_guts.h 15 #define MIN(a,b) ((a)<(b) ? (a):(b))
133 # define KISS_FFT_COS(phase) floor(MIN(32767,MAX(-32767,.5+32768 * cos (phase))))
134 # define KISS_FFT_SIN(phase) floor(MIN(32767,MAX(-32767,.5+32768 * sin (phase))))
  /external/wpa_supplicant_8/src/crypto/
sha256-internal.c 79 #ifndef MIN
80 #define MIN(x, y) (((x) < (y)) ? (x) : (y))
164 n = MIN(inlen, (SHA256_BLOCK_SIZE - md->curlen));
  /libcore/ojluni/src/test/java/time/tck/java/time/format/
TCKInstantPrinterParser.java 106 {Instant.MIN.getEpochSecond(), 0, "-1000000000-01-01T00:00:00Z"},
184 {9, Instant.MIN.getEpochSecond(), 0, "-1000000000-01-01T00:00:00.000000000Z"},
220 {Instant.MIN.getEpochSecond(), 0, "-1000000000-01-01T00:00:00.000000000Z"},
  /external/adhd/cras/src/common/
cras_shm.h 209 read_offset = MIN(shm->area->read_offset[i], used_size);
210 write_offset = MIN(shm->area->write_offset[i], used_size);
237 read_offset = MIN(shm->area->read_offset[buf_idx], used_size);
238 write_offset = MIN(shm->area->write_offset[buf_idx], used_size);
392 shm->area->volume_scaler = MIN(volume_scaler, 1.0);
  /external/libxml2/
timsort.h 70 #ifndef MIN
71 #define MIN(x,y) (((x) < (y) ? (x) : (y)))
162 #ifndef MIN
163 #define MIN(x,y) (((x) < (y) ? (x) : (y)))
378 TIM_SORT_RESIZE(store, MIN(A, B));
  /external/iproute2/tc/
tc_util.c 97 __u32 maj, min; local
117 min = strtoul(str, &p, 16);
120 if (min >= (1<<16))
122 maj |= min;
722 memcpy(&bs, RTA_DATA(tbs[TCA_STATS_BASIC]), MIN(RTA_PAYLOAD(tbs[TCA_STATS_BASIC]), sizeof(bs)));
730 memcpy(&q, RTA_DATA(tbs[TCA_STATS_QUEUE]), MIN(RTA_PAYLOAD(tbs[TCA_STATS_QUEUE]), sizeof(q)));
739 MIN(RTA_PAYLOAD(tbs[TCA_STATS_RATE_EST64]),
747 MIN(RTA_PAYLOAD(tbs[TCA_STATS_RATE_EST]), sizeof(re)));
755 memcpy(&q, RTA_DATA(tbs[TCA_STATS_QUEUE]), MIN(RTA_PAYLOAD(tbs[TCA_STATS_QUEUE]), sizeof(q)));
781 memcpy(&st, RTA_DATA(tb[TCA_STATS]), MIN(RTA_PAYLOAD(tb[TCA_STATS]), sizeof(st)))
    [all...]

Completed in 802 milliseconds

1 2 3 4 5 67 8 91011>>