Searched defs:MIN (Results 1 – 14 of 14) sorted by relevance
51 pub const MIN: Self = AttHandle(1); constant
32 private static final int MIN = 50; field in QCSliderTest
47 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
33 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
58 private static final int MIN = 5; field in SeekBarPreferenceTest
35 #define MIN(a, b) ( (a) < (b) ? (a) : (b) ) macro
99 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
31 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
46 public static final int MIN = 1; field in AggregationType
61 pub const MIN: A2dpCodecIndex = A2dpCodecIndex::SrcSbc; constant
72 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
293 MIN = 23 variable in GattMtuSize
367 MIN = 2; enumerator
60 #define MIN(a, b) \ macro