Lines Matching full:zacc
4907 uLong *zacc=zaccbuff; /* -> accumulator array for exact result */
5016 zacc=(uLong *)allocacc;}
5017 if (zlhi==NULL||zrhi==NULL||zacc==NULL) {
5021 acc=(Unit *)zacc; /* -> target Unit array */
5023 zacc+=zoff; /* start uLong accumulator to right */
5039 for (lp=zacc; lp<zacc+iacc; lp++) *lp=0;
5060 lp=zacc+(rip-zrhi); /* where to add the lhs */
5068 for (lp=zacc; lp<zacc+iacc; lp++) {
5093 for (lp=zacc, up=acc; lp<zacc+iacc; lp++) {