Searched defs:high (Results 1 – 5 of 5) sorted by relevance
68 inline bool IsOutRange(const T &v, const T &low, const T &high) { in IsOutRange()74 inline bool IsInRange(const T &v, const T &low, const T &high) { in IsInRange()
62 uint8_t high; in HexToBytes() local
32 #define CONSTRAIN(amount, low, high) \ argument
1173 int high{}; in ParseRollbackKeyVersion() local
364 int64_t high; member591 static int clamp(int low, int high, int value) { in clamp()