Home
last modified time | relevance | path

Searched refs:new_start (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_ttm.c262 uint64_t old_start, new_start; in radeon_move_blit() local
270 new_start = (u64)new_mem->start << PAGE_SHIFT; in radeon_move_blit()
285 new_start += rdev->mc.vram_start; in radeon_move_blit()
288 new_start += rdev->mc.gtt_start; in radeon_move_blit()
302 fence = radeon_copy(rdev, old_start, new_start, num_pages, bo->resv); in radeon_move_blit()
/dragonfly/contrib/dhcpcd/src/
H A Ddhcp6.h217 bool new_start; /* New external start, to determine log type. */ member
H A Ddhcp6.c3085 loglevel = state->new_start ? LOG_INFO : LOG_DEBUG; in dhcp6_bind()
3088 state->new_start = false; in dhcp6_bind()
3977 state->new_start = true; in dhcp6_start()
4030 state->new_start = true; in dhcp6_start()
/dragonfly/contrib/binutils-2.27/binutils/
H A Ddwarf.c6091 unsigned char * new_start; in display_debug_frames() local
6162 new_start = start + temp; in display_debug_frames()
6163 if (new_start < start) in display_debug_frames()
6169 start = new_start; in display_debug_frames()
6175 new_start = start + temp; in display_debug_frames()
6176 if (new_start < start) in display_debug_frames()
6183 start = new_start; in display_debug_frames()
/dragonfly/contrib/diffutils/lib/
H A Dregexec.c488 regoff_t *new_start = re_realloc (regs->start, regoff_t, need_regs); in re_copy_regs() local
490 if (__glibc_unlikely (new_start == NULL)) in re_copy_regs()
495 re_free (new_start); in re_copy_regs()
498 regs->start = new_start; in re_copy_regs()
/dragonfly/contrib/grep/lib/
H A Dregexec.c488 regoff_t *new_start = re_realloc (regs->start, regoff_t, need_regs); in re_copy_regs() local
490 if (__glibc_unlikely (new_start == NULL)) in re_copy_regs()
495 re_free (new_start); in re_copy_regs()
498 regs->start = new_start; in re_copy_regs()
/dragonfly/contrib/binutils-2.34/binutils/
H A Ddwarf.c8100 unsigned char * new_start; in display_debug_frames() local
8174 new_start = start + temp; in display_debug_frames()
8175 if (new_start < start) in display_debug_frames()
8181 start = new_start; in display_debug_frames()
8187 new_start = start + temp; in display_debug_frames()
8188 if (new_start < start) in display_debug_frames()
8195 start = new_start; in display_debug_frames()
/dragonfly/contrib/cvs-1.12/lib/
H A Dregexec.c515 regoff_t *new_start = in re_copy_regs() local
518 if (BE (new_start == NULL, 0) || BE (new_end == NULL, 0)) in re_copy_regs()
520 regs->rm_start = new_start; in re_copy_regs()