Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dmke2fs.c98 unsigned nextgroup; // Next group we'll be allocating from
377 while (group >= TT.nextgroup) in fill_inode()
378 TT.nextblock += group_overhead(TT.nextgroup++); in fill_inode()
/external/python/cpython2/Misc/Vim/
Dpython.vim21 syn keyword pythonStatement def class nextgroup=pythonFunction skipwhite
/external/toybox/generated/
Dglobals.h734 unsigned nextgroup; // Next group we'll be allocating from member