Home | History | Annotate | Download | only in i18n

Lines Matching full:ilhs

4896     Int    ilhs, irhs, iacc;       /* item counts in the arrays  */
4967 ilhs=(lhs->digits+FASTDIGS-1)/FASTDIGS; /* [ceiling] */
4969 iacc=ilhs+irhs;
4972 needbytes=ilhs*sizeof(uInt);