Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dutils.py251 def cpu_count(at_least=1, at_most=64): argument
253 return max(min(cpus, at_most), at_least)
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbtf_dump.c809 static int chip_away_bits(int total, int at_most) in chip_away_bits() argument
811 return total % at_most ? : at_most; in chip_away_bits()