Lines Matching full:ctr32
161 unsigned int n, ctr32;175 ctr32 = GETU32(ivec + 12);188 ctr32 += (uint32_t)blocks;189 if (ctr32 < blocks) {190 blocks -= ctr32;191 ctr32 = 0;195 PUTU32(ivec + 12, ctr32);197 if (ctr32 == 0) {208 ++ctr32;209 PUTU32(ivec + 12, ctr32);210 if (ctr32 == 0) {