Searched defs:low (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()
66 uint8_t low; in HexToBytes() local
32 #define CONSTRAIN(amount, low, high) \ argument
1174 int low{}; in ParseRollbackKeyVersion() local
363 int64_t low; member591 static int clamp(int low, int high, int value) { in clamp()