Home
last modified time | relevance | path

Searched refs:old_offset (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_open_fd.c136 int64_t old_offset, new_offset; in file_skip() local
155 if (((old_offset = lseek(mine->fd, 0, SEEK_CUR)) >= 0) && in file_skip()
157 return (new_offset - old_offset); in file_skip()
H A Darchive_read_open_filename.c452 int64_t old_offset, new_offset; in file_skip_lseek() local
454 off_t old_offset, new_offset; in file_skip_lseek() local
464 if ((old_offset = lseek(mine->fd, 0, SEEK_CUR)) >= 0 && in file_skip_lseek()
466 return (new_offset - old_offset); in file_skip_lseek()
/dragonfly/contrib/gdb-7/gdb/
H A Dremote-fileio.c688 off_t old_offset, new_offset; in remote_fileio_func_read() local
779 old_offset = lseek (fd, 0, SEEK_CUR); in remote_fileio_func_read()
787 if (old_offset != new_offset) in remote_fileio_func_read()
788 ret = new_offset - old_offset; in remote_fileio_func_read()
/dragonfly/contrib/gdb-7/readline/
H A Ddisplay.c1283 int new_offset, old_offset; local
1394 new_offset = old_offset = 0;
1397 _rl_compare_chars(old, old_offset, &ps_old, new, new_offset, &ps_new); )
1399 old_offset = _rl_find_next_mbchar (old, old_offset, 1, MB_FIND_ANY);
1401 ofd = old + old_offset;
/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-polymorphic-call.c1956 HOST_WIDE_INT old_offset = speculative_offset; in combine_speculation_with() local
1971 speculative_offset = old_offset; in combine_speculation_with()
1975 return (old_offset != speculative_offset in combine_speculation_with()
H A Dtree-ssa-address.c876 tree old_offset = unshare_expr (parts.offset); in create_mem_ref() local
916 parts.offset = old_offset; in create_mem_ref()
/dragonfly/sys/dev/disk/advansys/
H A Dadvlib.c1084 u_int old_offset; in adv_set_syncrate() local
1094 old_offset = tinfo->current.offset; in adv_set_syncrate()
1097 && ((old_period != period || old_offset != offset) in adv_set_syncrate()
/dragonfly/sys/dev/disk/amd/
H A Damd.c787 u_int old_offset; in amdsetsync() local
791 old_offset = tinfo->current.offset; in amdsetsync()
793 && (old_period != period || old_offset != offset)) { in amdsetsync()
/dragonfly/sys/dev/drm/i915/
H A Dintel_display.c2232 u32 old_offset, in __intel_adjust_tile_offset() argument
2238 WARN_ON(old_offset & (tile_size - 1)); in __intel_adjust_tile_offset()
2240 WARN_ON(new_offset > old_offset); in __intel_adjust_tile_offset()
2242 tiles = (old_offset - new_offset) / tile_size; in __intel_adjust_tile_offset()
2257 u32 old_offset, u32 new_offset) in _intel_adjust_tile_offset() argument
2263 WARN_ON(new_offset > old_offset); in _intel_adjust_tile_offset()
2281 old_offset, new_offset); in _intel_adjust_tile_offset()
2283 old_offset += *y * pitch + *x * cpp; in _intel_adjust_tile_offset()
2285 *y = (old_offset - new_offset) / pitch; in _intel_adjust_tile_offset()
2298 u32 old_offset, u32 new_offset) in intel_adjust_tile_offset() argument
[all …]