HomeSort by: relevance | last modified time | path
    Searched defs:old_offset (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc.c 116 UINT64 old_offset, offset; local
143 offset = old_offset = comm->hdr.parm_offset + comm->hdr.parm_size;
149 comm->hdr.parm_size += (offset - old_offset);
165 UINT64 old_offset, offset; local
172 old_offset = offset = comm->hdr.parm_offset;
246 comm->hdr.parm_size -= (offset - old_offset);
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_open_fd.c 138 int64_t old_offset, new_offset; local
158 if ((old_offset = lseek(mine->fd, 0, SEEK_CUR)) >= 0) {
159 if (old_offset >= mine->size ||
160 skip > mine->size - old_offset) {
164 return (new_offset - old_offset);
archive_read_open_file.c 136 int64_t old_offset, new_offset = -1; local
160 old_offset = lseek(fileno(mine->f), 0, SEEK_CUR);
162 old_offset = _ftelli64(mine->f);
164 old_offset = ftello(mine->f);
166 old_offset = ftell(mine->f);
168 if (old_offset >= 0) {
169 if (old_offset < mine->size &&
170 skip <= mine->size - old_offset) {
184 return (new_offset - old_offset);
archive_read_open_filename.c 490 int64_t old_offset, new_offset; local
492 off_t old_offset, new_offset; local
507 if ((old_offset = lseek(mine->fd, 0, SEEK_CUR)) >= 0) {
508 if (old_offset >= mine->size ||
509 skip > mine->size - old_offset) {
513 return (new_offset - old_offset);
  /src/external/gpl3/gdb/dist/gnulib/import/
windows-rwlock.c 66 unsigned int old_offset = wq->offset; local
68 if (old_offset + old_count > old_alloc)
70 unsigned int limit = old_offset + old_count - old_alloc;
75 new_array[i] = new_array[old_offset + i];
  /src/external/gpl3/gdb.old/dist/gnulib/import/
windows-rwlock.c 66 unsigned int old_offset = wq->offset; local
68 if (old_offset + old_count > old_alloc)
70 unsigned int limit = old_offset + old_count - old_alloc;
75 new_array[i] = new_array[old_offset + i];
  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc.c 190 UINT64 old_offset, offset; local
214 offset = old_offset = comm->hdr.parm_offset + comm->hdr.parm_size;
220 comm->hdr.parm_size += (offset - old_offset);
235 UINT64 old_offset, offset; local
247 old_offset = offset = comm->hdr.parm_offset;
250 if (old_offset + sizeof(BYTE) > comm->hdr.packet_size)
256 if (old_offset + sizeof(TSS_BOOL) > comm->hdr.packet_size)
262 if (old_offset + sizeof(UINT16) > comm->hdr.packet_size)
268 if (old_offset + sizeof(UINT32) > comm->hdr.packet_size)
274 if (old_offset + theDataSize > comm->hdr.packet_size
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
lock.c 596 unsigned int old_offset = wq->offset; local
598 if (old_offset + old_count > old_alloc)
600 unsigned int limit = old_offset + old_count - old_alloc;
605 new_array[i] = new_array[old_offset + i];
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
lock.c 595 unsigned int old_offset = wq->offset; local
597 if (old_offset + old_count > old_alloc)
599 unsigned int limit = old_offset + old_count - old_alloc;
604 new_array[i] = new_array[old_offset + i];
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
lock.c 595 unsigned int old_offset = wq->offset; local
597 if (old_offset + old_count > old_alloc)
599 unsigned int limit = old_offset + old_count - old_alloc;
604 new_array[i] = new_array[old_offset + i];
  /src/external/gpl2/texinfo/dist/makeinfo/
xref.c 74 int old_offset = input_text_offset; local
80 if (input_text_offset > old_offset)
84 input_text_offset = old_offset;
  /src/external/gpl2/texinfo/dist/info/
indices.c 255 int old_offset; local
267 old_offset = index_offset;
276 if (index_offset == old_offset)
  /src/external/gpl3/binutils/dist/bfd/
elf32-m68hc11.c 1164 unsigned long old_offset;
1167 old_offset = irel->r_offset;
1212 if (old_offset == addr)
1233 raddr += old_offset;
1162 unsigned long old_offset; local
elf32-rx.c 1994 bfd_vma old_offset = srel->r_offset;
1999 if (irel->r_offset == old_offset)
1991 bfd_vma old_offset = srel->r_offset; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-m68hc11.c 1164 unsigned long old_offset;
1167 old_offset = irel->r_offset;
1212 if (old_offset == addr)
1233 raddr += old_offset;
1162 unsigned long old_offset; local
  /src/external/gpl3/gcc/dist/gcc/
ipa-polymorphic-call.cc 1978 HOST_WIDE_INT old_offset = speculative_offset; local
1993 speculative_offset = old_offset;
1997 return (old_offset != speculative_offset
tree-ssa-address.cc 888 tree old_offset = unshare_expr (parts.offset); local
928 parts.offset = old_offset;
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-polymorphic-call.cc 1979 HOST_WIDE_INT old_offset = speculative_offset; local
1994 speculative_offset = old_offset;
1998 return (old_offset != speculative_offset
tree-ssa-address.cc 891 tree old_offset = unshare_expr (parts.offset); local
931 parts.offset = old_offset;
  /src/external/gpl3/gdb/dist/bfd/
elf32-m68hc11.c 1164 unsigned long old_offset;
1167 old_offset = irel->r_offset;
1212 if (old_offset == addr)
1233 raddr += old_offset;
1162 unsigned long old_offset; local
  /src/external/gpl3/gdb/dist/gdb/
remote-fileio.c 474 off_t old_offset, new_offset; local
563 old_offset = lseek (fd, 0, SEEK_CUR);
570 if (old_offset != new_offset)
571 ret = new_offset - old_offset;
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-m68hc11.c 1164 unsigned long old_offset;
1167 old_offset = irel->r_offset;
1212 if (old_offset == addr)
1233 raddr += old_offset;
1162 unsigned long old_offset; local
  /src/external/gpl3/gdb.old/dist/gdb/
remote-fileio.c 474 off_t old_offset, new_offset; local
563 old_offset = lseek (fd, 0, SEEK_CUR);
570 if (old_offset != new_offset)
571 ret = new_offset - old_offset;
  /src/sys/fs/udf/
udf_vnops.c 293 uint64_t file_size, old_size, old_offset; local
356 old_offset = uio->uio_offset;
383 (old_offset >> 16 != uio->uio_offset >> 16)) {
385 error = VOP_PUTPAGES(vp, (old_offset >> 16) << 16,
388 old_offset = uio->uio_offset;
  /src/external/gpl3/binutils/dist/gprofng/src/
DwarfLib.cc 2115 int64_t old_offset = dwrTag.offset; local
2134 set_die (old_offset);
2171 int64_t old_offset = dwrTag.offset; local
2184 set_die (old_offset);

Completed in 244 milliseconds

1 2