Home
last modified time | relevance | path

Searched refs:AVL_SET_GREATER (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_mem/memory_manager/include/
Dcavl_impl.h224 AVL_SET_GREATER(old_h, AVL_GET_LESS(bal_h, 1)) in L_()
227 AVL_SET_GREATER(bal_h, deep_h) in L_()
246 AVL_SET_GREATER(bal_h, AVL_GET_LESS(deep_h, 0)) in L_()
271 AVL_SET_GREATER(deep_h, AVL_GET_LESS(bal_h, 0)) in L_()
272 AVL_SET_GREATER(bal_h, old_h) in L_()
293 AVL_SET_GREATER(deep_h, bal_h) in L_()
312 AVL_SET_GREATER(h, AVL_NULL) in L_()
369 AVL_SET_GREATER(parent, h) in L_()
424 AVL_SET_GREATER(parent_unbal, unbal) in L_()
620 AVL_SET_GREATER(parent, child) in L_()
[all …]
/external/libvpx/libvpx/vpx_mem/memory_manager/
Dhmm_base.c358 #define AVL_SET_GREATER(H, GH) (H)->prev = (GH); macro