Home
last modified time | relevance | path

Searched refs:num_units (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/
H A Dtypes.rst115 .. function:: gccjit::type gccjit::type::get_vector (size_t num_units)
121 T __attribute__ ((vector_size (sizeof(T) * num_units))
123 T must be integral or floating point; num_units must be a power of two.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/
H A Dtypes.rst115 .. function:: gccjit::type gccjit::type::get_vector (size_t num_units)
121 T __attribute__ ((vector_size (sizeof(T) * num_units))
123 T must be integral or floating point; num_units must be a power of two.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/
H A Dtypes.rst144 size_t num_units)
150 T __attribute__ ((vector_size (sizeof(T) * num_units))
152 T must be integral or floating point; num_units must be a power of two.
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-xtensa.h464 int num_units; member
H A Dtc-xtensa.c6212 rt->num_units = nu; in new_resource_table()
6231 for (j = 0; j < rt->num_units; j++) in clear_resource_table()
6252 rt->units[i] = XRESIZEVEC (unsigned char, rt->units[i], rt->num_units); in resize_resource_table()
6254 rt->units[i] = XCNEWVEC (unsigned char, rt->num_units); in resize_resource_table()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-xtensa.h464 int num_units; member
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/
H A Dtypes.rst154 size_t num_units)
160 T __attribute__ ((vector_size (sizeof(T) * num_units))
162 T must be integral or floating point; num_units must be a power of two.
/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A Drandr.c1528 xcb_block_len += ((_aux->num_units * _aux->format) / 8) * sizeof(char); in xcb_randr_change_output_property_sizeof()
1550 uint32_t num_units, in xcb_randr_change_output_property_checked() argument
1570 xcb_out.num_units = num_units; in xcb_randr_change_output_property_checked()
1578 xcb_parts[4].iov_len = ((num_units * format) / 8) * sizeof(char); in xcb_randr_change_output_property_checked()
1593 uint32_t num_units, in xcb_randr_change_output_property() argument
1613 xcb_out.num_units = num_units; in xcb_randr_change_output_property()
1621 xcb_parts[4].iov_len = ((num_units * format) / 8) * sizeof(char); in xcb_randr_change_output_property()
1638 return ((R->num_units * R->format) / 8); in xcb_randr_change_output_property_data_length()
1645 i.data = ((char *) (R + 1)) + (((R->num_units * R->format) / 8)); in xcb_randr_change_output_property_data_end()
H A Drandr.h616 uint32_t num_units; member
2589 uint32_t num_units,
2607 uint32_t num_units,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Dlibgccjit.h1456 gcc_jit_type_get_vector (gcc_jit_type *type, size_t num_units);
H A Dlibgccjit.c3082 gcc_jit_type_get_vector (gcc_jit_type *type, size_t num_units) in gcc_jit_type_get_vector() argument
3096 (pow2_or_zerop (num_units), ctxt, NULL, in gcc_jit_type_get_vector()
3098 num_units); in gcc_jit_type_get_vector()
3100 return (gcc_jit_type *)type->get_vector (num_units); in gcc_jit_type_get_vector()
H A Dlibgccjit++.h344 type get_vector (size_t num_units);
1358 type::get_vector (size_t num_units) in get_vector() argument
1361 num_units)); in get_vector()
H A Djit-playback.h405 type *get_vector (size_t num_units) const;
H A Djit-recording.h498 type *get_vector (size_t num_units);
718 vector_type (type *other_type, size_t num_units) in vector_type() argument
720 m_num_units (num_units) {} in vector_type()
H A Djit-playback.c1191 get_vector (size_t num_units) const in get_vector() argument
1193 tree t_new_type = build_vector_type (m_inner, num_units); in get_vector()
H A Djit-recording.c2164 recording::type::get_vector (size_t num_units) in get_vector() argument
2167 = new vector_type (this, num_units); in get_vector()
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_kms.c2454 u32 num_units = 0; in vmw_kms_helper_dirty() local
2461 units[num_units++] = vmw_crtc_to_du(dirty->crtc); in vmw_kms_helper_dirty()
2468 units[num_units++] = vmw_crtc_to_du(crtc); in vmw_kms_helper_dirty()
2472 for (k = 0; k < num_units; k++) { in vmw_kms_helper_dirty()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit.h1775 gcc_jit_type_get_vector (gcc_jit_type *type, size_t num_units);
H A Djit-playback.h449 type *get_vector (size_t num_units) const;
H A Dlibgccjit++.h362 type get_vector (size_t num_units);
1427 type::get_vector (size_t num_units) in get_vector() argument
1430 num_units)); in get_vector()
H A Djit-recording.h522 type *get_vector (size_t num_units);
791 vector_type (type *other_type, size_t num_units) in vector_type() argument
793 m_num_units (num_units) {} in vector_type()
H A Dlibgccjit.cc3960 gcc_jit_type_get_vector (gcc_jit_type *type, size_t num_units) in gcc_jit_type_get_vector() argument
3974 (pow2_or_zerop (num_units), ctxt, NULL, in gcc_jit_type_get_vector()
3976 num_units); in gcc_jit_type_get_vector()
3978 return (gcc_jit_type *)type->get_vector (num_units); in gcc_jit_type_get_vector()
H A Djit-playback.cc1573 get_vector (size_t num_units) const in get_vector()
1575 tree t_new_type = build_vector_type (m_inner, num_units); in get_vector()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c3741 unsigned int num_units = 0; in process_debug_info() local
3745 for (section_begin = start, num_units = 0; section_begin < end; in process_debug_info()
3746 num_units ++) in process_debug_info()
3777 if (num_units == 0) in process_debug_info()
3789 debug_information = (debug_info *) cmalloc (num_units, in process_debug_info()
3794 num_units); in process_debug_info()
3804 memset (debug_information, 0, num_units * sizeof (*debug_information)); in process_debug_info()
3806 alloc_num_debug_info_entries = num_units; in process_debug_info()
4324 if (num_units > alloc_num_debug_info_entries) in process_debug_info()
4327 num_debug_info_entries = num_units; in process_debug_info()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddwarf.c3560 unsigned int num_units = 0; in process_debug_info() local
3564 for (section_begin = start, num_units = 0; section_begin < end; in process_debug_info()
3565 num_units ++) in process_debug_info()
3597 if (num_units == 0) in process_debug_info()
3609 debug_information = (debug_info *) cmalloc (num_units, in process_debug_info()
3614 num_units); in process_debug_info()
3624 memset (debug_information, 0, num_units * sizeof (*debug_information)); in process_debug_info()
3626 alloc_num_debug_info_entries = num_units; in process_debug_info()
4139 if (num_units > alloc_num_debug_info_entries) in process_debug_info()
4142 num_debug_info_entries = num_units; in process_debug_info()

12