Home
last modified time | relevance | path

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

/external/libcap/progs/
Dcapsh.c368 long length, max_groups; in main() local
379 max_groups = sysconf(_SC_NGROUPS_MAX); in main()
380 group_list = calloc(max_groups, sizeof(gid_t)); in main()
389 if (max_groups <= g_count) { in main()
/external/e2fsprogs/resize/
Dresize2fs.c1262 dgrp_t i, max_groups, g; in blocks_to_move() local
1374 max_groups = fs->group_desc_count; in blocks_to_move()
1375 if (max_groups > old_fs->group_desc_count) in blocks_to_move()
1376 max_groups = old_fs->group_desc_count; in blocks_to_move()
1396 for (i = 0; i < max_groups; i++) { in blocks_to_move()
1433 for (i = 0; i < max_groups; i++) { in blocks_to_move()
1494 for (i = 0; i < max_groups; i++) { in blocks_to_move()
2454 dgrp_t i, max_groups; in move_itables() local
2463 max_groups = fs->group_desc_count; in move_itables()
2464 if (max_groups > rfs->old_fs->group_desc_count) in move_itables()
[all …]
/external/deqp/external/openglcts/modules/common/
DglcKHRDebugTests.cpp286 GLint max_groups = 0; in iterate() local
288 m_gl->getIntegerv(GL_MAX_DEBUG_GROUP_STACK_DEPTH, &max_groups); in iterate()
425 for (GLint i = 0; i < max_groups - 1; ++i) in iterate()
448 for (GLint i = 0; i < max_groups - 1; ++i) in iterate()