Home | History | Annotate | Download | only in libdex

Lines Matching refs:icount

409             u4 icount = item->size;
416 if (icount > dataItemsLeft) {
418 "at least %d", dataItemCount + icount);
422 dataItemsLeft -= icount;
423 dataItemCount += icount;