Home | History | Annotate | Download | only in common

Lines Matching defs: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
695 uint16_t startGroupMSB, endGroupMSB, groupCount;
711 groupCount=*groups++;
712 groupLimit=groups+groupCount*GROUP_LENGTH;
1371 int32_t groupCount, lineNumber, length;
1379 groupCount=*group++;
1382 while(groupCount>0) {
1419 --groupCount;