Searched defs:child (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/libwsbm/src/
H A Dwsbm_mm.c91 struct _WsbmMMNode *child; local
93 child = (struct _WsbmMMNode *)malloc(sizeof(*child));
94 if (!child)
97 child->free = 1;
98 child->size = size;
99 child->start = start;
100 child->mm = mm;
102 WSBMLISTADDTAIL(&child->ml_entry, &mm->ml_entry);
103 WSBMLISTADDTAIL(&child
111 struct _WsbmMMNode *child; local
138 struct _WsbmMMNode *child; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_impl.h526 AVL_HANDLE child; variable
565 ** leaf node, or a node with a single leaf as its child, to put
572 child = AVL_GET_LESS(h, 1);
576 child = AVL_GET_GREATER(h, 1);
584 if (child != AVL_NULL) {
589 h = child;
592 child = AVL_GET_LESS(h, 1);
595 child = AVL_GET_GREATER(h, 1);
601 } while (child != AVL_NULL);
610 /* Get the handle of the opposite child, whic
795 AVL_HANDLE child; variable
[all...]

Completed in 33 milliseconds