Home | History | Annotate | Download | only in common

Lines Matching refs:maxNameLength

1214 calcAlgNameSetsLengths(int32_t maxNameLength) {
1230 if(length>maxNameLength) {
1231 maxNameLength=length;
1258 if(length>maxNameLength) {
1259 maxNameLength=length;
1271 return maxNameLength;
1275 calcExtNameSetsLengths(int32_t maxNameLength) {
1287 if(length>maxNameLength) {
1288 maxNameLength=length;
1291 return maxNameLength;
1340 calcGroupNameSetsLengths(int32_t maxNameLength) {
1379 if(length>maxNameLength) {
1380 maxNameLength=length;
1388 if(length>maxNameLength) {
1389 maxNameLength=length;
1408 gMaxNameLength=maxNameLength;
1414 int32_t i, maxNameLength;
1430 maxNameLength=calcAlgNameSetsLengths(0);
1433 maxNameLength=calcExtNameSetsLengths(maxNameLength);
1436 calcGroupNameSetsLengths(maxNameLength);