Home | History | Annotate | Download | only in libdex

Lines Matching refs:icount

431             u4 icount = item->size;
438 if (icount > dataItemsLeft) {
440 "at least %d", dataItemCount + icount);
444 dataItemsLeft -= icount;
445 dataItemCount += icount;