Searched defs:min (Results 1 – 15 of 15) sorted by relevance
/system/vold/ |
D | hash.h | 45 #define min(a,b) (((a)>(b))?(b):(a)) macro
|
/system/core/toolbox/ |
D | insmod.c | 48 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
|
/system/extras/tests/bionic/libc/common/ |
D | bench_pthread.c | 96 int64_t min, max, avg, median; in filter_stats() local
|
/system/extras/tests/binder/benchmarks/ |
D | binderAddInts.cpp | 243 double min = FLT_MAX, max = 0.0, total = 0.0; // Time in seconds for all in client() local
|
/system/core/libutils/ |
D | LinearAllocator.cpp | 82 #define min(x,y) (((x) < (y)) ? (x) : (y)) macro
|
/system/core/fastboot/ |
D | protocol.c | 29 #define min(a, b) \ macro
|
/system/extras/tests/sdcard/ |
D | sdcard_perf_test.cpp | 91 #define min(a,b) (((a)>(b))?(b):(a)) macro
|
/system/core/libsparse/ |
D | sparse_read.c | 48 #define min(a, b) \ macro
|
D | output_file.c | 58 #define min(a, b) \ macro
|
/system/extras/micro_bench/ |
D | micro_bench.cpp | 147 …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/ |
D | ext4_utils.h | 69 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
|
/system/core/libpixelflinger/ |
D | trap.cpp | 74 inline int min(int a, int b) { in min() function 80 inline int min(int a, int b, int c) { in min() function
|
D | pixelflinger.cpp | 74 static inline int min(int a, int b) { in min() function
|
/system/core/include/system/ |
D | audio.h | 428 #define AUDIO_MAKE_OFFLOAD_INFO_VERSION(maj,min) \ argument
|
/system/core/charger/ |
D | charger.c | 55 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
|