Home | History | Annotate | Download | only in common

Lines Matching refs:groupCount

87  * The groups table consists of one uint16_t groupCount followed by
88 * groupCount groups. Each group is a triple of uint16_t, see GROUP_LENGTH
694 uint16_t startGroupMSB, endGroupMSB, groupCount;
722 groupCount=*groups++;
723 groupLimit=groups+groupCount*GROUP_LENGTH;
1377 int32_t groupCount, lineNumber, length;
1385 groupCount=*group++;
1388 while(groupCount>0) {
1425 --groupCount;