Searched refs:next_chunk (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Tempita/
H A D_tempita.py733 next_chunk = ''
735 next_chunk = tokens[i + 1]
736 if (not isinstance(next_chunk, basestring_)
745 and (not next_chunk or lead_whitespace_re.search(next_chunk)
746 or (i == len(tokens) - 2 and not next_chunk.strip()))):
756 if next_chunk:
758 if i == len(tokens) - 2 and not next_chunk.strip():
761 m = lead_whitespace_re.search(next_chunk)
762 next_chunk
[all...]
/external/chromium_org/base/memory/
H A Ddiscardable_memory_ashmem_allocator.cc324 uintptr_t next_chunk = chunk + size; local
325 const FreeChunk next_free_chunk = RemoveFreeChunk_Locked(next_chunk);
333 !address_to_free_chunk_map_.count(next_chunk + next_free_chunk.size));
/external/compiler-rt/lib/lsan/
H A Dlsan_common.cc303 uptr next_chunk = frontier->back(); local
305 LsanMetadata m(next_chunk);
306 ScanRangeForPointers(next_chunk, next_chunk + m.requested_size(), frontier,
/external/chromium_org/v8/src/heap/
H A Dspaces-inl.h210 DCHECK(next_chunk()->owner() == owner());
211 return static_cast<Page*>(next_chunk());
H A Dspaces.h291 MemoryChunk* next_chunk() const { function in class:v8::internal::MemoryChunk
801 return static_cast<LargePage*>(next_chunk());
1990 return static_cast<NewSpacePage*>(next_chunk());
H A Dspaces.cc529 MemoryChunk* other_next = other->next_chunk();
539 MemoryChunk* next_element = next_chunk();
H A Dheap.cc6030 next = chunk->next_chunk();
6065 next = chunk->next_chunk();
/external/chromium_org/chrome/browser/safe_browsing/
H A Dprotocol_manager.cc583 ChunkUrl next_chunk = chunk_request_urls_.front();
584 DCHECK(!next_chunk.url.empty());
585 GURL chunk_url = NextChunkUrl(next_chunk.url);
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c1725 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->head & ~INUSE_BITS))) macro
1729 #define next_pinuse(p) ((next_chunk(p)->head) & PINUSE_BIT)
2603 assert(is_mmapped(p) || pinuse(p) || next_chunk(prev_chunk(p)) == p);
2724 q = next_chunk(p);
2790 q = next_chunk(q);
2850 q = next_chunk(q);
2888 q = next_chunk(q);
3508 mchunkptr mn = next_chunk(mem2chunk(m));
4430 mn = next_chunk(mem2chunk(m));
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_input.c4841 goto next_chunk;
5584 goto next_chunk;
5601 goto next_chunk;
5668 next_chunk:

Completed in 2891 milliseconds