Lines Matching refs:iacc
4917 Int ilhs, irhs, iacc; /* item counts in the arrays */
4990 iacc=ilhs+irhs;
5005 /* units. Therefore iacc extra bytes are needed at the front */
5012 U_ASSERT((uint32_t)iacc <= INT32_MAX/sizeof(uLong));
5013 needbytes=iacc*sizeof(uLong);
5015 zoff=(iacc+7)/8; /* items to offset by */
5043 for (lp=zacc; lp<zacc+iacc; lp++) *lp=0;
5072 for (lp=zacc; lp<zacc+iacc; lp++) {
5097 for (lp=zacc, up=acc; lp<zacc+iacc; lp++) {