Searched refs:MIN (Results 1 - 16 of 16) sorted by relevance

/frameworks/compile/libbcc/runtime/lib/
H A Dnegvdi2.c25 const di_int MIN = (di_int)1 << ((int)(sizeof(di_int) * CHAR_BIT)-1); local
26 if (a == MIN)
H A Dnegvsi2.c25 const si_int MIN = (si_int)1 << ((int)(sizeof(si_int) * CHAR_BIT)-1); local
26 if (a == MIN)
H A Dnegvti2.c27 const ti_int MIN = (ti_int)1 << ((int)(sizeof(ti_int) * CHAR_BIT)-1); local
28 if (a == MIN)
H A Dmulvdi3.c26 const di_int MIN = (di_int)1 << (N-1); local
27 const di_int MAX = ~MIN;
28 if (a == MIN)
34 if (b == MIN)
53 if (abs_a > MIN / -abs_b)
H A Dmulvsi3.c26 const si_int MIN = (si_int)1 << (N-1); local
27 const si_int MAX = ~MIN;
28 if (a == MIN)
34 if (b == MIN)
53 if (abs_a > MIN / -abs_b)
H A Dmulvti3.c28 const ti_int MIN = (ti_int)1 << (N-1); local
29 const ti_int MAX = ~MIN;
30 if (a == MIN)
36 if (b == MIN)
55 if (abs_a > MIN / -abs_b)
/frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
H A Dstream.h31 #define MIN(a,b) ((a) < (b)? (a) : (b)) macro
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/
H A Dstream.c41 len = MIN(Frame_Maxsize - stream->frame_storelen, stream->set_len);
/frameworks/base/core/jni/
H A DTimeUtils.h48 MIN = 2, enumerator in enum:android::Time::__anon12
H A Dandroid_util_Log.cpp31 #define MIN(a,b) ((a<b)?a:b) macro
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_byte_stream.c152 zeroCount -= MIN(zeroCount, 3);
H A Dh264bsd_slice_group_map.c349 rightBound = MIN(rightBound + 1, (i32)picWidth - 1);
363 bottomBound = MIN(bottomBound + 1, (i32)picHeight - 1);
538 MIN(sliceGroupChangeCycle * pps->sliceGroupChangeRate, picSize);
H A Dh264bsd_util.h126 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
H A Dh264bsd_seq_param_set.c487 return(MIN(tmp, 16));
H A Dh264bsd_slice_header.c209 MIN((i32)pSliceHeader->picOrderCntLsb,
236 MIN(pSliceHeader->deltaPicOrderCnt[0],
H A Dh264bsd_intra_prediction.c1916 mode1 = MIN(mode1, mode2);

Completed in 230 milliseconds