/src/usr.bin/vndcompress/ |
vndcompress.c | 630 uint64_t last_offset = first_offset; local in function:compress_restart 639 const uint64_t start = last_offset; 657 last_offset = offset; 692 assert(last_offset <= OFF_MAX); 693 if (lseek(S->cloop2_fd, last_offset, SEEK_SET) == -1) { 694 warn("lseek output cloop2 to %"PRIx64" failed", last_offset); 747 S->offset = last_offset;
|
/src/sys/fs/hfs/ |
libhfs.c | 2150 uint64_t ext_length, last_offset; local in function:hfslib_readd_with_extents 2159 last_offset = 0; 2168 if (in_offset < last_offset+ext_length 2169 && in_offset+in_length >= last_offset) 2173 isect_start = max(in_offset, last_offset); 2174 isect_end = min(in_offset+in_length, last_offset+ext_length); 2176 isect_start - last_offset + (uint64_t)in_extents[i].start_block 2186 last_offset += ext_length;
|
/src/usr.bin/patch/ |
patch.c | 136 static LINENUM last_offset = 0; variable in typeref:typename:LINENUM 321 newwhere = pch_newfirst() + last_offset; 341 if (last_offset) 343 last_offset, 344 last_offset == 1L ? "" : "s"); 451 last_offset = 0; 656 LINENUM first_guess = pch_first() + last_offset; 682 last_offset, offset); 684 last_offset = offset; 690 last_offset, -offset) [all...] |
/src/tests/dev/audio/ |
audiotest.c | 6630 u_int last_offset; local in function:test_AUDIO_GETOOFFS_flush 6708 last_offset = initial_offset + ai.blocksize * 2; 6726 if (netbsd < 9 && o.offset == last_offset) { 6727 DPRINTF(" > %d: offset(%u) == last_offset\n",
|