Searched refs:ZyanVectorGetPointerMutable (Results 1 – 4 of 4) sorted by relevance
/haiku/src/libs/zydis/Zycore/ |
H A D | Bitset.c | 214 ZYAN_CHECK(ZyanVectorGetPointerMutable(&destination->bits, i, (void**)&v1)); in ZyanBitsetPerformByteOperation() 253 ZYAN_CHECK(ZyanVectorGetPointerMutable(&bitset->bits, i, (void**)&value)); in ZyanBitsetFlip() 276 ZYAN_CHECK(ZyanVectorGetPointerMutable(&bitset->bits, index / 8, (void**)&value)); in ZyanBitsetSet() 295 ZYAN_CHECK(ZyanVectorGetPointerMutable(&bitset->bits, index / 8, (void**)&value)); in ZyanBitsetReset() 322 ZYAN_CHECK(ZyanVectorGetPointerMutable(&bitset->bits, index / 8, (void**)&value)); in ZyanBitsetToggle() 377 ZYAN_CHECK(ZyanVectorGetPointerMutable(&bitset->bits, i, (void**)&value)); in ZyanBitsetSetAll() 396 ZYAN_CHECK(ZyanVectorGetPointerMutable(&bitset->bits, i, (void**)&value)); in ZyanBitsetResetAll()
|
H A D | Vector.c | 375 ZyanStatus ZyanVectorGetPointerMutable(const ZyanVector* vector, ZyanUSize index, void** value) in ZyanVectorGetPointerMutable() function
|
H A D | String.c | 369 return ZyanVectorGetPointerMutable(&string->vector, index, (void**)value); in ZyanStringGetCharMutable()
|
/haiku/headers/libs/zydis/Zycore/ |
H A D | Vector.h | 421 ZYCORE_EXPORT ZyanStatus ZyanVectorGetPointerMutable(const ZyanVector* vector, ZyanUSize index,
|