Home
last modified time | relevance | path

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

/third_party/e2fsprogs/e2fsck/
Drehash.c634 struct ext2_dx_entry **next_ent, in alloc_blocks() argument
659 *next_ent = set_int_node(fs, block_start); in alloc_blocks()
660 *limit = (struct ext2_dx_countlimit *)(*next_ent); in alloc_blocks()
662 *next_offset = ((char *) *next_ent - outdir->buf); in alloc_blocks()
/third_party/python/Lib/
Dpprint.py399 next_ent = next(it)
404 ent = next_ent
406 next_ent = next(it)