Home
last modified time | relevance | path

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

12

/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/update_engine/update_manager/
Dprng.h37 int RandMinMax(int min, int max) { in RandMinMax()
/system/core/init/
Dsecurity.cpp86 static bool SetHighestAvailableOptionValue(std::string path, int min, int max) { in SetHighestAvailableOptionValue()
127 static bool __attribute__((unused)) SetMmapRndBitsMin(int start, int min, bool compat) { in SetMmapRndBitsMin()
/system/vold/
Dhash.h45 #define min(a,b) (((a)>(b))?(b):(a)) macro
/system/keymaster/km_openssl/
Diso18033kdf.cpp25 inline size_t min(size_t a, size_t b) { in min() function
Dckdf.cpp34 size_t min(size_t a, size_t b) { in min() function
Decdsa_operation.cpp88 inline size_t min(size_t a, size_t b) { in min() function
/system/extras/tests/kernel.config/
Daslr_test.h47 static unsigned int def, min, max; variable
Daslr_test.cpp159 unsigned int AslrMmapTest::def, AslrMmapTest::min, AslrMmapTest::max; member in AslrMmapTest
/system/core/libstats/
Dstatsd_writer.c38 #define min(x, y) ((y) ^ (((x) ^ (y)) & -((x) < (y)))) macro
/system/core/liblog/
Dlogd_writer.c43 #define min(x, y) ((y) ^ (((x) ^ (y)) & -((x) < (y)))) macro
/system/media/audio_utils/tests/
Dfifo_tests.cpp28 #define min(x, y) (((x) < (y)) ? (x) : (y)) macro
/system/bt/bta/ag/
Dbta_ag_at.h52 uint8_t min; /* minimum value for int arg */ member
/system/keymaster/key_blob_utils/
Dintegrity_assured_key_blob.cpp36 inline size_t min(size_t a, size_t b) { in min() function
/system/netd/libnetdutils/include/netdutils/
DSlice.h113 const auto min = std::min(dst.size(), src.size()); in copy() local
/system/media/alsa_utils/
Dalsa_device_profile.c236 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/
Dpuncture_fs.c36 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
/system/extras/tests/audio/alsa/
Dpcmtest.cpp130 unsigned int min; in getPcmParams() local
/system/vold/tests/
DCryptfsScryptHidlizationEquivalence_test.cpp33 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
/system/core/base/
Dproperties.cpp63 T GetIntProperty(const std::string& key, T default_value, T min, T max) { in GetIntProperty()
Dfile_test.cpp135 std::string min("x"); in TEST() local
/system/nvram/messages/
Dio.cpp29 T min(T x, T y) { in min() function
/system/libufdt/sysdeps/
Dlibufdt_sysdeps_vendor.c57 #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/netd/server/
DXfrmController.h257 __u32 min; member

12