HomeSort by: relevance | last modified time | path
    Searched defs:nunits (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /src/sys/arch/mips/cavium/include/
bootbusvar.h 46 int nunits; member in struct:bootbus_dev
iobusvar.h 48 int nunits; member in struct:iobus_dev
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-compiler.cc 79 int nunits = expr->type->isTypeSArray ()->dim->toUInteger (); local
81 tree vectype = build_vector_type (build_ctype (telem), nunits);
95 int nunits = type->isTypeSArray ()->dim->toUInteger (); local
97 tree vectype = build_vector_type (build_ctype (elem), nunits);
d-target.cc 283 unsigned HOST_WIDE_INT nunits = sz / type->size (); local
284 tree ctype = build_vector_type (build_ctype (type), nunits);
types.cc 809 int nunits = t->basetype->isTypeSArray ()->dim->toUInteger (); local
816 t->ctype = build_vector_type (inner, nunits);
d-builtins.cc 205 unsigned HOST_WIDE_INT nunits; local
206 if (!TYPE_VECTOR_SUBPARTS (type).is_constant (&nunits))
213 dtype = dtype->sarrayOf (nunits)->addMod (mod);
388 dinteger_t nunits = VECTOR_CST_NELTS (cst).to_constant (); local
390 elements->setDim (nunits);
392 for (size_t i = 0; i < nunits; i++)
  /src/external/gpl3/gcc/dist/gcc/
optabs-tree.cc 668 poly_uint64 nunits = GET_MODE_SIZE (mode); local
669 if (related_vector_mode (mode, QImode, nunits).exists (&vmode)
dojump.cc 1248 auto nunits = TYPE_VECTOR_SUBPARTS (TREE_TYPE (val)).to_constant ();
1249 if (maybe_ne (GET_MODE_PRECISION (mode), nunits))
1252 GEN_INT ((HOST_WIDE_INT_1U << nunits) - 1),
1255 GEN_INT ((HOST_WIDE_INT_1U << nunits) - 1),
1244 auto nunits = TYPE_VECTOR_SUBPARTS (TREE_TYPE (val)).to_constant (); local
tree-pretty-print.cc 2487 unsigned HOST_WIDE_INT nunits; local
2488 if (!VECTOR_CST_NELTS (node).is_constant (&nunits))
2489 nunits = vector_cst_encoded_nelts (node);
2490 for (i = 0; i < nunits; ++i)
lto-streamer-in.cc 2031 poly_uint16 nunits = bp_unpack_poly_value (&bp, 16); local
2069 || maybe_ne (GET_MODE_NUNITS (mr), nunits))
  /src/external/bsd/ntp/dist/ntpd/
refclock_datum.c 158 static int nunits; /* number of active units */ variable
321 nunits++;
451 nunits = 0;
  /src/external/gpl3/gcc/dist/gcc/config/nds32/
nds32-intrinsic.cc 83 int nunits = GET_MODE_NUNITS (mode); local
85 rtvec v = rtvec_alloc (nunits);
93 for (i = 0; i < nunits; i++)
96 RTVEC_ELT (v, nunits - i - 1) = gen_int_mode (tmp_val, val_mode);
100 for (i = 0; i < nunits; i++)
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins-functions.h 168 poly_uint64 nunits = GET_MODE_NUNITS (fi.vector_mode (0)); variable
169 return aarch64_sve_data_mode (m_to_mode, nunits).require ();
  /src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32-intrinsic.cc 83 int nunits = GET_MODE_NUNITS (mode); local
85 rtvec v = rtvec_alloc (nunits);
93 for (i = 0; i < nunits; i++)
96 RTVEC_ELT (v, nunits - i - 1) = gen_int_mode (tmp_val, val_mode);
100 for (i = 0; i < nunits; i++)
  /src/sbin/ccdconfig/
ccdconfig.c 759 size_t nunits = 0; local
762 if (sysctlbyname(sys, NULL, &nunits, NULL, 0) == -1) {
776 if (nunits == 0) {
781 units = emalloc(nunits);
783 if (sysctlbyname(sys, units, &nunits, NULL, 0) == -1)
786 nunits /= sizeof(*units);
787 if (nunits > 1)
788 qsort(units, nunits, sizeof units[0], cmp_unit);
789 for (size_t i = 0; i < nunits; i++)
  /src/sys/dev/ic/
mlx.c 563 int i, nunits; local
600 nunits = 0;
633 nunits += (ms->ms_dv != NULL);
638 if (nunits != 0)
639 mlx_adjqparam(mlx, mlx->mlx_max_queuecnt / nunits,
640 mlx->mlx_max_queuecnt % nunits);
  /src/external/bsd/libpcap/dist/
pcap-dlpi.c 1111 u_int nunits; member in union:__anon7266
1147 for (i = 0; i < buf.nunits; i++) {
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins-functions.h 190 poly_uint64 nunits = GET_MODE_NUNITS (fi.vector_mode (0)); variable
191 return aarch64_sve_data_mode (m_to_mode, nunits).require ();
aarch64-sve-builtins-base.cc 1083 poly_uint64 nunits = GET_MODE_NUNITS (wide_mode); variable
1085 = aarch64_sve_data_mode (m_from_mode, nunits).require ();
1151 unsigned int nunits = 128 / GET_MODE_UNIT_BITSIZE (mode); variable
1153 (nunits, nunits - 1, -1);
1229 unsigned int nunits = 128 / GET_MODE_UNIT_BITSIZE (mode); variable
1231 (nunits, nunits - 1, -1);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-pretty-print.cc 2244 unsigned HOST_WIDE_INT nunits; local
2245 if (!VECTOR_CST_NELTS (node).is_constant (&nunits))
2246 nunits = vector_cst_encoded_nelts (node);
2247 for (i = 0; i < nunits; ++i)
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-pretty-print.cc 1557 unsigned int nunits = VECTOR_CST_NELTS (e).to_constant ();
1558 for (unsigned int i = 0; i < nunits; ++i)
1554 unsigned int nunits = VECTOR_CST_NELTS (e).to_constant (); local
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-c.cc 1357 int nunits = GET_MODE_NUNITS (mode);
1366 selector = wi::umod_trunc (selector, nunits);
1356 int nunits = GET_MODE_NUNITS (mode); local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pretty-print.cc 1506 unsigned int nunits = VECTOR_CST_NELTS (e).to_constant ();
1507 for (unsigned int i = 0; i < nunits; ++i)
1503 unsigned int nunits = VECTOR_CST_NELTS (e).to_constant (); local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-c.cc 1355 int nunits = GET_MODE_NUNITS (mode);
1364 selector = wi::umod_trunc (selector, nunits);
1354 int nunits = GET_MODE_NUNITS (mode); local
  /src/sys/dev/usb/
uvideo.c 794 uint8_t i, j, nunits; local
800 nunits = 0;
810 KASSERT(nunits < 255);
811 ++nunits;
814 if (nunits == 0) {
822 sc->sc_nunits = nunits;
823 sc->sc_unit = kmem_alloc(sizeof(*sc->sc_unit) * nunits, KM_SLEEP);
855 kmem_free(sc->sc_unit, sizeof(*sc->sc_unit) * nunits);

Completed in 94 milliseconds

1 2 3