Home
last modified time | relevance | path

Searched refs:swapList (Results 1 – 7 of 7) sorted by relevance

/dports/devel/folly/folly-2021.12.27.00/folly/experimental/
H A DRelaxedConcurrentPriorityQueue.h445 void swapList(const Position& a, const Position& b) { in swapList() function
925 swapList(rchild, pos); in mergeDown()
931 swapList(lchild, pos); in mergeDown()
961 swapList(lchild, pos); in deferSettingRootSize()
967 swapList(rchild, pos); in deferSettingRootSize()
/dports/x11-fonts/roboto-fonts-ttf/roboto-2.134/scripts/lib/fontbuild/
H A DBuild.py129 swapList = [g.name for g in f if g.name.endswith(swap)]
130 for gname in swapList:
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/
H A DSpaceResolver.java654 List swapList = unresolvedSecond; in resolveElementList() local
656 unresolvedFirst = swapList; in resolveElementList()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DGUIInfoManager.cpp10677 INFOBOOLTYPE swapList(&InfoBoolComparator); in Clear() local
10680 swapList.clear(); in Clear()
10683 swapList.insert(item); in Clear()
10684 m_bools.swap(swapList); in Clear()
10685 } while (swapList.size() != m_bools.size()); in Clear()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/vm/
H A DIntrusiveList.hpp281 void swapList(Head& src);
527 inline void IntrusiveList<Pool, THead, LM>::swapList(Head& src) in swapList() function in IntrusiveList
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dsimplelist.cpp667 _SimpleList swapList ((unsigned long)(end-start+1)); in Displace() local
670 swapList << list_data[i]; in Displace()
686 list_data[i] = swapList.list_data[j]; in Displace()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/blocks/
H A Dpgman.cpp1843 m_dirty_list_lcp.swapList(fragPtr.p->m_dirty_list); in execSYNC_PAGE_CACHE_REQ()