Home
last modified time | relevance | path

Searched refs:at_most (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oe/
H A Dutils.py254 def cpu_count(at_least=1, at_most=64): argument
256 return max(min(cpus, at_most), at_least)