Home
last modified time | relevance | path

Searched refs:cur_offset (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-polymorphic-call.c80 HOST_WIDE_INT cur_offset) in possible_placement_new() argument
82 if (cur_offset < 0) in possible_placement_new()
90 || (cur_offset in possible_placement_new()
142 cur_offset = 0; in restrict_to_inner_class()
162 cur_offset = 0; in restrict_to_inner_class()
216 if (cur_offset != 0 in restrict_to_inner_class()
241 if (cur_offset != 0) in restrict_to_inner_class()
313 cur_offset -= pos; in restrict_to_inner_class()
320 offset = cur_offset; in restrict_to_inner_class()
357 cur_offset = new_offset; in restrict_to_inner_class()
[all …]
H A Dsanopt.c412 offset_int &cur_offset) in has_dominating_ubsan_ptr_check() argument
414 bool pos_p = !wi::neg_p (cur_offset); in has_dominating_ubsan_ptr_check()
433 if (wi::les_p (cur_offset, ooffset)) in has_dominating_ubsan_ptr_check()
436 else if (!pos_p && wi::les_p (ooffset, cur_offset)) in has_dominating_ubsan_ptr_check()
477 offset_int cur_offset = wi::sext (wi::to_offset (off), POINTER_SIZE); in maybe_optimize_ubsan_ptr_ifn() local
478 if (has_dominating_ubsan_ptr_check (ctx, ptr, cur_offset)) in maybe_optimize_ubsan_ptr_ifn()
500 offset_int total_offset = expr_offset + cur_offset; in maybe_optimize_ubsan_ptr_ifn()
503 record_ubsan_ptr_check_stmt (ctx, stmt, ptr, cur_offset); in maybe_optimize_ubsan_ptr_ifn()
539 bool sign_cur_offset = !wi::neg_p (cur_offset); in maybe_optimize_ubsan_ptr_ifn()
583 record_ubsan_ptr_check_stmt (ctx, stmt, ptr, cur_offset); in maybe_optimize_ubsan_ptr_ifn()
/dragonfly/contrib/binutils-2.27/bfd/
H A Dplugin.c197 off_t cur_offset = lseek(file.fd, 0, SEEK_CUR); in try_claim() local
199 lseek(file.fd, cur_offset, SEEK_SET); in try_claim()
/dragonfly/contrib/gdb-7/gdb/
H A Dtracepoint.c3702 static off_t cur_offset; variable
4268 off_t saved_offset = cur_offset; in tfile_get_traceframe_address()
4285 cur_offset = saved_offset; in tfile_get_traceframe_address()
4286 lseek (trace_fd, cur_offset, SEEK_SET); in tfile_get_traceframe_address()
4374 cur_offset = offset; in tfile_trace_find()
4422 lseek (trace_fd, cur_offset + pos, SEEK_SET); in traceframe_walk_blocks()
4438 lseek (trace_fd, cur_offset + pos + trace_regblock_size, SEEK_SET); in traceframe_walk_blocks()
4442 lseek (trace_fd, cur_offset + pos + 8, SEEK_SET); in traceframe_walk_blocks()
4452 lseek (trace_fd, cur_offset + pos + 4 + 8, SEEK_SET); in traceframe_walk_blocks()
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_dp_mst_helper.h372 u8 cur_offset; member
/dragonfly/sys/vfs/fuse/
H A Dfuse_vnops.c1021 off_t cur_offset = 0; in fuse_vop_readdir() local
1078 if (cur_offset >= uio->uio_offset) { in fuse_vop_readdir()
1089 cur_offset += _DIRENT_RECLEN(fde->namelen); in fuse_vop_readdir()
/dragonfly/sys/dev/drm/
H A Ddrm_dp_mst_topology.c1509 len = txmsg->cur_len - txmsg->cur_offset; in process_single_tx_qlock()
1523 memcpy(&chunk[idx], &txmsg->msg[txmsg->cur_offset], tosend); in process_single_tx_qlock()
1534 txmsg->cur_offset += tosend; in process_single_tx_qlock()
1535 if (txmsg->cur_offset == txmsg->cur_len) { in process_single_tx_qlock()