HomeSort by: relevance | last modified time | path
    Searched refs:num_units (Results 1 - 23 of 23) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.h 464 int num_units; member in struct:__anon7805
tc-xtensa.c 6220 rt->num_units = nu;
6239 for (j = 0; j < rt->num_units; j++)
6260 rt->units[i] = XRESIZEVEC (unsigned char, rt->units[i], rt->num_units);
6262 rt->units[i] = XCNEWVEC (unsigned char, rt->num_units);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.h 464 int num_units; member in struct:__anon9277
tc-xtensa.c 6220 rt->num_units = nu;
6239 for (j = 0; j < rt->num_units; j++)
6260 rt->units[i] = XRESIZEVEC (unsigned char, rt->units[i], rt->num_units);
6262 rt->units[i] = XCNEWVEC (unsigned char, rt->num_units);
  /src/external/mit/xorg/lib/libxcb/files/
randr.c 1528 xcb_block_len += ((_aux->num_units * _aux->format) / 8) * sizeof(char);
1550 uint32_t num_units,
1570 xcb_out.num_units = num_units;
1578 xcb_parts[4].iov_len = ((num_units * format) / 8) * sizeof(char);
1593 uint32_t num_units,
1613 xcb_out.num_units = num_units;
1621 xcb_parts[4].iov_len = ((num_units * format) / 8) * sizeof(char);
1638 return ((R->num_units * R->format) / 8)
    [all...]
randr.h 616 uint32_t num_units; member in struct:xcb_randr_change_output_property_request_t
2589 uint32_t num_units,
2607 uint32_t num_units,
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_kms.c 2454 u32 num_units = 0; local
2461 units[num_units++] = vmw_crtc_to_du(dirty->crtc);
2468 units[num_units++] = vmw_crtc_to_du(crtc);
2472 for (k = 0; k < num_units; k++) {
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.h 449 type *get_vector (size_t num_units) const;
libgccjit.h 1766 T __attribute__ ((vector_size (sizeof(T) * num_units))
1768 T must be integral/floating point; num_units must be a power of two.
1775 gcc_jit_type_get_vector (gcc_jit_type *type, size_t num_units);
jit-recording.h 522 type *get_vector (size_t num_units);
791 vector_type (type *other_type, size_t num_units)
793 m_num_units (num_units) {}
libgccjit++.h 362 type get_vector (size_t num_units);
1427 type::get_vector (size_t num_units)
1430 num_units));
libgccjit.cc 3960 gcc_jit_type_get_vector (gcc_jit_type *type, size_t num_units)
3974 (pow2_or_zerop (num_units), ctxt, NULL,
3975 "num_units not a power of two: %zi",
3976 num_units); local
3978 return (gcc_jit_type *)type->get_vector (num_units);
jit-playback.cc 1573 get_vector (size_t num_units) const
1575 tree t_new_type = build_vector_type (m_inner, num_units);
jit-recording.cc 2306 recording::type::get_vector (size_t num_units)
2309 = new vector_type (this, num_units);
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.h 483 type *get_vector (size_t num_units) const;
libgccjit.h 1787 T __attribute__ ((vector_size (sizeof(T) * num_units))
1789 T must be integral/floating point; num_units must be a power of two.
1796 gcc_jit_type_get_vector (gcc_jit_type *type, size_t num_units);
jit-recording.h 536 type *get_vector (size_t num_units);
836 vector_type (type *other_type, size_t num_units)
838 m_num_units (num_units) {}
libgccjit++.h 362 type get_vector (size_t num_units);
1434 type::get_vector (size_t num_units)
1437 num_units));
libgccjit.cc 4060 gcc_jit_type_get_vector (gcc_jit_type *type, size_t num_units)
4074 (pow2_or_zerop (num_units), ctxt, NULL,
4075 "num_units not a power of two: %zi",
4076 num_units); local
4078 return (gcc_jit_type *)type->get_vector (num_units);
jit-playback.cc 1738 get_vector (size_t num_units) const
1740 tree t_new_type = build_vector_type (m_inner, num_units);
jit-recording.cc 2332 recording::type::get_vector (size_t num_units)
2335 = new vector_type (this, num_units);
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 3845 unsigned int num_units = 0; local
3849 for (section_begin = start, num_units = 0; section_begin < end;
3850 num_units ++)
3881 if (num_units == 0)
3892 debug_information = cmalloc (num_units, sizeof (*debug_information));
3896 num_units);
3906 memset (debug_information, 0, num_units * sizeof (*debug_information));
3908 alloc_num_debug_info_entries = num_units;
4421 if (num_units > alloc_num_debug_info_entries)
4424 num_debug_info_entries = num_units;
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 3769 unsigned int num_units = 0; local
3773 for (section_begin = start, num_units = 0; section_begin < end;
3774 num_units ++)
3805 if (num_units == 0)
3816 debug_information = cmalloc (num_units, sizeof (*debug_information));
3820 num_units);
3830 memset (debug_information, 0, num_units * sizeof (*debug_information));
3832 alloc_num_debug_info_entries = num_units;
4350 if (num_units > alloc_num_debug_info_entries)
4353 num_debug_info_entries = num_units;
    [all...]

Completed in 117 milliseconds