Home
last modified time | relevance | path

Searched refs:MoveToFront (Results 1 – 20 of 20) sorted by relevance

/external/deqp-deps/SPIRV-Tools/test/
Dmove_to_front_test.cpp29 class MoveToFrontTester : public MoveToFront {
114 TEST(MoveToFront, EmptyTree) { in TEST() argument
119 TEST(MoveToFront, InsertLeftRotation) { in TEST() argument
138 TEST(MoveToFront, InsertRightRotation) { in TEST() argument
158 TEST(MoveToFront, InsertRightLeftRotation) { in TEST() argument
177 TEST(MoveToFront, InsertLeftRightRotation) { in TEST() argument
197 TEST(MoveToFront, RemoveSingleton) { in TEST() argument
210 TEST(MoveToFront, RemoveRootWithScapegoat) { in TEST() argument
229 TEST(MoveToFront, RemoveRightRotation) { in TEST() argument
252 TEST(MoveToFront, RemoveLeftRotation) { in TEST() argument
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/
Dmove_to_front_test.cpp29 class MoveToFrontTester : public MoveToFront {
114 TEST(MoveToFront, EmptyTree) { in TEST() argument
119 TEST(MoveToFront, InsertLeftRotation) { in TEST() argument
138 TEST(MoveToFront, InsertRightRotation) { in TEST() argument
158 TEST(MoveToFront, InsertRightLeftRotation) { in TEST() argument
177 TEST(MoveToFront, InsertLeftRightRotation) { in TEST() argument
197 TEST(MoveToFront, RemoveSingleton) { in TEST() argument
210 TEST(MoveToFront, RemoveRootWithScapegoat) { in TEST() argument
229 TEST(MoveToFront, RemoveRightRotation) { in TEST() argument
252 TEST(MoveToFront, RemoveLeftRotation) { in TEST() argument
[all …]
/external/deqp-deps/SPIRV-Tools/source/comp/
Dmove_to_front.cpp28 bool MoveToFront::Insert(uint32_t value) { in Insert()
45 bool MoveToFront::Remove(uint32_t value) { in Remove()
62 bool MoveToFront::RankFromValue(uint32_t value, uint32_t* rank) { in RankFromValue()
112 bool MoveToFront::HasValue(uint32_t value) const { in HasValue()
121 bool MoveToFront::Promote(uint32_t value) { in Promote()
154 bool MoveToFront::ValueFromRank(uint32_t rank, uint32_t* value) { in ValueFromRank()
206 uint32_t MoveToFront::CreateNode(uint32_t timestamp, uint32_t value) { in CreateNode()
232 void MoveToFront::InsertNode(uint32_t node) { in InsertNode()
308 uint32_t MoveToFront::RemoveNode(uint32_t node) { in RemoveNode()
391 uint32_t MoveToFront::RotateLeft(const uint32_t node) { in RotateLeft()
[all …]
Dmove_to_front.h47 class MoveToFront {
49 explicit MoveToFront(size_t reserve_capacity = 4) {
56 virtual ~MoveToFront() = default;
361 MoveToFront& GetMtf(uint64_t handle) { in GetMtf()
371 std::map<uint64_t, MoveToFront> mtfs_;
378 MoveToFront* cached_mtf_ = nullptr;
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmove_to_front.cpp28 bool MoveToFront::Insert(uint32_t value) { in Insert()
45 bool MoveToFront::Remove(uint32_t value) { in Remove()
62 bool MoveToFront::RankFromValue(uint32_t value, uint32_t* rank) { in RankFromValue()
112 bool MoveToFront::HasValue(uint32_t value) const { in HasValue()
121 bool MoveToFront::Promote(uint32_t value) { in Promote()
154 bool MoveToFront::ValueFromRank(uint32_t rank, uint32_t* value) { in ValueFromRank()
206 uint32_t MoveToFront::CreateNode(uint32_t timestamp, uint32_t value) { in CreateNode()
232 void MoveToFront::InsertNode(uint32_t node) { in InsertNode()
308 uint32_t MoveToFront::RemoveNode(uint32_t node) { in RemoveNode()
391 uint32_t MoveToFront::RotateLeft(const uint32_t node) { in RotateLeft()
[all …]
Dmove_to_front.h47 class MoveToFront {
49 explicit MoveToFront(size_t reserve_capacity = 4) {
56 virtual ~MoveToFront() = default;
361 MoveToFront& GetMtf(uint64_t handle) { in GetMtf()
371 std::map<uint64_t, MoveToFront> mtfs_;
378 MoveToFront* cached_mtf_ = nullptr;
/external/webrtc/webrtc/base/
Dwin32windowpicker_unittest.cc96 window_picker.MoveToFront(WindowId(visible_id)); in TEST()
97 window_picker.MoveToFront(WindowId(invisible_id)); in TEST()
Dmacwindowpicker.h23 bool MoveToFront(const WindowId& id) override;
Dwin32windowpicker.h23 virtual bool MoveToFront(const WindowId& id);
Dx11windowpicker.h35 bool MoveToFront(const WindowId& id) override;
Dwindowpicker.h68 virtual bool MoveToFront(const WindowId& id) = 0;
Dx11windowpicker.cc224 bool MoveToFront(const WindowId& id) { in MoveToFront() function in rtc::XWindowEnumerator
784 bool X11WindowPicker::MoveToFront(const WindowId& id) { in MoveToFront() function in rtc::X11WindowPicker
785 return enumerator_->MoveToFront(id); in MoveToFront()
Dwin32windowpicker.cc140 bool Win32WindowPicker::MoveToFront(const WindowId& id) { in MoveToFront() function in rtc::Win32WindowPicker
Dmacwindowpicker.cc108 bool MacWindowPicker::MoveToFront(const WindowId& id) { in MoveToFront() function in rtc::MacWindowPicker
/external/lzma/CPP/7zip/Crypto/
D7zAes.cpp89 Keys.MoveToFront(i); in GetKey()
104 Keys.MoveToFront(i); in FindAndAdd()
/external/lzma/CPP/Common/
DMyVector.h227 void MoveToFront(unsigned index) in MoveToFront() function
467 void MoveToFront(unsigned index) { _v.MoveToFront(index); } in MoveToFront() function
/external/boringssl/src/ssl/test/runner/
Dcommon.go1915 c.q.MoveToFront(elem)
1930 c.q.MoveToFront(elem)
1941 c.q.MoveToFront(elem)
/external/brotli/csharp/org/brotli/dec/
DDecode.cs152 private static void MoveToFront(int[] v, int index) in MoveToFront() method in Org.Brotli.Dec.Decode
175 MoveToFront(mtf, index); in InverseMoveToFrontTransform()
/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp618 _bindInfo.PackStreams.MoveToFront(si); in EncoderConstr()
/external/brotli/c/enc/
Dbrotli_bit_stream.c601 static void MoveToFront(uint8_t* v, size_t index) { in MoveToFront() function
633 MoveToFront(mtf, index); in MoveToFrontTransform()