Searched refs:element (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
D | lsearch.c | 45 void *element = lfind(key, base, nelp, width, compar); in lsearch() local 51 if (element == NULL) { in lsearch() 52 element = memmove((char *)base + *nelp * width, key, width); in lsearch() 55 return element; in lsearch() 62 const char *element, *end; in lfind() local 65 for (element = base; element < end; element += width) in lfind() 66 if (!compar(key, element)) /* key found */ in lfind() 67 return((void *)element); in lfind()
|
D | remque.c | 40 remque(void *element) in remque() argument 42 struct qelem *e = element; in remque()
|
/bionic/linker/ |
D | linked_list.h | 36 T* element; member 58 return entry_->element; 112 void push_front(T* const element) { in push_front() argument 116 new_entry->element = element; in push_front() 123 void push_back(T* const element) { in push_back() argument 127 new_entry->element = element; in push_back() 140 T* element = entry->element; in pop_front() local 148 return element; in pop_front() 152 return empty() ? nullptr : header_->head->element; in front() 178 if (!action(e->element)) { in visit() [all …]
|
/bionic/tests/ |
D | malloc_test.cpp | 456 auto element = root->FirstChildElement(); in TEST() local 457 for (; element != nullptr; element = element->NextSiblingElement()) { in TEST() 460 ASSERT_STREQ("alloc", element->Name()); in TEST() 461 ASSERT_EQ(tinyxml2::XML_SUCCESS, element->QueryIntAttribute("size", &val)); in TEST() 462 ASSERT_EQ(tinyxml2::XML_SUCCESS, element->QueryIntAttribute("count", &val)); in TEST() 520 auto element = root->FirstChildElement(); in TEST() local 521 for (; element != nullptr; element = element->NextSiblingElement()) { in TEST() 522 ASSERT_STREQ("alloc", element->Name()); in TEST() 524 ASSERT_EQ(tinyxml2::XML_SUCCESS, element->QueryIntAttribute("size", &size)); in TEST() 526 ASSERT_EQ(tinyxml2::XML_SUCCESS, element->QueryIntAttribute("count", &count)); in TEST()
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | sigcontext.h | 31 __u32 element[4]; member
|
/bionic/libc/include/sys/ |
D | ucontext.h | 278 uint32_t element[4];
|
/bionic/benchmarks/ |
D | README.md | 66 For the sake of brevity, multiple runs can be scheduled in one XML element by putting one of the
|
/bionic/libc/kernel/uapi/rdma/ |
D | ib_user_verbs.h | 78 __aligned_u64 element; member
|
/bionic/libc/malloc_debug/ |
D | README.md | 636 For each backtrace pc, there will be one element in braces.
|