Lines Matching refs:end
158 // uint32_t reserved[172]; // Padding to the end of the block
640 uint32_t start, itable, used, end;
643 // Where does this group end?
644 end = TT.blockbits;
645 if ((i+1)*TT.blockbits > TT.blocks) end = TT.blocks & (TT.blockbits-1);
692 temp = end-used-temp;
719 bits_set(toybuf, end, TT.blockbits-end);
722 if (end-start > temp) temp = end-start;
763 if (start == end) break;
766 put_zeroes((end-start) * TT.blocksize);