Searched defs:maxValue (Results 1 – 15 of 15) sorted by relevance
61 maxValue: number | undefined; property in VirtualMemoryStruct
88 static maxValue: number = 0; property in ClockStruct
91 static maxValue: number = 0; property in IrqStruct
85 static maxValue: number = 0; property in XpowerStruct
85 static maxValue: number = 0; property in XpowerThreadCountStruct
85 static maxValue: number = 0; property in XpowerGpuFreqCountStruct
210 …let maxValue = Math.max(...this.litChartColumnCfg!.data.map((it) => it[this.litChartColumnCfg!.yFi… variable318 let maxValue = Math.ceil(Math.max(...sums) * 0.1) * 10; //@ts-ignore variable
30 maxValue: number | undefined; property in ProcessMemStruct
558 let maxValue = memSqlite.queryMemFilterIdMaxValue; variable
141 uint32_t StrHash(const std::string &str, uint32_t maxValue) in StrHash()
418 static maxValue: number = 0; property in TaskTabStruct
500 let maxValue = 0; variable
1622 let maxValue = this.filterIdMaxValue.get(mem.trackId) || 0; variable
511 std::optional<int64_t> maxValue = base::StrToInt<int64_t>(maxIt->second); in CpuFrequencyLimitsEvent() local
2442 const int maxValue = 255; in IsValidIpv4() local