Searched refs:num_versions (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h244 /// If \a versions is NULL, or if \a num_versions is 0, the return
247 /// function with a value of \a versions and \a num_versions that
251 /// A pointer to an array of uint32_t types that is \a num_versions
255 /// the value is non-NULL, then at most \a num_versions of the
258 /// will be filled with \a num_versions UINT32_MAX values
261 /// \param[in] num_versions
267 /// num_versions is less than the actual number of version
268 /// numbers in this object file, only \a num_versions will be
275 uint32_t GetVersion(uint32_t *versions, uint32_t num_versions);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp616 uint32_t SBModule::GetVersion(uint32_t *versions, uint32_t num_versions) { argument
618 versions, num_versions);
634 if (num_versions > 0)
636 if (num_versions > 1)
638 if (num_versions > 2)
640 for (uint32_t i = 3; i < num_versions; ++i)
/freebsd-11-stable/contrib/unbound/dnscrypt/
H A Ddnscrypt.c767 const int num_versions = 2; local
773 for(i=0; i < num_versions; i++){
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i336 uint32_t num_versions);

Completed in 48 milliseconds