HomeSort by: relevance | last modified time | path
    Searched defs:last_offset (Results 1 - 21 of 21) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/test/
test_sparse_basic.c 335 int64_t offset, expected_offset, last_offset; local
344 last_offset = 0;
351 if (offset > last_offset) {
424 last_offset = offset + bytes_read;
427 if (last_offset < archive_entry_size(ae)) {
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
3level.h 220 uint32_t level1_offset, level2_offset, level3_offset, last_offset; local
271 last_offset =
276 t->result_size = (last_offset + 3) & ~3ul;
310 if (last_offset < t->result_size)
311 memset (t->result + last_offset, 0, t->result_size - last_offset);
  /src/usr.bin/vndcompress/
vndcompress.c 630 uint64_t last_offset = first_offset; local
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/external/bsd/ntp/dist/ntpd/
ntp_loopfilter.c 168 double last_offset; /* last offset (s) */ variable
664 dtemp = SQUARE(max(fabs(fp_offset - last_offset),
1049 last_offset = clock_offset = offset;
  /src/sys/fs/hfs/
libhfs.c 2150 uint64_t ext_length, last_offset; local
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
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/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_pax.c 854 int64_t offset, length, last_offset = 0; local
858 last_offset = offset + length;
863 if (last_offset < archive_entry_size(entry_main))
2059 int64_t last_offset; local
2063 last_offset = 0;
2065 last_offset = pax->sparse_tail->offset +
2068 if (last_offset < offset) {
2070 r = _sparse_list_add_block(pax, last_offset,
2071 offset - last_offset, 1);
archive_read_support_format_rar5.c 95 int64_t last_offset; /* Used in sanity checks. */ member in struct:file_header
3773 if(offset != rar->file.last_offset + rar->file.last_size) {
3788 rar->file.last_offset = offset;
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dmu_send.c 1782 uint64_t last_object, last_offset; member in struct:receive_writer_arg
2204 drrw->drr_offset < rwa->last_offset)) {
2208 rwa->last_offset = drrw->drr_offset;
  /src/tests/dev/audio/
audiotest.c 6630 u_int last_offset; local
6708 last_offset = initial_offset + ai.blocksize * 2;
6726 if (netbsd < 9 && o.offset == last_offset) {
6727 DPRINTF(" > %d: offset(%u) == last_offset\n",
  /src/external/bsd/ntp/dist/include/
ntp_request.h 486 l_fp last_offset; member in struct:info_loop
  /src/external/gpl3/gcc/dist/gcc/
asan.cc 1858 HOST_WIDE_INT last_offset, last_size, last_size_aligned; local
2153 last_offset = base_offset;
2160 if (last_offset + last_size_aligned < offset)
2163 (last_offset - prev_offset)
2165 prev_offset = last_offset;
2167 last_offset = offset;
2171 last_size = offset - last_offset;
2204 (last_offset - prev_offset)
  /src/external/gpl3/gcc.old/dist/gcc/
asan.cc 1816 HOST_WIDE_INT last_offset, last_size, last_size_aligned; local
2111 last_offset = base_offset;
2118 if (last_offset + last_size_aligned < offset)
2121 (last_offset - prev_offset)
2123 prev_offset = last_offset;
2125 last_offset = offset;
2129 last_size = offset - last_offset;
2162 (last_offset - prev_offset)
  /src/external/gpl3/gcc/dist/gcc/config/nios2/
nios2.cc 4981 HOST_WIDE_INT last_offset = -1, len = XVECLEN (op, 0);
5005 last_offset = INTVAL (curr_offset);
5006 if ((last_offset & 3) != 0 || last_offset > 60)
5011 last_offset += 4;
5012 if (INTVAL (curr_offset) != last_offset)
5016 if (last_offset < 0 || last_offset + 4 != INTVAL (offset))
4970 HOST_WIDE_INT last_offset = -1, len = XVECLEN (op, 0); local
  /src/external/gpl3/gcc.old/dist/gcc/config/nios2/
nios2.cc 4975 HOST_WIDE_INT last_offset = -1, len = XVECLEN (op, 0);
4999 last_offset = INTVAL (curr_offset);
5000 if ((last_offset & 3) != 0 || last_offset > 60)
5005 last_offset += 4;
5006 if (INTVAL (curr_offset) != last_offset)
5010 if (last_offset < 0 || last_offset + 4 != INTVAL (offset))
4964 HOST_WIDE_INT last_offset = -1, len = XVECLEN (op, 0); local
  /src/external/gpl3/binutils/dist/bfd/
elflink.c 11977 bfd_vma last_offset;
12002 last_offset = o->output_offset;
12004 last_offset += o->output_section->vma;
12034 irela->r_offset = last_offset;
12046 last_offset = irela->r_offset;
11965 bfd_vma last_offset; local
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 7398 uint64_t last_offset = 0; local
7488 last_offset = debug_information [i].loc_offsets [0];
7499 if (last_offset > debug_information [i].loc_offsets [j]
7500 || (last_offset == debug_information [i].loc_offsets [j]
7506 last_offset = debug_information [i].loc_offsets [j];
8478 uint64_t last_offset = 0; local
8593 if (i > 0 && last_offset == offset)
8595 last_offset = offset;
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 11954 bfd_vma last_offset;
11979 last_offset = o->output_offset;
11981 last_offset += o->output_section->vma;
12011 irela->r_offset = last_offset;
12023 last_offset = irela->r_offset;
11942 bfd_vma last_offset; local
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 7318 uint64_t last_offset = 0; local
7408 last_offset = debug_information [i].loc_offsets [0];
7419 if (last_offset > debug_information [i].loc_offsets [j]
7420 || (last_offset == debug_information [i].loc_offsets [j]
7426 last_offset = debug_information [i].loc_offsets [j];
8404 uint64_t last_offset = 0; local
8514 if (i > 0 && last_offset == offset)
8516 last_offset = offset;
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 11885 bfd_vma last_offset;
11910 last_offset = o->output_offset;
11912 last_offset += o->output_section->vma;
11942 irela->r_offset = last_offset;
11954 last_offset = irela->r_offset;
11873 bfd_vma last_offset; local
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 11860 bfd_vma last_offset;
11885 last_offset = o->output_offset;
11887 last_offset += o->output_section->vma;
11920 irela->r_offset = last_offset;
11932 last_offset = irela->r_offset;
11848 bfd_vma last_offset; local

Completed in 247 milliseconds