HomeSort by relevance Sort by last modified time
    Searched refs:MAX (Results 426 - 450 of 494) sorted by null

<<11121314151617181920

  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3HWI.cpp 57 #define MAX(a, b) ((a) > (b) ? (a) : (b))
    [all...]
  /external/elfutils/0.153/src/
readelf.c     [all...]
elflint.c     [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-indic.cc 1010 unsigned int max = i; local
1014 max = MAX (max, j);
1019 if (i != max)
1020 buffer->merge_clusters (i, max + 1);
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
lex.yy.c 37 * if you want the limit (max/min) macros for int types.
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic.cc 1037 unsigned int max = i; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
evsel.c 403 static unsigned long perf_evsel__hw_cache_stat[C(MAX)] = {
    [all...]
  /external/opencv/cv/src/
cvfloodfill.cpp     [all...]
cvcolor.cpp     [all...]
  /external/opencv/cxcore/src/
cxcmp.cpp 44 // CvMat comparison functions: range checking, min, max
844 * Min/Max *
    [all...]
cxconvert.cpp 752 src_count = MAX( src_count, 0 );
    [all...]
cxsvd.cpp     [all...]
cxdatastructs.cpp 509 delta_elements = MAX( delta_elements, 1 );
784 int small_block_size = MAX(1, delta_elems/3)*elem_size +
    [all...]
cxmatmul.cpp     [all...]
  /external/ppp/pppd/
lcp.c 156 { "lcp-max-terminate", o_int, &lcp_fsm[0].maxtermtransmits,
158 { "lcp-max-configure", o_int, &lcp_fsm[0].maxconfreqtransmits,
160 { "lcp-max-failure", o_int, &lcp_fsm[0].maxnakloops,
    [all...]
  /hardware/intel/common/libva/test/encode/
h264encode.c 138 #define MAX(a, b) ((a)>(b)?(a):(b))
    [all...]
  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegDecoder.cpp 205 #define MAX(a, b) (((a) > (b)) ? (a) : (b))
206 #define CLIP3(a, b, c) (MIN(b, MAX(a, c)))
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/pixman/pixman/
pixman-combine32.c 661 * B(Dca, Da, Sca, Sa) = max (Sca.Da, Dca.Sa)
721 return DIV_ONE_UN8 (sa * (MAX (rca, da) - rca));
831 * to operate in Hsl space, with Cmax, Cmid, Cmin referring to the max, mid
839 * max = Cmax
843 * C = l + ( ( ( C ? l ) × ( 1 ? l ) ) ? ( max ? l ) )
984 double a, l, min, max; local
1002 max = CH_MAX (tmp);
1019 if (max > a)
1021 if (max - l == 0.0)
1029 tmp[0] = l + (tmp[0] - l) * (a - l) / (max - l)
1044 uint32_t min, max; local
    [all...]
  /external/qemu/
exec.c 1005 last = MAX(last, block->offset + block->length);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 57 MAX = 'max'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 57 MAX = 'max'
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M3/
aether-util-0.9.0.M3.jar 
  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c 2436 Idx max = mctx->state_log_top; local
    [all...]

Completed in 2264 milliseconds

<<11121314151617181920