Home
last modified time | relevance | path

Searched refs:ZyanVectorDestroy (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/libs/zydis/Zycore/
H A DVector.h283 ZYCORE_EXPORT ZyanStatus ZyanVectorDestroy(ZyanVector* vector);
/haiku/src/libs/zydis/Zycore/
H A DBitset.c189 return ZyanVectorDestroy(&bitset->bits); in ZyanBitsetDestroy()
H A DVector.c236 ZyanStatus ZyanVectorDestroy(ZyanVector* vector) in ZyanVectorDestroy() function
H A DString.c117 return ZyanVectorDestroy(&string->vector); in ZyanStringDestroy()