Searched refs:old_offset (Results 1 - 17 of 17) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc.c189 UINT64 old_offset, offset; local
216 offset = old_offset = comm->hdr.parm_offset + comm->hdr.parm_size;
222 comm->hdr.parm_size += (offset - old_offset);
237 UINT64 old_offset, offset; local
244 old_offset = offset = comm->hdr.parm_offset;
247 if (old_offset + sizeof(BYTE) > comm->hdr.packet_size)
253 if (old_offset + sizeof(TSS_BOOL) > comm->hdr.packet_size)
259 if (old_offset + sizeof(UINT16) > comm->hdr.packet_size)
265 if (old_offset + sizeof(UINT32) > comm->hdr.packet_size)
271 if (old_offset
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_open_fd.c139 off_t old_offset, new_offset; local
153 if (((old_offset = lseek(mine->fd, 0, SEEK_CUR)) < 0) ||
178 return (new_offset - old_offset);
H A Darchive_read_open_filename.c187 off_t old_offset, new_offset; local
201 if (((old_offset = lseek(mine->fd, 0, SEEK_CUR)) < 0) ||
234 return (new_offset - old_offset);
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc.c118 UINT64 old_offset, offset; local
145 offset = old_offset = comm->hdr.parm_offset + comm->hdr.parm_size;
151 comm->hdr.parm_size += (offset - old_offset);
167 UINT64 old_offset, offset; local
174 old_offset = offset = comm->hdr.parm_offset;
248 comm->hdr.parm_size -= (offset - old_offset);
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/
H A Dxref.c74 int old_offset = input_text_offset; local
80 if (input_text_offset > old_offset)
84 input_text_offset = old_offset;
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dindices.c255 int old_offset; local
267 old_offset = index_offset;
276 if (index_offset == old_offset)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Ddisplay.c1178 int new_offset, old_offset, tmp; local
1286 new_offset = old_offset = 0;
1289 _rl_compare_chars(old, old_offset, &ps_old, new, new_offset, &ps_new); )
1291 old_offset = _rl_find_next_mbchar (old, old_offset, 1, MB_FIND_ANY);
1293 ofd = old + old_offset;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-m68hc11.c1154 unsigned long old_offset;
1157 old_offset = irel->r_offset;
1202 if (old_offset == addr)
1223 raddr += old_offset;
1152 unsigned long old_offset; local
H A Delf32-xtensa.c9852 bfd_vma old_offset = val.r_rel.target_offset;
9856 new_offset = old_offset -
9857 removed_by_actions (&act, old_offset, FALSE);
9875 || last_zfill_target_offset != old_offset)
9882 new_offset = old_offset -
9883 removed_by_actions (&act, old_offset, TRUE);
9894 last_zfill_target_offset = old_offset;
9900 removed_by_actions (&act, old_offset + old_size, TRUE);
9908 if (new_offset != old_offset)
9910 bfd_vma diff = new_offset - old_offset;
9827 bfd_vma old_offset = val.r_rel.target_offset; local
10184 bfd_vma old_offset; local
[all...]
H A Delf32-rx.c1768 bfd_vma old_offset = srel->r_offset;
1773 if (irel->r_offset == old_offset)
1765 bfd_vma old_offset = srel->r_offset; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-m68hc11.c1154 unsigned long old_offset;
1157 old_offset = irel->r_offset;
1202 if (old_offset == addr)
1223 raddr += old_offset;
1152 unsigned long old_offset; local
H A Delf32-xtensa.c9852 bfd_vma old_offset = val.r_rel.target_offset;
9856 new_offset = old_offset -
9857 removed_by_actions (&act, old_offset, FALSE);
9875 || last_zfill_target_offset != old_offset)
9882 new_offset = old_offset -
9883 removed_by_actions (&act, old_offset, TRUE);
9894 last_zfill_target_offset = old_offset;
9900 removed_by_actions (&act, old_offset + old_size, TRUE);
9908 if (new_offset != old_offset)
9910 bfd_vma diff = new_offset - old_offset;
9827 bfd_vma old_offset = val.r_rel.target_offset; local
10184 bfd_vma old_offset; local
[all...]
H A Delf32-rx.c1771 bfd_vma old_offset = srel->r_offset;
1776 if (irel->r_offset == old_offset)
1768 bfd_vma old_offset = srel->r_offset; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dremote-fileio.c698 off_t old_offset, new_offset; local
789 old_offset = lseek (fd, 0, SEEK_CUR);
797 if (old_offset != new_offset)
798 ret = new_offset - old_offset;
/netbsd-6-1-5-RELEASE/sys/fs/udf/
H A Dudf_vnops.c277 uint64_t file_size, old_size, old_offset; local
341 old_offset = uio->uio_offset;
368 (old_offset >> 16 != uio->uio_offset >> 16)) {
370 error = VOP_PUTPAGES(vp, (old_offset >> 16) << 16,
373 old_offset = uio->uio_offset;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Daic7xxx.c1901 u_int old_offset; local
1930 old_offset = tinfo->curr.offset;
1935 || old_offset != offset
H A Daic79xx.c2964 u_int old_offset; local
2993 old_offset = tinfo->curr.offset;
2998 || old_offset != offset

Completed in 551 milliseconds