Searched defs:kMaxWindow (Results 1 – 3 of 3) sorted by relevance
181 static constexpr uint8_t kMaxWindow = 63; // Max window size member in ot::Utils::JamDetector
47 static constexpr int64_t kMaxWindow = static_cast<int64_t>((1u << 31) - 1); variable
48 static constexpr int64_t kMaxWindow = static_cast<int64_t>((1u << 31) - 1); variable