Home
last modified time | relevance | path

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

/system/core/toolbox/upstream-netbsd/lib/libc/stdlib/
Dstrsuftoll.c135 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/
Dhash.h45 #define min(a,b) (((a)>(b))?(b):(a)) macro
/system/extras/puncture_fs/
Dpuncture_fs.c35 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
/system/extras/tests/audio/alsa/
Dpcmtest.cpp133 unsigned int min; in getPcmParams() local
/system/core/fastboot/
Dprotocol.c29 #define min(a, b) \ macro
/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/adf/libadfhwc/
Dadfhwc.cpp38 template<typename T> inline T min(T a, T b) { return (a < b) ? a : b; } in min() function
/system/extras/ext4_utils/
Dext4_utils.h61 #define min(a, b) ((a) < (b) ? (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.c50 #define min(a, b) \ macro
Doutput_file.c51 #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/core/liblog/
Dlog_read.c35 #define min(x,y) ((y) ^ (((x) ^ (y)) & -((x) < (y)))) 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/healthd/
Dhealthd_mode_charger.cpp58 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
/system/core/include/system/
Daudio.h737 #define AUDIO_MAKE_OFFLOAD_INFO_VERSION(maj,min) \ argument