Home | History | Annotate | Download | only in common

Lines Matching refs:groupCount

85  * The groups table consists of one uint16_t groupCount followed by
86 * groupCount groups. Each group is a triple of uint16_t, see GROUP_LENGTH
692 uint16_t startGroupMSB, endGroupMSB, groupCount;
708 groupCount=*groups++;
709 groupLimit=groups+groupCount*GROUP_LENGTH;
1363 int32_t groupCount, lineNumber, length;
1371 groupCount=*group++;
1374 while(groupCount>0) {
1411 --groupCount;