Home
last modified time | relevance | path

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

/scripts/gdb/linux/
Dproc.py113 def info_opts(lst, opt): argument
115 for key, string in lst.items():
/scripts/gcc-plugins/
Dlatent_entropy_plugin.c165 tree fld, lst = TYPE_FIELDS(type); in handle_latent_entropy_attribute() local
168 for (fld = lst; fld; nelt++, fld = TREE_CHAIN(fld)) { in handle_latent_entropy_attribute()
190 for (fld = lst; fld; fld = TREE_CHAIN(fld)) { in handle_latent_entropy_attribute()
/scripts/
Dcheckkconfigsymbols.py258 def partition(lst, size): argument
260 return [lst[i::size] for i in range(size)]
DMakefile.build304 $(obj)/%.lst: $(src)/%.c FORCE