| /freebsd-12.1/contrib/libstdc++/libsupc++/ |
| H A D | vec.cc | 71 std::size_t element_size, in __cxa_vec_new() argument 83 std::size_t element_size, in __cxa_vec_new2() argument 121 std::size_t element_size, in __cxa_vec_new3() argument 161 std::size_t element_size, in __cxa_vec_ctor() argument 190 std::size_t element_size, in __cxa_vec_cctor() argument 202 ix++, src_ptr += element_size, dest_ptr += element_size) in __cxa_vec_cctor() 220 std::size_t element_size, in __cxa_vec_dtor() argument 234 ptr -= element_size; in __cxa_vec_dtor() 255 std::size_t element_size, in __cxa_vec_cleanup() argument 269 ptr -= element_size; in __cxa_vec_cleanup() [all …]
|
| H A D | cxxabi.h | 89 size_t element_size,
|
| /freebsd-12.1/contrib/ofed/opensm/complib/ |
| H A D | cl_vector.c | 191 IN const size_t element_size, in cl_vector_init() argument 199 CL_ASSERT(element_size); in cl_vector_init() 204 p_vector->element_size = element_size; in cl_vector_init() 213 switch (element_size) { in cl_vector_init() 328 p_vector->pfn_copy(p_dest, p_element, p_vector->element_size); in cl_vector_set() 376 alloc_size = new_elements * p_vector->element_size; in cl_vector_set_capacity() 391 p_buf = (void *)(((uint8_t *) p_buf) + p_vector->element_size); in cl_vector_set_capacity()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 176 llvm::Optional<uint64_t> element_size = element_type.GetByteSize(exe_scope); in CalculateNumChildren() local 178 if (container_size && element_size && *element_size) { in CalculateNumChildren() 179 if (*container_size % *element_size) in CalculateNumChildren() 181 return *container_size / *element_size; in CalculateNumChildren()
|
| /freebsd-12.1/contrib/ofed/opensm/include/complib/ |
| H A D | cl_vector.h | 298 size_t element_size; member 387 IN const size_t element_size, 592 p_vector->pfn_copy(p_src, p_element, p_vector->element_size); in cl_vector_get()
|
| /freebsd-12.1/contrib/flex/ |
| H A D | misc.c | 169 void *allocate_array (size, element_size) in allocate_array() argument 171 size_t element_size; 174 size_t num_bytes = element_size * size; 795 void *reallocate_array (array, size, element_size) in reallocate_array() argument 798 size_t element_size; 801 size_t num_bytes = element_size * size;
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | obj-coff.c | 59 unsigned long element_size; member 71 unsigned long element_size) in stack_init() argument 87 st->element_size = element_size; in stack_init() 94 if (st->pointer + st->element_size >= st->size) in stack_push() 100 memcpy (st->data + st->pointer, element, st->element_size); in stack_push() 101 st->pointer += st->element_size; in stack_push() 108 if (st->pointer < st->element_size) in stack_pop() 113 st->pointer -= st->element_size; in stack_pop()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | eval.c | 347 int element_size = TYPE_LENGTH (VALUE_TYPE (element)); in init_array_element() local 367 + (index - low_bound) * element_size, in init_array_element() 368 VALUE_CONTENTS (element), element_size); in init_array_element() 376 memcpy (VALUE_CONTENTS_RAW (array) + (index - low_bound) * element_size, in init_array_element() 377 VALUE_CONTENTS (element), element_size); in init_array_element() 516 int element_size = TYPE_LENGTH (check_typedef (element_type)); in evaluate_subexp_standard() local 521 high_bound = (TYPE_LENGTH (type) / element_size) - 1; in evaluate_subexp_standard() 551 + (index - low_bound) * element_size, in evaluate_subexp_standard() 553 element_size); in evaluate_subexp_standard()
|
| H A D | ada-lang.c | 237 grow_vect (void **old_vect, size_t * size, size_t min_size, int element_size) in grow_vect() argument 244 *old_vect = xrealloc (*old_vect, *size * element_size); in grow_vect()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | stor-layout.c | 1718 tree element_size; in layout_type() local 1729 element_size = TYPE_SIZE (element); in layout_type() 1742 element_size = integer_one_node; in layout_type() 1754 TYPE_SIZE (type) = size_binop (MULT_EXPR, element_size, in layout_type() 1766 if (TYPE_SIZE_UNIT (element) != 0 && ! integer_onep (element_size)) in layout_type()
|
| H A D | tree-data-ref.c | 907 tree array_size, data_size, element_size; in estimate_niter_from_size_of_data() local 914 element_size = TYPE_SIZE (TREE_TYPE (TREE_TYPE (opnd0))); in estimate_niter_from_size_of_data() 917 || TREE_CODE (element_size) != INTEGER_CST) in estimate_niter_from_size_of_data() 921 array_size, element_size); in estimate_niter_from_size_of_data()
|
| H A D | tree-vect-transform.c | 2681 int element_size = vectype_align/vf; in vect_gen_niters_for_prolog_loop() local 2682 int elem_misalign = byte_misalign / element_size; in vect_gen_niters_for_prolog_loop()
|
| H A D | ChangeLog.tree-ssa | 17526 refs->element_size.
|
| H A D | ChangeLog-2002 | 17371 (element_size): New.
|
| H A D | ChangeLog-2003 | 32868 * varray.c (element_size): Remove.
|
| /freebsd-12.1/contrib/wpa/wpa_supplicant/dbus/ |
| H A D | dbus_new_handlers.c | 394 size_t element_size, i; in wpas_dbus_simple_array_property_getter() local 417 element_size = 1; in wpas_dbus_simple_array_property_getter() 421 element_size = sizeof(uint16_t); in wpas_dbus_simple_array_property_getter() 425 element_size = sizeof(uint32_t); in wpas_dbus_simple_array_property_getter() 429 element_size = sizeof(uint64_t); in wpas_dbus_simple_array_property_getter() 432 element_size = sizeof(double); in wpas_dbus_simple_array_property_getter() 436 element_size = sizeof(char *); in wpas_dbus_simple_array_property_getter() 447 i * element_size)) { in wpas_dbus_simple_array_property_getter()
|
| /freebsd-12.1/contrib/hyperv/tools/ |
| H A D | hv_kvp_daemon.c | 644 size_t element_size, int offset) in kvp_process_ipconfig_file() argument 663 if ((len - strlen(config_buf)) < (element_size + 1)) { in kvp_process_ipconfig_file()
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | wrstabs.c | 1020 unsigned int element_size; in stab_array_type() local 1029 element_size = info->type_stack->size; in stab_array_type() 1057 size = element_size * ((high - low) + 1); in stab_array_type()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 644 uint32_t element_size; // Size of a single element, including padding member 2567 __FUNCTION__, root_el_hdr.type, root_el_hdr.element_size); in LoadAllocation() 2571 if (*alloc->element.datum_size.get() != root_el_hdr.element_size) { in LoadAllocation() 2574 root_el_hdr.element_size, *alloc->element.datum_size.get()); in LoadAllocation() 2662 elem_header.element_size = *elem.datum_size.get(); in PopulateElementHeaders()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 1272 size_t element_size = m_target_data->getTypeAllocSize(array_element_type); in MaterializeInitializer() local 1281 if (!MaterializeInitializer(data + (i * element_size), in MaterializeInitializer()
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | kmp_ftn_entry.h | 1001 void *dst, void *src, size_t element_size, int num_dims, in FTN_TARGET_MEMCPY_RECT() argument
|
| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| H A D | cplus-dem.c | 888 grow_vect (char **old_vect, size_t *size, size_t min_size, int element_size) in grow_vect() argument 895 *old_vect = XRESIZEVAR (char, *old_vect, *size * element_size); in grow_vect()
|
| /freebsd-12.1/contrib/binutils/libiberty/ |
| H A D | cplus-dem.c | 888 grow_vect (char **old_vect, size_t *size, size_t min_size, int element_size) in grow_vect() argument 895 *old_vect = XRESIZEVAR (char, *old_vect, *size * element_size); in grow_vect()
|