Lines Matching refs:iacc
4915 Int ilhs, irhs, iacc; /* item counts in the arrays */
4988 iacc=ilhs+irhs;
5003 /* units. Therefore iacc extra bytes are needed at the front */
5010 U_ASSERT(iacc <= INT32_MAX/sizeof(uLong));
5011 needbytes=iacc*sizeof(uLong);
5013 zoff=(iacc+7)/8; /* items to offset by */
5041 for (lp=zacc; lp<zacc+iacc; lp++) *lp=0;
5070 for (lp=zacc; lp<zacc+iacc; lp++) {
5095 for (lp=zacc, up=acc; lp<zacc+iacc; lp++) {