Searched refs:max_sumb (Results 1 – 4 of 4) sorted by relevance
367 int max_sumb; /* maximum value of sum_ascii of bodies stored */ member
3224 if(sum>sumAsci->max_sumb) in hashBody()3230 for(i=sumAsci->max_sumb+1; i<=sum; i++) { sumAsci->anzb[i]=0; sumAsci->bindx[i]=NULL; } in hashBody()3231 sumAsci->max_sumb=sum; in hashBody()
6458 sumAsci->max_sumb=0; in main()6998 for (i=0; i<sumAsci->max_sumb; i++) in printHash()
706 if(sum<=sumAsci->max_sumb) in getBodyNr()