Home
last modified time | relevance | path

Searched refs:ZyanVectorDeleteRange (Results 1 – 17 of 17) sorted by relevance

/dports/devel/zydis/zydis-3.1.0/dependencies/zycore/tests/
H A DVector.cpp227 ASSERT_EQ(ZyanVectorDeleteRange(&vector, 12, 3), ZYAN_STATUS_SUCCESS); in TEST()
349 EXPECT_EQ(ZyanVectorDeleteRange(&m_vector, m_vector.size, 1), ZYAN_STATUS_OUT_OF_RANGE); in TEST_P()
350 EXPECT_EQ(ZyanVectorDeleteRange(&m_vector, 1, m_vector.size), ZYAN_STATUS_OUT_OF_RANGE); in TEST_P()
356 EXPECT_EQ(ZyanVectorDeleteRange(&m_vector, half, count), ZYAN_STATUS_SUCCESS); in TEST_P()
/dports/www/firefox-esr/firefox-91.8.0/js/src/zydis/Zycore/
H A DVector.h545 ZYCORE_EXPORT ZyanStatus ZyanVectorDeleteRange(ZyanVector* vector, ZyanUSize index,
H A DVector.c573 return ZyanVectorDeleteRange(vector, index, 1); in ZyanVectorDelete()
576 ZyanStatus ZyanVectorDeleteRange(ZyanVector* vector, ZyanUSize index, ZyanUSize count) in ZyanVectorDeleteRange() function
H A DZycoreString.c509 ZYAN_CHECK(ZyanVectorDeleteRange(&string->vector, index, count)); in ZyanStringDelete()
528 ZYAN_CHECK(ZyanVectorDeleteRange(&string->vector, index, string->vector.size - index - 1)); in ZyanStringTruncate()
/dports/devel/zydis/zydis-3.1.0/dependencies/zycore/examples/
H A DVector.c104 ZYAN_CHECK(ZyanVectorDeleteRange(vector, 5, 5)); in PerformBasicTests()
/dports/www/firefox/firefox-99.0/js/src/zydis/Zycore/
H A DVector.h545 ZYCORE_EXPORT ZyanStatus ZyanVectorDeleteRange(ZyanVector* vector, ZyanUSize index,
H A DVector.c573 return ZyanVectorDeleteRange(vector, index, 1); in ZyanVectorDelete()
576 ZyanStatus ZyanVectorDeleteRange(ZyanVector* vector, ZyanUSize index, ZyanUSize count) in ZyanVectorDeleteRange() function
H A DZycoreString.c509 ZYAN_CHECK(ZyanVectorDeleteRange(&string->vector, index, count)); in ZyanStringDelete()
528 ZYAN_CHECK(ZyanVectorDeleteRange(&string->vector, index, string->vector.size - index - 1)); in ZyanStringTruncate()
/dports/devel/zydis/zydis-3.1.0/dependencies/zycore/include/Zycore/
H A DVector.h545 ZYCORE_EXPORT ZyanStatus ZyanVectorDeleteRange(ZyanVector* vector, ZyanUSize index,
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/zydis/Zycore/
H A DVector.h545 ZYCORE_EXPORT ZyanStatus ZyanVectorDeleteRange(ZyanVector* vector, ZyanUSize index,
H A DVector.c573 return ZyanVectorDeleteRange(vector, index, 1); in ZyanVectorDelete()
576 ZyanStatus ZyanVectorDeleteRange(ZyanVector* vector, ZyanUSize index, ZyanUSize count) in ZyanVectorDeleteRange() function
H A DZycoreString.c509 ZYAN_CHECK(ZyanVectorDeleteRange(&string->vector, index, count)); in ZyanStringDelete()
528 ZYAN_CHECK(ZyanVectorDeleteRange(&string->vector, index, string->vector.size - index - 1)); in ZyanStringTruncate()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/zydis/Zycore/
H A DVector.h545 ZYCORE_EXPORT ZyanStatus ZyanVectorDeleteRange(ZyanVector* vector, ZyanUSize index,
H A DVector.c573 return ZyanVectorDeleteRange(vector, index, 1); in ZyanVectorDelete()
576 ZyanStatus ZyanVectorDeleteRange(ZyanVector* vector, ZyanUSize index, ZyanUSize count) in ZyanVectorDeleteRange() function
H A DZycoreString.c509 ZYAN_CHECK(ZyanVectorDeleteRange(&string->vector, index, count)); in ZyanStringDelete()
528 ZYAN_CHECK(ZyanVectorDeleteRange(&string->vector, index, string->vector.size - index - 1)); in ZyanStringTruncate()
/dports/devel/zydis/zydis-3.1.0/dependencies/zycore/src/
H A DVector.c573 return ZyanVectorDeleteRange(vector, index, 1); in ZyanVectorDelete()
576 ZyanStatus ZyanVectorDeleteRange(ZyanVector* vector, ZyanUSize index, ZyanUSize count) in ZyanVectorDeleteRange() function
H A DString.c509 ZYAN_CHECK(ZyanVectorDeleteRange(&string->vector, index, count)); in ZyanStringDelete()
528 ZYAN_CHECK(ZyanVectorDeleteRange(&string->vector, index, string->vector.size - index - 1)); in ZyanStringTruncate()