Home
last modified time | relevance | path

Searched refs:ZyanVectorReallocate (Results 1 – 5 of 5) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/zydis/Zycore/
H A DVector.c84 static ZyanStatus ZyanVectorReallocate(ZyanVector* vector, ZyanUSize capacity) in ZyanVectorReallocate() function
437 ZYAN_CHECK(ZyanVectorReallocate(vector, in ZyanVectorPushBack()
471 ZYAN_CHECK(ZyanVectorReallocate(vector, in ZyanVectorInsertRange()
514 ZYAN_CHECK(ZyanVectorReallocate(vector, in ZyanVectorEmplaceEx()
603 return ZyanVectorReallocate(vector, in ZyanVectorDeleteRange()
629 return ZyanVectorReallocate(vector, in ZyanVectorPopBack()
777 ZYAN_CHECK(ZyanVectorReallocate(vector, (ZyanUSize)(size * vector->growth_factor))); in ZyanVectorResizeEx()
802 ZYAN_CHECK(ZyanVectorReallocate(vector, capacity)); in ZyanVectorReserve()
815 return ZyanVectorReallocate(vector, vector->size); in ZyanVectorShrinkToFit()
/dports/devel/zydis/zydis-3.1.0/dependencies/zycore/src/
H A DVector.c84 static ZyanStatus ZyanVectorReallocate(ZyanVector* vector, ZyanUSize capacity) in ZyanVectorReallocate() function
437 ZYAN_CHECK(ZyanVectorReallocate(vector, in ZyanVectorPushBack()
471 ZYAN_CHECK(ZyanVectorReallocate(vector, in ZyanVectorInsertRange()
514 ZYAN_CHECK(ZyanVectorReallocate(vector, in ZyanVectorEmplaceEx()
603 return ZyanVectorReallocate(vector, in ZyanVectorDeleteRange()
629 return ZyanVectorReallocate(vector, in ZyanVectorPopBack()
777 ZYAN_CHECK(ZyanVectorReallocate(vector, (ZyanUSize)(size * vector->growth_factor))); in ZyanVectorResizeEx()
802 ZYAN_CHECK(ZyanVectorReallocate(vector, capacity)); in ZyanVectorReserve()
815 return ZyanVectorReallocate(vector, vector->size); in ZyanVectorShrinkToFit()
/dports/www/firefox/firefox-99.0/js/src/zydis/Zycore/
H A DVector.c84 static ZyanStatus ZyanVectorReallocate(ZyanVector* vector, ZyanUSize capacity) in ZyanVectorReallocate() function
437 ZYAN_CHECK(ZyanVectorReallocate(vector, in ZyanVectorPushBack()
471 ZYAN_CHECK(ZyanVectorReallocate(vector, in ZyanVectorInsertRange()
514 ZYAN_CHECK(ZyanVectorReallocate(vector, in ZyanVectorEmplaceEx()
603 return ZyanVectorReallocate(vector, in ZyanVectorDeleteRange()
629 return ZyanVectorReallocate(vector, in ZyanVectorPopBack()
777 ZYAN_CHECK(ZyanVectorReallocate(vector, (ZyanUSize)(size * vector->growth_factor))); in ZyanVectorResizeEx()
802 ZYAN_CHECK(ZyanVectorReallocate(vector, capacity)); in ZyanVectorReserve()
815 return ZyanVectorReallocate(vector, vector->size); in ZyanVectorShrinkToFit()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/zydis/Zycore/
H A DVector.c84 static ZyanStatus ZyanVectorReallocate(ZyanVector* vector, ZyanUSize capacity) in ZyanVectorReallocate() function
437 ZYAN_CHECK(ZyanVectorReallocate(vector, in ZyanVectorPushBack()
471 ZYAN_CHECK(ZyanVectorReallocate(vector, in ZyanVectorInsertRange()
514 ZYAN_CHECK(ZyanVectorReallocate(vector, in ZyanVectorEmplaceEx()
603 return ZyanVectorReallocate(vector, in ZyanVectorDeleteRange()
629 return ZyanVectorReallocate(vector, in ZyanVectorPopBack()
777 ZYAN_CHECK(ZyanVectorReallocate(vector, (ZyanUSize)(size * vector->growth_factor))); in ZyanVectorResizeEx()
802 ZYAN_CHECK(ZyanVectorReallocate(vector, capacity)); in ZyanVectorReserve()
815 return ZyanVectorReallocate(vector, vector->size); in ZyanVectorShrinkToFit()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/zydis/Zycore/
H A DVector.c84 static ZyanStatus ZyanVectorReallocate(ZyanVector* vector, ZyanUSize capacity) in ZyanVectorReallocate() function
437 ZYAN_CHECK(ZyanVectorReallocate(vector, in ZyanVectorPushBack()
471 ZYAN_CHECK(ZyanVectorReallocate(vector, in ZyanVectorInsertRange()
514 ZYAN_CHECK(ZyanVectorReallocate(vector, in ZyanVectorEmplaceEx()
603 return ZyanVectorReallocate(vector, in ZyanVectorDeleteRange()
629 return ZyanVectorReallocate(vector, in ZyanVectorPopBack()
777 ZYAN_CHECK(ZyanVectorReallocate(vector, (ZyanUSize)(size * vector->growth_factor))); in ZyanVectorResizeEx()
802 ZYAN_CHECK(ZyanVectorReallocate(vector, capacity)); in ZyanVectorReserve()
815 return ZyanVectorReallocate(vector, vector->size); in ZyanVectorShrinkToFit()