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

  /external/webkit/Source/JavaScriptCore/wtf/
AVLTree.h 601 handle unbal = null();
622 unbal = hh;
643 if (unbal == null())
647 unbal_bf = get_bf(unbal);
652 hh = cmp < 0 ? get_lt(unbal) : get_gt(unbal);
655 set_bf(unbal, unbal_bf);
656 unbal = null();
672 if (unbal != null()) {
673 unbal = balance(unbal)
    [all...]
  /external/libvpx/vpx_mem/memory_manager/include/
cavl_impl.h 349 AVL_HANDLE unbal = AVL_NULL; variable
372 unbal = hh;
409 if (unbal == AVL_NULL)
415 unbal_bf = AVL_GET_BALANCE_FACTOR(unbal);
422 hh = cmp < 0 ? AVL_GET_LESS(unbal, 1) : AVL_GET_GREATER(unbal, 1);
428 AVL_SET_BALANCE_FACTOR(unbal, unbal_bf)
429 unbal = AVL_NULL;
453 if (unbal != AVL_NULL)
455 unbal = L_(balance)(L_BALANCE_PARAM_CALL_PREFIX unbal)
    [all...]

Completed in 846 milliseconds