Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_vector.h298 size_t element_size; member
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp207 std::optional<uint64_t> element_size = in CalculateNumChildren() local
/freebsd/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/contrib/ofed/opensm/complib/
H A Dcl_vector.c191 IN const size_t element_size, in cl_vector_init()
/freebsd/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/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c643 size_t element_size, int offset) in kvp_process_ipconfig_file()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_ftn_entry.h1085 FTN_TARGET_MEMCPY_RECT(void * dst,void * src,size_t element_size,int num_dims,const size_t * volume,const size_t * dst_offsets,const size_t * src_offsets,const size_t * dst_dimensions,const size_t * src_dimensions,int dst_device,int src_device) FTN_TARGET_MEMCPY_RECT() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1171 uint64_t element_size = GetSizeOfType({ar.ElementType}, index.tpi()); CreateArrayType() local
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.h263 u16 element_size; /* Size of each entry */ member
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c600 size_t element_size, i; in wpas_dbus_simple_array_property_getter() local
/freebsd/sys/dev/pci/
H A Dpci.c1151 alloc_buffer(void* buffer, size_t element_size, int needed) in alloc_buffer()