Searched refs:MIN (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/android/support/src/stdio/ |
D | vfprintf.c | 41 #define MIN(a,b) ((a)<(b) ? (a) : (b)) macro 327 int sh=MIN(29,e2); in fmt_fp() 339 int sh=MIN(9,-e2); in fmt_fp() 405 p = MIN(p,MAX(0,9*(z-r-1)-j)); in fmt_fp() 407 p = MIN(p,MAX(0,9*(z-r-1)+e-j)); in fmt_fp() 437 out(f, s, MIN(9,p)); in fmt_fp() 450 out(f, s, MIN(buf+9-s, p)); in fmt_fp()
|
/ndk/sources/host-tools/make-3.81/ |
D | make.h | 533 #ifndef MIN 534 #define MIN(_a,_b) ((_a)<(_b)?(_a):(_b)) macro
|