Searched refs:new_chunk (Results 1 - 7 of 7) sorted by relevance

/external/qemu/elff/
H A Delf_alloc.cc40 ElfAllocatorChunk* new_chunk = local
42 assert(new_chunk != NULL);
43 if (new_chunk == NULL) {
47 new_chunk->size = ELF_ALLOC_CHUNK_SIZE;
48 new_chunk->avail = INC_PTR(new_chunk, sizeof(ElfAllocatorChunk));
49 new_chunk->remains = new_chunk->size - sizeof(ElfAllocatorChunk);
50 new_chunk->prev = current_chunk_;
51 current_chunk_ = new_chunk;
[all...]
/external/bison/lib/
H A Dobstack.c258 register struct _obstack_chunk *new_chunk;
271 new_chunk = CALL_CHUNKFUN (h, new_size);
272 if (!new_chunk)
274 h->chunk = new_chunk;
275 new_chunk->prev = old_chunk;
276 new_chunk->limit = h->chunk_limit = (char *) new_chunk + new_size;
280 __PTR_ALIGN ((char *) new_chunk, new_chunk->contents, h->alignment_mask);
310 new_chunk
257 register struct _obstack_chunk *new_chunk; local
[all...]
/external/kernel-headers/original/linux/raid/
H A Dmd_p.h166 __u32 new_chunk; /* 17 new chunk size (bytes) */ member in struct:mdp_superblock_s
234 __u32 new_chunk; /* new chunk size (bytes) */ member in struct:mdp_superblock_1
H A Dmd_k.h147 int delta_disks, new_level, new_layout, new_chunk; member in struct:mddev_s
/external/libvpx/vpx_mem/memory_manager/include/
H A Dheapmm.h140 void HMM_UNIQUE(new_chunk)(
/external/v8/src/
H A Dutils.h653 Vector<T> new_chunk = Vector<T>::New(new_capacity);
659 current_chunk_ = new_chunk;
722 Vector<T> new_chunk = Vector<T>::New(sequence_length + new_capacity); member in class:v8::internal::Vector
723 ASSERT(sequence_length < new_chunk.length());
725 new_chunk[i] = this->current_chunk_[sequence_start_ + i];
732 this->current_chunk_ = new_chunk;
/external/libvpx/vpx_mem/memory_manager/
H A Dhmm_base.c313 void U(new_chunk)(U(descriptor) *desc, void *start, U(size_bau) n_baus)

Completed in 1407 milliseconds