Searched refs:units (Results 76 - 95 of 95) sorted by relevance

1234

/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_sg.c137 TAILQ_HEAD_INITIALIZER(sgdriver.units), /* gen */ 0
H A Dscsi_pass.c191 TAILQ_HEAD_INITIALIZER(passdriver.units), /* generation */ 0
H A Dscsi_ch.c214 TAILQ_HEAD_INITIALIZER(chdriver.units), /* generation */ 0
H A Dscsi_xpt.c127 TAILQ_HEAD_INITIALIZER(probe_driver.units), /* generation */ 0,
H A Dscsi_da.c1506 TAILQ_HEAD_INITIALIZER(dadriver.units), /* generation */ 0
H A Dscsi_cd.c289 TAILQ_HEAD_INITIALIZER(cddriver.units), /* generation */ 0
3621 /* Preserve old behavior: units in multiples of CDROM speed */
H A Dscsi_sa.c627 TAILQ_HEAD_INITIALIZER(sadriver.units), /* generation */ 0
/freebsd-11-stable/contrib/gcc/
H A Dsimplify-rtx.c3549 int i, units;
3558 units = GET_MODE_NUNITS (mode);
3559 v = rtvec_alloc (units);
3560 for (i = 0; i < units; i++)
4275 /* I don't know how to handle endianness of sub-units. */
3541 int i, units; local
H A Dvarasm.c2316 of *target* min-addressable units that will be occupied in the
3359 int i, units;
3364 units = CONST_VECTOR_NUNITS (x);
3366 for (i = 0; i < units; i++)
5120 translation units without generating a linker error. */
3338 int i, units; local
H A Dcse.c2295 int units;
2298 units = CONST_VECTOR_NUNITS (x);
2300 for (i = 0; i < units; ++i)
2282 int units; local
H A Dexpr.c5635 giving the variable offset (in units) in *POFFSET.
5868 in alignment units of the element type. So multiply by that value. */
5933 in units of DECL_OFFSET_ALIGN / BITS_PER_UNIT. So multiply by that
9515 int units, i;
9524 units = GET_MODE_NUNITS (mode);
9527 v = rtvec_alloc (units);
9544 for (; i < units; ++i)
9490 int units, i; local
H A Dexpmed.c4989 int units = CONST_VECTOR_NUNITS (x);
4996 for (i = units - 1; i >= 0; --i)
4975 int units = CONST_VECTOR_NUNITS (x); local
H A Dfold-const.c2129 int i, units;
2132 units = TYPE_VECTOR_SUBPARTS (type);
2135 for (i = 0; i < units; i++)
2116 int i, units; local
/freebsd-11-stable/crypto/heimdal/lib/ntlm/
H A Dntlm.c119 static struct units ntlm_flag_units[] = {
/freebsd-11-stable/sys/cam/
H A Dcam_xpt.c180 TAILQ_HEAD_INITIALIZER(xpt_driver.units), /* generation */ 0,
632 for (periph = TAILQ_FIRST(&(*p_drv)->units); periph != NULL;
2320 periph = TAILQ_FIRST(&(*pdrv)->units);
/freebsd-11-stable/crypto/heimdal/kdc/
H A Ddigest.c46 const struct units _kdc_digestunits[] = {
/freebsd-11-stable/targets/pseudo/userland/
H A DMakefile.depend399 usr.bin/units \
/freebsd-11-stable/sys/cam/ata/
H A Data_xpt.c77 TAILQ_HEAD_INITIALIZER(probe_driver.units), /* generation */ 0,
H A Data_da.c918 TAILQ_HEAD_INITIALIZER(adadriver.units), /* generation */ 0
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c11401 int i, units;
11405 units = CONST_VECTOR_NUNITS (x);
11416 for (i = 0; i < units; i++)
11383 int i, units; local

Completed in 486 milliseconds

1234