Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/
Dconf.c2388 struct list_head *nexti = i->next; in snd_config_delete() local
2393 i = nexti; in snd_config_delete()
2438 struct list_head *nexti = i->next; in snd_config_delete_compound_members() local
2443 i = nexti; in snd_config_delete_compound_members()
/third_party/python/Doc/library/
Ditertools.rst460 nexti = next(it)
468 if i == nexti:
470 nexti = next(it)
/third_party/python/Lib/test/
Dtest_itertools.py1742 nexti = next(it)
1750 if i == nexti:
1752 nexti = next(it)