Searched refs:remains (Results 1 - 3 of 3) sorted by relevance

/ndk/sources/host-tools/ndk-stack/elff/
H A Delf_alloc.cc38 if (current_chunk_ == NULL || current_chunk_->remains < size) {
49 new_chunk->remains = new_chunk->size - sizeof(ElfAllocatorChunk);
55 current_chunk_->remains -= size;
H A Delf_alloc.h59 size_t remains; member in struct:ElfAllocatorChunk
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dregexec.c3709 bitset_t remains;
3729 not_subset |= remains[k] = ~accepts[k] & dests_ch[j][k];
3734 new group state, which has the `remains'. */
3737 bitset_copy (dests_ch[ndests], remains);
3705 bitset_t remains; local

Completed in 273 milliseconds