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
48 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
33 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
87 pub const MIN: Self = Self(1); constant
56 private static final int MIN = 5; field in SeekBarPreferenceTest
98 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
35 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
43 public static final int MIN = 1; field in AggregationType
87 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
63 pub const MIN: A2dpCodecIndex = A2dpCodecIndex::SrcSbc; constant
293 MIN = 23 variable in GattMtuSize
445 MIN = 2; enumerator
82 #define MIN(a, b) \ macro