Home
last modified time | relevance | path

Searched refs:last_offset (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/usr.bin/patch/
H A Dpatch.c136 static LINENUM last_offset = 0; variable
321 newwhere = pch_newfirst() + last_offset; in main()
341 if (last_offset) in main()
343 last_offset, in main()
344 last_offset == 1L ? "" : "s"); in main()
451 last_offset = 0; in reinitialize_almost_everything()
656 LINENUM first_guess = pch_first() + last_offset; in locate_hunk()
682 last_offset, offset); in locate_hunk()
684 last_offset = offset; in locate_hunk()
690 last_offset, -offset); in locate_hunk()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A D3level.h220 uint32_t level1_offset, level2_offset, level3_offset, last_offset; in CONCAT() local
271 last_offset = in CONCAT()
276 t->result_size = (last_offset + 3) & ~3ul; in CONCAT()
310 if (last_offset < t->result_size) in CONCAT()
311 memset (t->result + last_offset, 0, t->result_size - last_offset); in CONCAT()
/netbsd-src/usr.bin/vndcompress/
H A Dvndcompress.c630 uint64_t last_offset = first_offset; in compress_restart() local
639 const uint64_t start = last_offset; in compress_restart()
657 last_offset = offset; in compress_restart()
692 assert(last_offset <= OFF_MAX); in compress_restart()
693 if (lseek(S->cloop2_fd, last_offset, SEEK_SET) == -1) { in compress_restart()
694 warn("lseek output cloop2 to %"PRIx64" failed", last_offset); in compress_restart()
747 S->offset = last_offset; in compress_restart()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dstringpool.cc414 section_offset_type last_offset = -1; in set_string_offsets() local
430 this_offset = (last_offset in set_string_offsets()
439 last_offset = this_offset; in set_string_offsets()
H A Dfileread.cc657 off_t last_offset = first_offset; in do_readv() local
663 if (i_entry.file_offset > last_offset) in do_readv()
665 size_t skip = i_entry.file_offset - last_offset; in do_readv()
681 last_offset = i_entry.file_offset + i_entry.size; in do_readv()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dstringpool.cc413 section_offset_type last_offset = -1; in set_string_offsets() local
429 this_offset = (last_offset in set_string_offsets()
438 last_offset = this_offset; in set_string_offsets()
H A Dfileread.cc657 off_t last_offset = first_offset; in do_readv() local
663 if (i_entry.file_offset > last_offset) in do_readv()
665 size_t skip = i_entry.file_offset - last_offset; in do_readv()
681 last_offset = i_entry.file_offset + i_entry.size; in do_readv()
/netbsd-src/sys/fs/hfs/
H A Dlibhfs.c2150 uint64_t ext_length, last_offset; in hfslib_readd_with_extents() local
2159 last_offset = 0; in hfslib_readd_with_extents()
2168 if (in_offset < last_offset+ext_length in hfslib_readd_with_extents()
2169 && in_offset+in_length >= last_offset) in hfslib_readd_with_extents()
2173 isect_start = max(in_offset, last_offset); in hfslib_readd_with_extents()
2174 isect_end = min(in_offset+in_length, last_offset+ext_length); in hfslib_readd_with_extents()
2176 isect_start - last_offset + (uint64_t)in_extents[i].start_block in hfslib_readd_with_extents()
2186 last_offset += ext_length; in hfslib_readd_with_extents()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dasan.c1427 HOST_WIDE_INT last_offset, last_size, last_size_aligned; in asan_emit_stack_protection() local
1702 last_offset = base_offset; in asan_emit_stack_protection()
1709 if (last_offset + last_size_aligned < offset) in asan_emit_stack_protection()
1712 (last_offset - prev_offset) in asan_emit_stack_protection()
1714 prev_offset = last_offset; in asan_emit_stack_protection()
1716 last_offset = offset; in asan_emit_stack_protection()
1720 last_size = offset - last_offset; in asan_emit_stack_protection()
1753 (last_offset - prev_offset) in asan_emit_stack_protection()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dasan.cc1816 HOST_WIDE_INT last_offset, last_size, last_size_aligned; in asan_emit_stack_protection() local
2111 last_offset = base_offset; in asan_emit_stack_protection()
2118 if (last_offset + last_size_aligned < offset) in asan_emit_stack_protection()
2121 (last_offset - prev_offset) in asan_emit_stack_protection()
2123 prev_offset = last_offset; in asan_emit_stack_protection()
2125 last_offset = offset; in asan_emit_stack_protection()
2129 last_size = offset - last_offset; in asan_emit_stack_protection()
2162 (last_offset - prev_offset) in asan_emit_stack_protection()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DLoadObject.cc863 for (int64_t last_offset = -5000;;) in read_archive() local
880 if (dbeSession->is_interactive () && ((offset - last_offset) >= 5000)) in read_archive()
882 last_offset = offset; in read_archive()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DLoadObject.cc837 for (int64_t last_offset = -5000;;) in read_archive() local
854 if (dbeSession->is_interactive () && ((offset - last_offset) >= 5000)) in read_archive()
856 last_offset = offset; in read_archive()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nios2/
H A Dnios2.c4929 HOST_WIDE_INT last_offset = -1, len = XVECLEN (op, 0); in pop_operation_p() local
4953 last_offset = INTVAL (curr_offset); in pop_operation_p()
4954 if ((last_offset & 3) != 0 || last_offset > 60) in pop_operation_p()
4959 last_offset += 4; in pop_operation_p()
4960 if (INTVAL (curr_offset) != last_offset) in pop_operation_p()
4964 if (last_offset < 0 || last_offset + 4 != INTVAL (offset)) in pop_operation_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nios2/
H A Dnios2.cc4964 HOST_WIDE_INT last_offset = -1, len = XVECLEN (op, 0); in pop_operation_p() local
4988 last_offset = INTVAL (curr_offset); in pop_operation_p()
4989 if ((last_offset & 3) != 0 || last_offset > 60) in pop_operation_p()
4994 last_offset += 4; in pop_operation_p()
4995 if (INTVAL (curr_offset) != last_offset) in pop_operation_p()
4999 if (last_offset < 0 || last_offset + 4 != INTVAL (offset)) in pop_operation_p()
/netbsd-src/external/bsd/ntp/dist/ntpdc/
H A Dlayout.std143 offsetof(last_offset) = 0
H A Dntpdc_ops.c924 NTOHL_FP(&il->last_offset, &tempts); in loopinfo()
934 NTOHL_FP(&il->last_offset, &tempts); in loopinfo()
/netbsd-src/external/bsd/ntp/dist/include/
H A Dntp_request.h486 l_fp last_offset; member
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_send.c1782 uint64_t last_object, last_offset; member
2204 drrw->drr_offset < rwa->last_offset)) { in receive_write()
2208 rwa->last_offset = drrw->drr_offset; in receive_write()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c7284 uint64_t last_offset = 0; in display_debug_loc() local
7374 last_offset = debug_information [i].loc_offsets [0]; in display_debug_loc()
7385 if (last_offset > in display_debug_loc()
7387 || (last_offset == debug_information [i].loc_offsets [j] in display_debug_loc()
7393 last_offset = debug_information [i].loc_offsets [j]; in display_debug_loc()
8327 uint64_t last_offset = 0; in display_debug_ranges() local
8434 if (i > 0 && last_offset == offset) in display_debug_ranges()
8436 last_offset = offset; in display_debug_ranges()
H A DChangeLog-2009648 (display_debug_ranges): Remove variables last_offset, first, j,
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddwarf.c7215 dwarf_vma last_offset = 0; in display_debug_loc() local
7305 last_offset = debug_information [i].loc_offsets [0]; in display_debug_loc()
7316 if (last_offset > in display_debug_loc()
7318 || (last_offset == debug_information [i].loc_offsets [j] in display_debug_loc()
7324 last_offset = debug_information [i].loc_offsets [j]; in display_debug_loc()
8248 dwarf_vma last_offset = 0; in display_debug_ranges() local
8342 if (i > 0 && last_offset == offset) in display_debug_ranges()
8344 last_offset = offset; in display_debug_ranges()
H A DChangeLog-2009648 (display_debug_ranges): Remove variables last_offset, first, j,
/netbsd-src/tests/dev/audio/
H A Daudiotest.c6630 u_int last_offset; in test_AUDIO_GETOOFFS_flush() local
6708 last_offset = initial_offset + ai.blocksize * 2; in test_AUDIO_GETOOFFS_flush()
6726 if (netbsd < 9 && o.offset == last_offset) { in test_AUDIO_GETOOFFS_flush()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delflink.c11662 bfd_vma last_offset; in elf_link_input_bfd() local
11687 last_offset = o->output_offset; in elf_link_input_bfd()
11689 last_offset += o->output_section->vma; in elf_link_input_bfd()
11719 irela->r_offset = last_offset; in elf_link_input_bfd()
11731 last_offset = irela->r_offset; in elf_link_input_bfd()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delflink.c11575 bfd_vma last_offset; in elf_link_input_bfd() local
11600 last_offset = o->output_offset; in elf_link_input_bfd()
11602 last_offset += o->output_section->vma; in elf_link_input_bfd()
11632 irela->r_offset = last_offset; in elf_link_input_bfd()
11644 last_offset = irela->r_offset; in elf_link_input_bfd()