Home | History | Annotate | Download | only in libdex

Lines Matching full:icount

405             u4 icount = item->size;
412 if (icount > dataItemsLeft) {
414 "at least %d", dataItemCount + icount);
418 dataItemsLeft -= icount;
419 dataItemCount += icount;