HomeSort by relevance Sort by last modified time
    Searched refs:MIN (Results 451 - 475 of 554) sorted by null

<<11121314151617181920>>

  /external/pixman/pixman/
pixman-combine-float.c 270 return MIN (1.0f, s * fa + d * fb); \
498 * space, with Cmax, Cmid, Cmin referring to the max, mid and min value
505 * min = Cmin
508 * C = l + (((C ? l) × l) ? (l ? min))
705 float *max, *mid, *min; local
717 min = &(src->b);
722 min = &(src->g);
729 min = &(src->g);
738 min = &(src->b);
742 min = &(src->r)
    [all...]
  /external/qemu/hw/timer/
mc146818rtc.c 111 int c = MIN(s->irq_coalesced, 7) + 1;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_postproc.c 610 const int q = MIN(63, cm->lf.filter_level * 10 / 6);
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 599 return act < (8 << 12) ? MIN(act, 5 << 12) : act;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodeframe.c 615 return act < (8 << 12) ? MIN(act, 5 << 12) : act;
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsubgpos-private.hh 860 MIN (MAX (_hb_glyph_info_get_lig_comp (&buffer->cur()), 1u), last_num_components);
879 MIN (MAX (_hb_glyph_info_get_lig_comp (&buffer->info[i]), 1u), last_num_components);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
mcomp.c 226 int maxc = MIN(x->mv_col_max * 4,
230 int maxr = MIN(x->mv_row_max * 4,
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 858 MIN (MAX (_hb_glyph_info_get_lig_comp (&buffer->cur()), 1u), last_num_components);
877 MIN (MAX (_hb_glyph_info_get_lig_comp (&buffer->info[i]), 1u), last_num_components);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 225 int maxc = MIN(x->mv_col_max * 4,
229 int maxr = MIN(x->mv_row_max * 4,
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 78 n = MIN((uint)PKTLEN(osh, p) - offset, (uint)len);
107 n = MIN((uint)PKTLEN(osh, p) - offset, (uint)len);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
mcomp.c 225 int maxc = MIN(x->mv_col_max * 4,
229 int maxr = MIN(x->mv_row_max * 4,
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher_1.3.0.v20140129-1405.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher_1.3.0.v20130509-0110.jar 
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
decodeframe.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_vertprog.c 87 OPN(MIN, 2),
    [all...]
  /external/elfutils/0.153/libcpu/
i386_parse.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.c 87 OPN(MIN, 2),
    [all...]
  /external/opencv/cv/src/
cvderiv.cpp 391 buf_size = MIN( buf_size, 1 << 16 );
    [all...]
cvmorph.cpp 437 j2 = MIN( c + dx + 1, cols );
    [all...]
cvshapedescr.cpp 1195 offset = MIN(offset, size.width);
    [all...]
  /external/opencv/ml/include/
ml.h 159 pl.min_val = MIN( min_val, max_val );
    [all...]
  /external/opencv/ml/src/
mlem.cpp 593 nclusters = MIN( nclusters, nsamples );
    [all...]
  /external/qemu/android/
sockets.c 818 int to_copy = MIN(sizeof(host_name)-1, port_name - host_and_port);
    [all...]
  /external/qemu/block/
qcow2.c 806 num = MIN(nb_sectors, INT_MAX >> 9);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386.h     [all...]

Completed in 1146 milliseconds

<<11121314151617181920>>