Home
last modified time | relevance | path

Searched defs:min (Results 1 – 10 of 10) sorted by relevance

/system/vold/
Dhash.h45 #define min(a,b) (((a)>(b))?(b):(a)) macro
/system/core/toolbox/
Dinsmod.c48 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
/system/extras/tests/bionic/libc/common/
Dbench_pthread.c96 int64_t min, max, avg, median; in filter_stats() local
/system/extras/tests/binder/benchmarks/
DbinderAddInts.cpp243 double min = FLT_MAX, max = 0.0, total = 0.0; // Time in seconds for all in client() local
/system/extras/tests/sdcard/
Dsdcard_perf_test.cpp90 #define min(a,b) (((a)>(b))?(b):(a)) macro
/system/extras/ext4_utils/
Dext4_utils.h68 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
/system/core/libpixelflinger/
Dtrap.cpp74 inline int min(int a, int b) { in min() function
80 inline int min(int a, int b, int c) { in min() function
Dpixelflinger.cpp74 static inline int min(int a, int b) { in min() function
/system/core/charger/
Dcharger.c50 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
/system/core/libcutils/
Dtztime.c677 getnum(strp, nump, min, max) in getnum() argument