Home
last modified time | relevance | path

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

/scripts/gdb/linux/
A Dproc.py116 def info_opts(lst, opt): argument
118 for key, string in lst.items():
/scripts/gcc-plugins/
A Dlatent_entropy_plugin.c167 tree fld, lst = TYPE_FIELDS(type); in handle_latent_entropy_attribute() local
170 for (fld = lst; fld; nelt++, fld = TREE_CHAIN(fld)) { in handle_latent_entropy_attribute()
188 for (fld = lst; fld; fld = TREE_CHAIN(fld)) { in handle_latent_entropy_attribute()
/scripts/
A Dcheckkconfigsymbols.py260 def partition(lst, size): argument
262 return [lst[i::size] for i in range(size)]
A DMakefile.build303 $(obj)/%.lst: $(obj)/%.c FORCE

Completed in 6 milliseconds