Home | History | Annotate | Download | only in i18n

Lines Matching full:zacc

4876     uLong *zacc=zaccbuff;          /* -> accumulator array for exact result  */
4981 zacc=(uLong *)allocacc;}
4982 if (zlhi==NULL||zrhi==NULL||zacc==NULL) {
4986 acc=(Unit *)zacc; /* -> target Unit array */
4988 zacc+=zoff; /* start uLong accumulator to right */
5004 for (lp=zacc; lp<zacc+iacc; lp++) *lp=0;
5025 lp=zacc+(rip-zrhi); /* where to add the lhs */
5033 for (lp=zacc; lp<zacc+iacc; lp++) {
5058 for (lp=zacc, up=acc; lp<zacc+iacc; lp++) {