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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_impl.h531 AVL_HANDLE rm; variable
560 rm = h;
603 if (parent == rm)
626 path = parent == rm ? h : parent;
628 if (h != rm) {
630 AVL_SET_LESS(h, AVL_GET_LESS(rm, 0))
631 AVL_SET_GREATER(h, AVL_GET_GREATER(rm, 0))
632 AVL_SET_BALANCE_FACTOR(h, AVL_GET_BALANCE_FACTOR(rm))
714 return(rm);

Completed in 83 milliseconds