HomeSort by relevance Sort by last modified time
    Searched defs:new_start (Results 1 - 8 of 8) sorted by null

  /system/update_engine/payload_generator/
extent_utils.cc 141 uint64_t new_start = extent.start_block(); local
150 new_start += block_offset - scanned_blocks;
152 result.push_back(ExtentForRange(new_start, new_num_blocks));
extent_ranges.cc 291 uint64_t new_start = iter->start_block() + iter->num_blocks(); local
293 if (new_start >= old_end) {
297 extent = ExtentForRange(new_start, old_end - new_start);
  /external/e2fsprogs/lib/ext2fs/
blkmap64_rb.c 492 __u64 new_start, new_count; local
512 new_start = start + count;
513 new_count = (ext->start + ext->count) - new_start;
517 rb_insert_extent(new_start, new_count, bp);
  /bionic/tests/
dlext_test.cpp 319 void* new_start = mmap(start, PAGE_SIZE, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); local
320 ASSERT_NE(start, new_start) << "dlclose unmapped reserved space";
    [all...]
  /external/toybox/toys/pending/
fdisk.c 575 sector_t new_start; local
612 new_start = partitions[i + 1].start_offset + swap_le32toh(q->start4) - extended_offset;
613 new_start = SWAP_LE32(new_start);
614 memcpy(p->start4, (void *)&new_start, 4);
1146 sector_t start, num, new_start, end; local
    [all...]
  /external/blktrace/
blkparse.c 327 char *new_start; local
338 new_start = (char *)cpus + (ncpus * sizeof(struct per_cpu_info));
340 memset(new_start, 0, new_space);
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-solaris.c 673 Addr new_start, new_end; local
685 new_start = (Addr)st->ss_sp;
686 new_end = new_start + st->ss_size - 1;
692 if (new_start == cur_start && new_size == cur_size) {
707 new_start = new_end + 1 - new_size;
714 new_start, new_end, tid);
715 tst->os_state.stk_id = VG_(register_stack)(new_start, new_end);
721 new_start, new_end, tid);
722 VG_(change_stack)(tst->os_state.stk_id, new_start, new_end);
    [all...]
  /external/v8/src/heap/
heap.cc 3144 Address new_start = object->address() + bytes_to_trim; local
    [all...]

Completed in 290 milliseconds