Searched defs:MAX (Results 1 - 5 of 5) 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/base/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_util.h129 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
/frameworks/base/tools/aapt/
H A DImages.cpp665 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
702 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation);
703 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation);
704 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation);

Completed in 509 milliseconds