Searched refs:MAX (Results 1 - 10 of 10) sorted by relevance

/frameworks/compile/libbcc/runtime/lib/
H A Dmulvdi3.c27 const di_int MAX = ~MIN; local
48 if (abs_a > MAX / abs_b)
H A Dmulvsi3.c27 const si_int MAX = ~MIN; local
48 if (abs_a > MAX / abs_b)
H A Dmulvti3.c29 const ti_int MAX = ~MIN; local
50 if (abs_a > MAX / abs_b)
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dcommon_defs.h33 enum MulticlassUpdateType { MAX, RANK }; enumerator in enum:learning_stochastic_linear::MulticlassUpdateType
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_util.h129 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
H A Dh264bsd_slice_data.c316 * MAX(picWidthInMbs, 10) macroblocks and start marking from there */
327 if (tmp >= MAX(pStorage->activeSps->picWidthInMbs, 10))
H A Dh264bsd_slice_group_map.c342 leftBound = MAX(leftBound - 1, 0);
356 topBound = MAX(topBound - 1, 0);
H A Dh264bsd_seq_param_set.c347 MAX(1, pSeqParamSet->vuiParameters->maxDecFrameBuffering);
H A Dh264bsd_dpb.c1002 dpb->maxRefFrames = MAX(maxRefFrames, 1);
/frameworks/base/tools/aapt/
H A DImages.cpp800 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
837 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation);
838 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation);
839 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation);

Completed in 180 milliseconds