/system/core/toolbox/upstream-netbsd/lib/libc/stdlib/ |
D | strsuftoll.c | 135 long long min, long long max, char *ebuf, size_t ebuflen, size_t depth) in __strsuftollx() 245 long long min, long long max, char *ebuf, size_t ebuflen) in strsuftollx()
|
/system/vold/ |
D | hash.h | 45 #define min(a,b) (((a)>(b))?(b):(a)) macro
|
/system/extras/puncture_fs/ |
D | puncture_fs.c | 35 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
|
/system/extras/tests/audio/alsa/ |
D | pcmtest.cpp | 133 unsigned int min; in getPcmParams() local
|
/system/core/fastboot/ |
D | protocol.c | 29 #define min(a, b) \ macro
|
/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/adf/libadfhwc/ |
D | adfhwc.cpp | 38 template<typename T> inline T min(T a, T b) { return (a < b) ? a : b; } in min() function
|
/system/extras/ext4_utils/ |
D | ext4_utils.h | 61 #define min(a, b) ((a) < (b) ? (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 | 50 #define min(a, b) \ macro
|
D | output_file.c | 51 #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/core/liblog/ |
D | log_read.c | 35 #define min(x,y) ((y) ^ (((x) ^ (y)) & -((x) < (y)))) 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/healthd/ |
D | healthd_mode_charger.cpp | 58 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
|
/system/core/include/system/ |
D | audio.h | 737 #define AUDIO_MAKE_OFFLOAD_INFO_VERSION(maj,min) \ argument
|