Searched defs:max (Results 1 – 5 of 5) sorted by relevance
137 let max = Int32.max in testInt32ZigZag() variable169 let max = Int64.max in testInt64ZigZag() variable
77 this(size_t min, size_t max) { in this()94 size_t max() const @property { in max() function
25 #define CHECK_RANGE(v, min, max) (((v) <= (max)) && ((v) >= (min))) argument224 bool parse_pyint(PyObject* o, T* ret, int32_t min, int32_t max) { in parse_pyint()
81 RandomSizeGenerator(uint32_t min, uint32_t max) in RandomSizeGenerator()109 GenericSizeGenerator(uint32_t min, uint32_t max) in GenericSizeGenerator()
7152 static constexpr result_type max() { return 1000000; } in max() function