Lines Matching full:zacc
4905 uLong *zacc=zaccbuff; /* -> accumulator array for exact result */
5014 zacc=(uLong *)allocacc;}
5015 if (zlhi==NULL||zrhi==NULL||zacc==NULL) {
5019 acc=(Unit *)zacc; /* -> target Unit array */
5021 zacc+=zoff; /* start uLong accumulator to right */
5037 for (lp=zacc; lp<zacc+iacc; lp++) *lp=0;
5058 lp=zacc+(rip-zrhi); /* where to add the lhs */
5066 for (lp=zacc; lp<zacc+iacc; lp++) {
5091 for (lp=zacc, up=acc; lp<zacc+iacc; lp++) {