Home
last modified time | relevance | path

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

/third_party/e2fsprogs/e2fsck/
Drehash.c729 struct ext2_dx_entry **next_ent, in alloc_blocks() argument
754 *next_ent = set_int_node(fs, block_start); in alloc_blocks()
755 *limit = (struct ext2_dx_countlimit *)(*next_ent); in alloc_blocks()
757 *next_offset = ((char *) *next_ent - outdir->buf); in alloc_blocks()
/third_party/python/Lib/
Dpprint.py422 next_ent = next(it)
427 ent = next_ent
429 next_ent = next(it)