Home | History | Annotate | Download | only in auxprogs

Lines Matching refs:img_szB

631       ULong img_szB  = size;
634 assert(curr_off >= 0 && curr_off <= img_szB);
635 if (curr_off == img_szB) break;
636 ULong avail = img_szB - curr_off;
637 assert(avail > 0 && avail <= img_szB);