Home
last modified time | relevance | path

Searched defs:element_size (Results 1 – 11 of 11) sorted by relevance

/freebsd-src/contrib/ofed/opensm/include/complib/
H A Dcl_vector.h298 size_t element_size; member
/freebsd-src/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp206 std::optional<uint64_t> element_size = CalculateNumChildren() local
/freebsd-src/contrib/flex/src/
H A Dmisc.c142 void *allocate_array (int size, size_t element_size) in allocate_array()
659 void *reallocate_array (void *array, int size, size_t element_size) in reallocate_array()
/freebsd-src/contrib/ofed/opensm/complib/
H A Dcl_vector.c191 IN const size_t element_size, in cl_vector_init()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp439 std::optional<uint64_t> element_size = element_type->GetByteSize(nullptr); in CreateArray() local
/freebsd-src/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c643 size_t element_size, int offset) in kvp_process_ipconfig_file()
/freebsd-src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_ftn_entry.h1094 void *dst, void *src, size_t element_size, int num_dims, in FTN_TARGET_MEMCPY_RECT()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1172 uint64_t element_size = GetSizeOfType({ar.ElementType}, index.tpi()); in CreateArrayType() local
/freebsd-src/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.h263 u16 element_size; /* Size of each entry */ member
/freebsd-src/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c531 size_t element_size, i; wpas_dbus_simple_array_property_getter() local
/freebsd-src/sys/dev/pci/
H A Dpci.c1135 alloc_buffer(void* buffer, size_t element_size, int needed) in alloc_buffer() argument