Lines Matching refs:cnt

519 	uint8_t *pos, sum, cnt;
525 for(cnt = 0; cnt < 16; cnt++) {
526 if (cnt != 4)
585 uint8_t *pos, sum, cnt;
591 for (cnt = 0; cnt < 16; cnt++) {
592 if (cnt != 4) sum += *pos;
733 size_t cnt;
744 for (cnt = name_len, udf_chars = 0; cnt;) {
745 *outchp = wget_utf8(&inchp, &cnt);
1350 uint32_t loc, cnt;
1366 for (cnt = 0; cnt < layout.spareable_blocks; cnt++) {
1367 sme = &spt->entries[cnt];
1368 loc = layout.spareable_area + cnt * layout.spareable_blockingnr;
1506 uint32_t cnt, num_partmappings;
1546 for (cnt = 0; cnt < num_partmappings; cnt++) {
1547 *pos++ = udf_rw32(context.part_free[cnt]);
1549 for (cnt = 0; cnt < num_partmappings; cnt++) {
1550 *pos++ = udf_rw32(context.part_size[cnt]);
1642 uint32_t cnt;
1656 for (cnt = 0; cnt < udf_rw32(sbd->num_bytes); cnt++)
1657 sbd->data[cnt] = 0xff;
1674 uint32_t cnt;
1683 for (cnt = 0; cnt < layout.spareable_blocks; cnt++) {
1684 sme = &spt->entries[cnt];
1708 uint32_t cnt, bit;
1731 for (cnt = start_lb; cnt < start_lb + blocks; cnt++) {
1732 bpos = &dscr->sbd.data[cnt / 8];
1733 bit = cnt % 8;
4023 uint32_t phys, cnt;
4027 for (cnt = 0; cnt < sects; cnt++) {
4029 bpos += context.sector_size * cnt;
4031 phys = location + cnt;
4043 uint32_t phys, cnt;
4047 for (cnt = 0; cnt < sects; cnt++) {
4049 bpos += context.sector_size * cnt;
4051 phys = location + cnt;
4561 int error, cnt, dpos;
4576 for (cnt = 0; cnt < 6 *dpos; cnt++) {
4577 pos = layout.iso9660_vrs + cnt;
4717 uint32_t cnt, loc, len;
4811 for (cnt = 0; cnt < 3; cnt++) {
4812 if ((error = udf_create_anchor(cnt))) {
4842 for (cnt = 0; cnt < 3; cnt++) {
4843 dscr = (union dscrptr *) context.anchors[cnt];
4844 loc = layout.anchors[cnt];
4867 for (cnt = 0; cnt < UDF_PARTITIONS; cnt++) {
4868 dscr = (union dscrptr *) context.partitions[cnt];