Searched refs:less_parent (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_impl.h789 ** next node in the list. "less_parent" is the handle of the first
791 AVL_HANDLE less_parent = AVL_NULL; variable
857 h = less_parent;
858 less_parent = AVL_GET_GREATER(h, 1);
887 AVL_SET_GREATER(h, less_parent)
888 less_parent = h;
/external/libvpx/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_impl.h789 ** next node in the list. "less_parent" is the handle of the first
791 AVL_HANDLE less_parent = AVL_NULL; variable
857 h = less_parent;
858 less_parent = AVL_GET_GREATER(h, 1);
887 AVL_SET_GREATER(h, less_parent)
888 less_parent = h;

Completed in 270 milliseconds