Home
last modified time | relevance | path

Searched refs:child (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/libwsbm/src/
Dwsbm_mm.c91 struct _WsbmMMNode *child; in wsbmMMCreateTailNode() local
93 child = (struct _WsbmMMNode *)malloc(sizeof(*child)); in wsbmMMCreateTailNode()
94 if (!child) in wsbmMMCreateTailNode()
97 child->free = 1; in wsbmMMCreateTailNode()
98 child->size = size; in wsbmMMCreateTailNode()
99 child->start = start; in wsbmMMCreateTailNode()
100 child->mm = mm; in wsbmMMCreateTailNode()
102 WSBMLISTADDTAIL(&child->ml_entry, &mm->ml_entry); in wsbmMMCreateTailNode()
103 WSBMLISTADDTAIL(&child->fl_entry, &mm->fl_entry); in wsbmMMCreateTailNode()
111 struct _WsbmMMNode *child; in wsbmMMSplitAtStart() local
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
Dcavl_impl.h526 AVL_HANDLE child; in L_() local
572 child = AVL_GET_LESS(h, 1); in L_()
576 child = AVL_GET_GREATER(h, 1); in L_()
584 if (child != AVL_NULL) { in L_()
589 h = child; in L_()
592 child = AVL_GET_LESS(h, 1); in L_()
595 child = AVL_GET_GREATER(h, 1); in L_()
601 } while (child != AVL_NULL); in L_()
611 child = cmp > 0 ? AVL_GET_LESS(h, 0) : AVL_GET_GREATER(h, 0); in L_()
616 l_tree->root = child; in L_()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
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/
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