Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DAVLTree.h372 handle less_parent = null(); in build() local
422 h = less_parent; in build()
423 less_parent = get_gt(h); in build()
449 set_gt(h, less_parent); in build()
450 less_parent = h; in build()
/external/libvpx/vpx_mem/memory_manager/include/
Dcavl_impl.h876 AVL_HANDLE less_parent = AVL_NULL; in L_() local
949 h = less_parent; in L_()
950 less_parent = AVL_GET_GREATER(h, 1); in L_()
979 AVL_SET_GREATER(h, less_parent) in L_()
980 less_parent = h; in L_()