Lines Matching refs:INT
102 INT sfbNLines[MAX_GROUPED_SFB]; /* number of relevant lines in sfb */
104 INT sfbPe[MAX_GROUPED_SFB]; /* pe for each sfb */
105 INT sfbConstPart[MAX_GROUPED_SFB]; /* constant part for each sfb */
106 INT sfbNActiveLines[MAX_GROUPED_SFB]; /* number of active lines in sfb */
107 INT pe; /* sum of sfbPe */
108 INT constPart; /* sum of sfbConstPart */
109 INT nActiveLines; /* sum of sfbNActiveLines */
114 INT pe;
115 INT constPart;
116 INT nActiveLines;
117 INT offset;
125 const INT *sfbOffset,
126 const INT sfbCnt,
127 const INT sfbPerGroup,
128 const INT maxSfbPerGroup);
133 const INT sfbCnt,
134 const INT sfbPerGroup,
135 const INT maxSfbPerGroup,
136 const INT *isBook,
137 const INT *isScale);