HomeSort by relevance Sort by last modified time
    Searched refs:less_parent (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/
AVLTree.h 370 // next node in the list. "less_parent" is the handle of the first
372 handle less_parent = null();
422 h = less_parent;
423 less_parent = get_gt(h);
449 set_gt(h, less_parent);
450 less_parent = h;
  /external/libvpx/vpx_mem/memory_manager/include/
cavl_impl.h 874 ** next node in the list. "less_parent" is the handle of the first
876 AVL_HANDLE less_parent = AVL_NULL; variable
949 h = less_parent;
950 less_parent = AVL_GET_GREATER(h, 1);
979 AVL_SET_GREATER(h, less_parent)
980 less_parent = h;

Completed in 1262 milliseconds