HomeSort by: relevance | last modified time | path
    Searched refs:least (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /src/usr.sbin/sysinst/arch/ofppc/
msg.md.en 70 {The FAT12 boot partition is too small. It needs to be at least 2MB in size,
71 however a size of at least 10MB is recommended.}
79 be at least 1MB in size, and the other must be at least 1KB in size.}
82 {In order to boot ofppc, you need either a FAT12 partition of at least 2MB
84 least 1KB, and 1MB in size. IBM RS/6000 machines generally need the PReP
msg.md.es 71 {The boot partition is too small. It needs to be at least 2MB in size,
72 however a size of at least 100MB is recommended.}
80 be at least 1MB in size, and the other must be at least 1KB in size.}
83 {In order to boot ofppc, you need either a FAT12 partition of at least 2MB
85 least 1KB, and 1MB in size. IBM RS/6000 machines generally need the PReP
msg.md.pl 70 {The boot partition is too small. It needs to be at least 2MB in size,
71 however a size of at least 100MB is recommended.}
79 be at least 1MB in size, and the other must be at least 1KB in size.}
82 {In order to boot ofppc, you need either a FAT12 partition of at least 2MB
84 least 1KB, and 1MB in size. IBM RS/6000 machines generally need the PReP
  /src/usr.sbin/sysinst/arch/cobalt/
msg.md.en 68 It needs to be at least 1MB in size, however a size of at least 5MB is
  /src/usr.sbin/sysinst/arch/prep/
msg.md.de 70 {The PReP boot partition is too small. It needs to be at least 2MB in size,
71 however a size of at least 5MB is recommended.}
msg.md.en 70 {The PReP boot partition is too small. It needs to be at least 2MB in size,
71 however a size of at least 5MB is recommended.}
msg.md.es 71 {The PReP boot partition is too small. It needs to be at least 2MB in size,
72 however a size of at least 5MB is recommended.}
msg.md.pl 72 {The PReP boot partition is too small. It needs to be at least 2MB in size,
73 however a size of at least 5MB is recommended.}
  /src/common/dist/zlib/examples/
enough.c 275 // we need to use at least this many bit patterns so that the code won't be
277 int least = (left << 1) - syms; local
278 if (least < 0)
279 least = 0;
289 for (int use = least; use <= most; use++) {
412 // we need to use at least this many bit patterns so that the code won't be
414 int least = (left << 1) - syms; local
415 if (least < 0)
416 least = 0;
424 // occupy least table spaces, creating new sub-tables as neede
    [all...]
  /src/usr.sbin/sysinst/arch/hp300/
msg.md.en 64 It must have at least 2 free partitions (for root file system and swap).
  /src/sys/arch/mac68k/dev/
if_mcvar.h 51 #error Must have at least two buffers for DMA!
  /src/sys/arch/macppc/dev/
if_mcvar.h 51 #error Must have at least two buffers for DMA!
  /src/usr.sbin/sysinst/arch/arc/
msg.md.en 69 It needs to be at least 1MB in size, however a size of at least 2MB is
  /src/usr.sbin/sysinst/arch/mvme68k/
msg.md.en 74 It must have at least 2 free partitions (for root file system and swap).
  /src/usr.sbin/sysinst/arch/virt68k/
msg.md.en 74 It must have at least 2 free partitions (for root file system and swap).
  /src/usr.sbin/sysinst/arch/x68k/
msg.md.en 75 It must have at least 2 free partitions (for root file system and swap).
  /src/sys/arch/pmax/pmax/
locore_machdep.S 108 blt a2, 2, 7f # at least 2 bytes to copy?
120 blt a2, 2, 7f # at least 2 bytes to copy?
  /src/lib/librumpuser/
configure.ac 58 dnl (sys/cdefs.h in at least in musl contains a #warning)
  /src/usr.bin/make/unit-tests/
shell-csh.mk 18 # the definition of the csh had been wrong since 1993 at least.
varcmd.mk 7 # least an introductory explanation about what _should_ happen here.
cond-cmp-string.mk 103 # If at least one side of the comparison is a string literal, the string
109 # If at least one side of the comparison is a string literal, the string
  /src/usr.sbin/sysinst/
msg.entropy.en 65 contain at least 256 bits of randomness. If it actually contains
msg.entropy.es 65 contain at least 256 bits of randomness. If it actually contains
msg.entropy.fr 65 contain at least 256 bits of randomness. If it actually contains
  /src/sys/arch/vax/vax/
emulate.S 593 extzv $4,$4,(%r10),%r0 # look at least significant nibble
682 extzv $4,$4,(%r2),%r1 # %r1 == least significant nibble of source
909 addl2 %r0,%r6 # destination address == least sig nibble
912 addl2 %r0,%r1 # source address == least sig nibble
1048 addl2 %r10,%r3 # destination address points to Least Sig byte
1066 insv %r2,$4,$4,(%r3) # store least significant digit
1112 Lcvtpl_zero: # least significant byte

Completed in 290 milliseconds

1 2 3