Searched refs:nbgroups (Results 1 - 2 of 2) sorted by relevance
/external/genext2fs/ |
H A D | genext2fs.c | 877 uint32 grp,nbgroups; local 880 nbgroups = GRP_NBGROUPS(fs); 882 for(grp=0;grp<nbgroups && !bk;grp++) 913 uint32 grp,nbgroups,avefreei; local 915 nbgroups = GRP_NBGROUPS(fs); 922 avefreei = fs->sb.s_free_inodes_count / nbgroups; 923 for(grp=0; grp<nbgroups; grp++) { 1966 uint32 nbgroups,nbinodes_per_group,overhead_per_group,free_blocks, local 1989 nbgroups = (nbblocks - first_block + BLOCKS_PER_GROUP - 1) / BLOCKS_PER_GROUP; 1990 if(nbgroups < min_nbgroup [all...] |
/external/libxml2/ |
H A D | relaxng.c | 286 int nbgroups; /* number of groups in the partitions */ member in struct:_xmlRelaxNGPartition 943 for (j = 0; j < partitions->nbgroups; j++) { 4319 int nbgroups = 0; local 4350 groups[nbgroups] = (xmlRelaxNGInterleaveGroupPtr) 4352 if (groups[nbgroups] == NULL) 4356 groups[nbgroups]->rule = cur; 4357 groups[nbgroups]->defs = xmlRelaxNGGetElements(ctxt, cur, 0); 4358 groups[nbgroups]->attrs = xmlRelaxNGGetElements(ctxt, cur, 1); 4359 nbgroups++; 4363 xmlGenericError(xmlGenericErrorContext, " %d groups\n", nbgroups); 9263 int ret = 0, i, nbgroups; local [all...] |
Completed in 127 milliseconds