Home
last modified time | relevance | path

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

/optee_os/scripts/kconfig/kconfiglib/
H A Dmenuconfig.py2853 def _max_scroll(lst, win): argument
2858 return max(0, len(lst) - _height(win))
H A Dkconfiglib.py6343 def _ordered_unique(lst): argument
6350 return [x for x in lst if x not in seen and not seen_add(x)]