Searched refs:child (Results 1 - 4 of 4) 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...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dconfigure427 enabled child || write_common_config_banner
437 BUILD_PFX=${arch}/ toolchain=${arch} $self --child $cmdline_args || exit $?
481 enabled child || cat <<EOF >> config.mk
499 enabled child || echo "CONFIGURE_ARGS?=${CONFIGURE_ARGS}" >> config.mk
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dconfigure.sh410 if enabled universal || enabled child; then
497 --child) enable_feature child
703 enabled child || log_echo "Configuring for target '${toolchain}'"
1327 if enabled child; then

Completed in 109 milliseconds