Home
last modified time | relevance | path

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

/external/e2fsprogs/resize/
Dresize2fs.c1031 unsigned long max_group; in adjust_superblock() local
1097 max_group = fs->group_desc_count - adj; in adjust_superblock()
1100 0, max_group); in adjust_superblock()
1118 i - adj + 1, max_group); in adjust_superblock()
/external/pcre/dist2/src/
Dpcre2_compile.c3209 uint16_t max_group; member
3483 top_nest->max_group = (uint16_t)cb->bracount; in scan_for_captures()
3492 top_nest->max_group = 0; in scan_for_captures()
3775 if (cb->bracount > top_nest->max_group) in scan_for_captures()
3776 top_nest->max_group = (uint16_t)cb->bracount; in scan_for_captures()
3788 top_nest->max_group > cb->bracount) in scan_for_captures()
3789 cb->bracount = top_nest->max_group; in scan_for_captures()