Home
last modified time | relevance | path

Searched refs:remains (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/ndk-stack/elff/
Delf_alloc.cc38 if (current_chunk_ == NULL || current_chunk_->remains < size) { in alloc()
49 new_chunk->remains = new_chunk->size - sizeof(ElfAllocatorChunk); in alloc()
55 current_chunk_->remains -= size; in alloc()
Delf_alloc.h59 size_t remains; member
/ndk/sources/host-tools/sed-4.2.1/
DCOPYING17 share and change all versions of a program--to make sure it remains free
166 convey, without conditions so long as your license otherwise remains
352 under those permissions, but the entire Program remains governed by
DCOPYING.DOC114 of such a section when you modify the Document means that it remains a
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregexec.c3705 bitset_t remains; in group_nodes_into_DFAstates() local
3725 not_subset |= remains[k] = ~accepts[k] & dests_ch[j][k]; in group_nodes_into_DFAstates()
3733 bitset_copy (dests_ch[ndests], remains); in group_nodes_into_DFAstates()