HomeSort by: relevance | last modified time | path
    Searched refs:old_start (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ttm.c 224 uint64_t old_start, new_start; local
231 old_start = (u64)old_mem->start << PAGE_SHIFT;
236 old_start += rdev->mc.vram_start;
239 old_start += rdev->mc.gtt_start;
264 fence = radeon_copy(rdev, old_start, new_start, num_pages, bo->base.resv);
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 9438 unsigned char * old_start; local
9455 old_start = start;
9457 len = start - old_start == 2 ? 2 : 0;
9461 old_start = start;
9463 len = start - old_start == 4 ? 4 : 0;
9467 old_start = start;
9469 len = start - old_start == 8 ? 8 : 0;
9473 old_start = start;
9475 len = start - old_start == 2 ? 2 : 0;
9479 old_start = start
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 9355 unsigned char * old_start; local
9372 old_start = start;
9374 len = start - old_start == 2 ? 2 : 0;
9378 old_start = start;
9380 len = start - old_start == 4 ? 4 : 0;
9384 old_start = start;
9386 len = start - old_start == 8 ? 8 : 0;
9390 old_start = start;
9392 len = start - old_start == 2 ? 2 : 0;
9396 old_start = start
    [all...]
  /src/usr.sbin/sysinst/
mbr.c 1780 uint old_start = m->mbr.mbr_parts[i].mbrp_start; local
1786 else if (old_start == parts->target)
1800 old_start)

Completed in 40 milliseconds