/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/update_engine/update_manager/ |
D | prng.h | 37 int RandMinMax(int min, int max) { in RandMinMax()
|
/system/core/metricsd/uploader/proto/ |
D | histogram_event.proto | 46 optional int64 min = 1; field
|
/system/vold/ |
D | hash.h | 45 #define min(a,b) (((a)>(b))?(b):(a)) macro
|
/system/core/metricsd/aidl/android/brillo/metrics/ |
D | IMetricsd.aidl | 20 oneway void recordHistogram(String name, int sample, int min, int max, in recordHistogram()
|
/system/extras/tests/kernel.config/ |
D | aslr_test.h | 47 static unsigned int def, min, max; variable
|
D | aslr_test.cpp | 142 unsigned int AslrMmapTest::def, AslrMmapTest::min, AslrMmapTest::max; member in AslrMmapTest
|
/system/keymaster/ |
D | iso18033kdf.cpp | 26 inline size_t min(size_t a, size_t b) { in min() function
|
D | integrity_assured_key_blob.cpp | 37 inline size_t min(size_t a, size_t b) { in min() function
|
D | ecdsa_operation.cpp | 94 inline size_t min(size_t a, size_t b) { in min() function
|
/system/core/metricsd/ |
D | timer.cc | 101 TimerReporter::TimerReporter(const std::string& histogram_name, int min, in TimerReporter()
|
D | c_metrics_library.cc | 45 int min, int max, int nbuckets) { in CMetricsLibrarySendToUMA()
|
D | metrics_client.cc | 108 int min = ParseInt(argv[name_index + 2]); in SendStats() local
|
D | metrics_library.cc | 174 const std::string& name, int sample, int min, int max, int nbuckets) { in SendToUMA()
|
/system/core/metricsd/uploader/ |
D | bn_metricsd_impl.cc | 39 const String16& name, int sample, int min, int max, int nbuckets) { in recordHistogram()
|
D | metrics_log_base.cc | 130 HistogramBase::Sample min; in RecordHistogramDelta() local
|
/system/core/liblog/ |
D | logd_writer.c | 46 #define min(x,y) ((y) ^ (((x) ^ (y)) & -((x) < (y)))) macro
|
/system/core/metricsd/include/metrics/ |
D | timer.h | 150 int min() const { return min_; } in min() function
|
/system/extras/perfprofd/quipper/ |
D | address_mapper.cc | 186 uint64_t min = mappings_.begin()->mapped_addr; in GetMaxMappedLength() local
|
/system/bt/bta/ag/ |
D | bta_ag_at.h | 53 UINT8 min; /* minimum value for int arg */ member
|
/system/media/alsa_utils/ |
D | alsa_device_profile.c | 236 static unsigned profile_enum_sample_rates(alsa_device_profile* profile, unsigned min, unsigned max) in profile_enum_sample_rates() 289 static unsigned profile_enum_channel_counts(alsa_device_profile* profile, unsigned min, in profile_enum_channel_counts()
|
/system/extras/puncture_fs/ |
D | puncture_fs.c | 36 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
|
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/include/linux/kernel/ |
D | kernel.h | 40 #define min(x,y) ({ typeof(x) _min1 = (x); typeof(y) _min2 = (y); (void) (& _min1 == & _min2); _min… macro
|
/system/extras/tests/audio/alsa/ |
D | pcmtest.cpp | 133 unsigned int min; in getPcmParams() local
|
/system/bt/bta/hf_client/ |
D | bta_hf_client_at.h | 33 UINT8 min; /* minimum value for int arg */ member
|