Home
last modified time | relevance | path

Searched defs:min (Results 1 – 15 of 15) 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/core/libutils/
DLinearAllocator.cpp82 #define min(x,y) (((x) < (y)) ? (x) : (y)) macro
/system/core/fastboot/
Dprotocol.c29 #define min(a, b) \ macro
/system/extras/tests/sdcard/
Dsdcard_perf_test.cpp91 #define min(a,b) (((a)>(b))?(b):(a)) macro
/system/core/libsparse/
Dsparse_read.c48 #define min(a, b) \ macro
Doutput_file.c58 #define min(a, b) \ macro
/system/extras/micro_bench/
Dmicro_bench.cpp147 …ar *name, size_t size, size_t copies, double running_avg, double std_dev, double min, double max) { in printSummary()
183 double running_avg, double square_avg, double min, double max) { in printColdSummary()
/system/extras/ext4_utils/
Dext4_utils.h69 #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/include/system/
Daudio.h428 #define AUDIO_MAKE_OFFLOAD_INFO_VERSION(maj,min) \ argument
/system/core/charger/
Dcharger.c55 #define min(a,b) ((a) < (b) ? (a) : (b)) macro