Home
last modified time | relevance | path

Searched refs:ZyanVectorInitEx (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/js/src/zydis/Zycore/
H A DVector.c188 return ZyanVectorInitEx(vector, element_size, capacity, destructor, ZyanAllocatorDefault(), in ZyanVectorInit()
194 ZyanStatus ZyanVectorInitEx(ZyanVector* vector, ZyanUSize element_size, ZyanUSize capacity, in ZyanVectorInitEx() function
294 ZYAN_CHECK(ZyanVectorInitEx(destination, source->element_size, capacity, source->destructor, in ZyanVectorDuplicateEx()
H A DArgParse.c84 ZYAN_CHECK(ZyanVectorInitEx(parsed, sizeof(ZyanArgParseArg), cfg->argc, ZYAN_NULL, allocator, in ZyanArgParseEx()
H A DVector.h255 ZYCORE_EXPORT ZyanStatus ZyanVectorInitEx(ZyanVector* vector, ZyanUSize element_size,
H A DBitset.c153 ZYAN_CHECK(ZyanVectorInitEx(&bitset->bits, sizeof(ZyanU8), bytes, ZYAN_NULL, allocator, in ZyanBitsetInitEx()
H A DZycoreString.c74 ZYAN_CHECK(ZyanVectorInitEx(&string->vector, sizeof(char), capacity, ZYAN_NULL, allocator, in ZyanStringInitEx()
/dports/devel/zydis/zydis-3.1.0/dependencies/zycore/src/
H A DVector.c188 return ZyanVectorInitEx(vector, element_size, capacity, destructor, ZyanAllocatorDefault(), in ZyanVectorInit()
194 ZyanStatus ZyanVectorInitEx(ZyanVector* vector, ZyanUSize element_size, ZyanUSize capacity, in ZyanVectorInitEx() function
294 ZYAN_CHECK(ZyanVectorInitEx(destination, source->element_size, capacity, source->destructor, in ZyanVectorDuplicateEx()
H A DArgParse.c84 ZYAN_CHECK(ZyanVectorInitEx(parsed, sizeof(ZyanArgParseArg), cfg->argc, ZYAN_NULL, allocator, in ZyanArgParseEx()
H A DBitset.c153 ZYAN_CHECK(ZyanVectorInitEx(&bitset->bits, sizeof(ZyanU8), bytes, ZYAN_NULL, allocator, in ZyanBitsetInitEx()
H A DString.c74 ZYAN_CHECK(ZyanVectorInitEx(&string->vector, sizeof(char), capacity, ZYAN_NULL, allocator, in ZyanStringInitEx()
/dports/www/firefox/firefox-99.0/js/src/zydis/Zycore/
H A DVector.c188 return ZyanVectorInitEx(vector, element_size, capacity, destructor, ZyanAllocatorDefault(), in ZyanVectorInit()
194 ZyanStatus ZyanVectorInitEx(ZyanVector* vector, ZyanUSize element_size, ZyanUSize capacity, in ZyanVectorInitEx() function
294 ZYAN_CHECK(ZyanVectorInitEx(destination, source->element_size, capacity, source->destructor, in ZyanVectorDuplicateEx()
H A DArgParse.c84 ZYAN_CHECK(ZyanVectorInitEx(parsed, sizeof(ZyanArgParseArg), cfg->argc, ZYAN_NULL, allocator, in ZyanArgParseEx()
H A DVector.h255 ZYCORE_EXPORT ZyanStatus ZyanVectorInitEx(ZyanVector* vector, ZyanUSize element_size,
H A DBitset.c153 ZYAN_CHECK(ZyanVectorInitEx(&bitset->bits, sizeof(ZyanU8), bytes, ZYAN_NULL, allocator, in ZyanBitsetInitEx()
H A DZycoreString.c74 ZYAN_CHECK(ZyanVectorInitEx(&string->vector, sizeof(char), capacity, ZYAN_NULL, allocator, in ZyanStringInitEx()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/zydis/Zycore/
H A DVector.c188 return ZyanVectorInitEx(vector, element_size, capacity, destructor, ZyanAllocatorDefault(), in ZyanVectorInit()
194 ZyanStatus ZyanVectorInitEx(ZyanVector* vector, ZyanUSize element_size, ZyanUSize capacity, in ZyanVectorInitEx() function
294 ZYAN_CHECK(ZyanVectorInitEx(destination, source->element_size, capacity, source->destructor, in ZyanVectorDuplicateEx()
H A DArgParse.c84 ZYAN_CHECK(ZyanVectorInitEx(parsed, sizeof(ZyanArgParseArg), cfg->argc, ZYAN_NULL, allocator, in ZyanArgParseEx()
H A DVector.h255 ZYCORE_EXPORT ZyanStatus ZyanVectorInitEx(ZyanVector* vector, ZyanUSize element_size,
H A DBitset.c153 ZYAN_CHECK(ZyanVectorInitEx(&bitset->bits, sizeof(ZyanU8), bytes, ZYAN_NULL, allocator, in ZyanBitsetInitEx()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/zydis/Zycore/
H A DVector.c188 return ZyanVectorInitEx(vector, element_size, capacity, destructor, ZyanAllocatorDefault(), in ZyanVectorInit()
194 ZyanStatus ZyanVectorInitEx(ZyanVector* vector, ZyanUSize element_size, ZyanUSize capacity, in ZyanVectorInitEx() function
294 ZYAN_CHECK(ZyanVectorInitEx(destination, source->element_size, capacity, source->destructor, in ZyanVectorDuplicateEx()
H A DArgParse.c84 ZYAN_CHECK(ZyanVectorInitEx(parsed, sizeof(ZyanArgParseArg), cfg->argc, ZYAN_NULL, allocator, in ZyanArgParseEx()
H A DVector.h255 ZYCORE_EXPORT ZyanStatus ZyanVectorInitEx(ZyanVector* vector, ZyanUSize element_size,
H A DBitset.c153 ZYAN_CHECK(ZyanVectorInitEx(&bitset->bits, sizeof(ZyanU8), bytes, ZYAN_NULL, allocator, in ZyanBitsetInitEx()
/dports/devel/zydis/zydis-3.1.0/dependencies/zycore/tests/
H A DVector.cpp168 ASSERT_EQ(ZyanVectorInitEx(&vector, sizeof(ZyanU16), 0, in TEST()
181 EXPECT_EQ(ZyanVectorInitEx(&vector, sizeof(ZyanU16), 10, in TEST()
/dports/devel/zydis/zydis-3.1.0/dependencies/zycore/examples/
H A DVector.c334 ZYAN_CHECK(ZyanVectorInitEx(&vector, sizeof(TestStruct), 5, ZYAN_NULL, &allocator, in TestAllocator()
/dports/devel/zydis/zydis-3.1.0/dependencies/zycore/include/Zycore/
H A DVector.h255 ZYCORE_EXPORT ZyanStatus ZyanVectorInitEx(ZyanVector* vector, ZyanUSize element_size,

12