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

  /external/webkit/Source/JavaScriptCore/wtf/
AVLTree.h 605 int unbal_bf;
647 unbal_bf = get_bf(unbal);
649 unbal_bf--;
651 unbal_bf++;
653 if ((unbal_bf != -2) && (unbal_bf != 2)) {
655 set_bf(unbal, unbal_bf);
  /external/libvpx/vpx_mem/memory_manager/include/
cavl_impl.h 353 int unbal_bf; variable
415 unbal_bf = AVL_GET_BALANCE_FACTOR(unbal);
418 unbal_bf--;
420 unbal_bf++;
425 if ((unbal_bf != -2) && (unbal_bf != 2))
428 AVL_SET_BALANCE_FACTOR(unbal, unbal_bf)

Completed in 4060 milliseconds