Home
last modified time | relevance | path

Searched refs:list_end (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_search_path_list.cpp27 void SearchPathList::AddPaths(const char* list, const char* list_end) { in AddPaths() argument
31 list_.Append(list, list_end - list); in AddPaths()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dfallback_malloc.ipp64 static const heap_node *list_end = (heap_node *) ( &heap [ HEAP_SIZE ] ); // one past the end of …
75 freelist->next_node = offset_from_node ( list_end );
96 p && p != list_end; prev = p, p = node_from_offset ( p->next_node)) {
134 p && p != list_end; prev = p, p = node_from_offset (p->next_node)) {
179 p && p != list_end; prev = p, p = node_from_offset (p->next_node)) {