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

  /external/syslinux/gpxe/src/arch/i386/core/
relocate.c 47 unsigned long new_start, new_end; local
159 new_start = new_end - padded_size;
160 new_start += ( start - new_start ) & ( max_align - 1 );
161 new_end = new_start + size;
164 start, end, new_start, new_end );
168 ix86->regs.edi = new_start;
  /frameworks/native/libs/vr/libpdx/private/pdx/
message_reader.h 28 virtual void ConsumeReadBufferSectionData(const void* new_start) = 0;
mock_message_reader.h 20 MOCK_METHOD1(ConsumeReadBufferSectionData, void(const void* new_start));
utility.h 337 void ConsumeReadBufferSectionData(const void* new_start) override {
338 read_pos_ = PointerDistance(new_start, buffer_.data());
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
payload.h 101 void ConsumeReadBufferSectionData(const void* new_start) override {
103 PointerDistance(new_start, &*this->ConstCursor()));
140 void ConsumeReadBufferSectionData(const void* new_start) override {
142 PointerDistance(new_start, &*this->ConstCursor()));
  /system/update_engine/payload_generator/
extent_utils.cc 142 uint64_t new_start = extent.start_block(); local
151 new_start += block_offset - scanned_blocks;
153 result.push_back(ExtentForRange(new_start, new_num_blocks));
extent_ranges.cc 293 uint64_t new_start = iter->start_block() + iter->num_blocks(); local
295 if (new_start >= old_end) {
299 extent = ExtentForRange(new_start, old_end - new_start);
  /external/pdfium/fpdfsdk/
fpdf_dataavail_embeddertest.cpp 90 size_t new_start = std::min<size_t>(start_it->first, range.first); local
94 available_ranges_.insert(std::make_pair(new_start, new_end));
  /frameworks/native/libs/vr/libpdx/
encoder_performance_test.cpp 55 void ConsumeReadBufferSectionData(const void* new_start) override {
56 std::advance(ConstCursor(), PointerDistance(new_start, &*ConstCursor()));
86 void ConsumeReadBufferSectionData(const void* new_start) override {
87 read_ptr_ = static_cast<const uint8_t*>(new_start);
  /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/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);
  /external/v8/src/heap/
incremental-marking.h 187 static void TransferMark(Heap* heap, Address old_start, Address new_start);
incremental-marking.cc 139 Address new_start) {
142 MemoryChunk::FromAddress(new_start));
149 if (old_start == new_start) return;
151 MarkBit new_mark_bit = ObjectMarking::MarkBitFrom(new_start);
165 HeapObject::FromAddress(new_start), new_mark_bit);
    [all...]
heap.cc 3148 Address new_start = old_start + bytes_to_trim; local
    [all...]
  /frameworks/native/libs/vr/libpdx_uds/private/uds/
ipc_helper.h 93 void ConsumeReadBufferSectionData(const void* new_start) override;
  /frameworks/native/libs/vr/libpdx_uds/
ipc_helper.cpp 336 void ReceivePayload::ConsumeReadBufferSectionData(const void* new_start) {
337 read_pos_ = PointerDistance(new_start, buffer_.data());
  /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...]
  /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/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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailbox.py 645 new_start = new_file.tell()
652 new_toc[key] = (new_start, new_file.tell())
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mailbox.py 666 new_start = new_file.tell()
673 new_toc[key] = (new_start, new_file.tell())
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mailbox.py 666 new_start = new_file.tell()
673 new_toc[key] = (new_start, new_file.tell())
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 666 new_start = new_file.tell()
673 new_toc[key] = (new_start, new_file.tell())
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 666 new_start = new_file.tell()
673 new_toc[key] = (new_start, new_file.tell())
    [all...]

Completed in 1205 milliseconds