Home
last modified time | relevance | path

Searched refs:density (Results 1 – 25 of 76) sorted by relevance

1234

/openbsd/gnu/usr.bin/binutils/gas/doc/
H A Dc-xtensa.texi36 @item --density | --no-density
37 @kindex --density
38 @kindex --no-density
459 .begin no-density
461 .begin density
463 .end density
465 .end no-density
481 the code density option is available, the default is to select density
505 @subsection density
509 The @code{density} and @code{no-density} directives enable or disable
[all …]
/openbsd/sys/scsi/
H A Dst.c101 u_int8_t density; member
293 if (st->mode.density != 0) in stattach()
553 st->density = st->mode.density; in st_mount_tape()
657 switch (st->density) { in st_decide_mode()
713 switch (st->density) { in st_decide_mode()
1080 hold_density = st->density; in stioctl()
1188 st->density = number; in stioctl()
1231 st->density = hold_density; in stioctl()
1249 st->mode.density = st->density; in stioctl()
1373 density = 0; in st_mode_sense()
[all …]
H A Dscsi_all.h481 u_int8_t density; member
489 u_int8_t density; member
495 u_int8_t density; member
H A Dscsi_base.c1237 int big, u_int32_t *density, u_int64_t *block_count, u_int32_t *block_size) in scsi_parse_blkdesc() argument
1262 if (density != NULL) in scsi_parse_blkdesc()
1263 *density = general->density; in scsi_parse_blkdesc()
1272 if (density != NULL) in scsi_parse_blkdesc()
1273 *density = direct->density; in scsi_parse_blkdesc()
/openbsd/sbin/dump/
H A Dmain.c73 int density = 0; /* density in bytes/0.1" */ variable
165 density = numarg("density", 10, 327670) / 10; in main()
166 if (density >= 625 && !bflag) in main()
324 if (density == 0) in main()
325 density = cartridge ? 100 : 160; in main()
502 * (1.0/density) /* 0.1" / byte */ in main()
511 int tenthsperirg = (density == 625) ? 3 : 7; in main()
515 * (1.0/density) /* 0.1" / byte */ in main()
H A Ddump.h66 extern int density; /* density in 0.1" units */
/openbsd/sbin/newfs_ext2fs/
H A Dnewfs_ext2fs.c102 uint density; /* number of bytes per inode */ variable
188 density = strsuftoi64("bytes per inode", in main()
357 if (density != 0) in main()
358 num_inodes = fssize / density; in main()
/openbsd/usr.sbin/makefs/ffs/
H A Dmkfs.c102 static int density; /* number of bytes per inode */ variable
129 density = ffs_opts->density; in ffs_mkfs()
299 origdensity = density; in ffs_mkfs()
301 fragsperinode = MAXIMUM(numfrags(&sblock, density), 1); in ffs_mkfs()
320 density -= sblock.fs_fsize; in ffs_mkfs()
322 if (density != origdensity) in ffs_mkfs()
323 printf("density reduced from %d to %d\n", origdensity, density); in ffs_mkfs()
/openbsd/usr.bin/file/magdir/
H A Dscientific17 # Electron density MAP/MASK formats
28 9 string \040!NTITLE\012\040REMARK CNS ASCII electron density map
/openbsd/sbin/newfs/
H A Dnewfs.c133 int density; /* number of bytes per inode */ variable
264 density = strtonum(optarg, 1, INT_MAX, &errstr); in main()
482 if (density == 0) { in main()
483 density = NFPI * fsize; in main()
487 density /= 2; in main()
H A Dmkfs.c100 extern int density; /* number of bytes per inode */
331 origdensity = density; in mkfs()
333 fragsperinode = MAXIMUM(numfrags(&sblock, density), 1); in mkfs()
358 density -= sblock.fs_fsize; in mkfs()
360 if (density != origdensity) in mkfs()
362 origdensity, density); in mkfs()
/openbsd/usr.sbin/makefs/
H A Dffs.h46 int density; /* bytes per inode */ member
H A Dffs.c140 { "density", &ffs_opts->density, OPT_INT32, 1, INT_MAX }, in ffs_prep_opts()
156 ffs_opts->density = -1; in ffs_prep_opts()
398 ffs_opts->density == -1) in ffs_validate()
461 if (ffs_opts->density == -1) in ffs_validate()
462 ffs_opts->density = fsopts->size / fsopts->inodes + 1; in ffs_validate()
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/
H A DMemProfData.inc130 // Access density is accesses per byte. Multiply by 100 to include the
135 // Lifetime access density is the access density per second of lifetime.
/openbsd/gnu/llvm/compiler-rt/include/profile/
H A DMemProfData.inc130 // Access density is accesses per byte. Multiply by 100 to include the
135 // Lifetime access density is the access density per second of lifetime.
/openbsd/sys/arch/powerpc64/stand/boot/
H A DMakefile9 MRMAKEFSARGS= -o disklabel=${MRDISKTYPE},minfree=0,density=1024
/openbsd/sys/arch/octeon/stand/boot/
H A DMakefile9 MRMAKEFSARGS= -o disklabel=${MRDISKTYPE},minfree=0,density=1024
/openbsd/gnu/llvm/llvm/lib/Target/Xtensa/
H A DXtensa.td20 def FeatureDensity : SubtargetFeature<"density", "HasDensity", "true",
/openbsd/distrib/armv7/ramdisk/
H A DMakefile10 MRMAKEFSARGS= -o disklabel=${MRDISKTYPE},minfree=0,density=4096
/openbsd/sys/dev/
H A Dspdmem.c545 int i, num_ranks, density; in spdmem_ddr2_decode() local
551 density = (s->sm_data[SPDMEM_DDR2_RANK_DENSITY] & 0xf0) | in spdmem_ddr2_decode()
553 dimm_size = num_ranks * density * 4; in spdmem_ddr2_decode()
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-xtensa.texi208 generation of density instructions where appropriate and automatic
218 @cindex density instructions
220 The Xtensa instruction set has a code density option that provides
225 density option. This translation can be disabled by using underscore
231 It is a good idea @emph{not} to use the density instructions directly.
234 density option, the same assembly code will then work without modification.
264 density instructions in the code preceding a target, the assembler can
334 density option is available. Otherwise, @code{BNEZ} would be used.)
458 instruction (or the equivalent @code{OR} instruction if the code density
/openbsd/distrib/hppa/ramdisk/
H A DMakefile12 MRMAKEFSARGS= -o disklabel=${MRDISKTYPE},minfree=0,density=4096
/openbsd/distrib/macppc/ramdisk/
H A DMakefile32 MRMAKEFSARGS= -o disklabel=${MRDISKTYPE},minfree=0,density=4096
/openbsd/distrib/octeon/ramdisk/
H A DMakefile16 MRMAKEFSARGS= -o disklabel=${MRDISKTYPE},minfree=0,density=4096
/openbsd/distrib/luna88k/ramdisk/
H A DMakefile14 MRMAKEFSARGS= -o disklabel=${MRDISKTYPE},minfree=0,density=4096

1234