Searched refs:least (Results 1 - 25 of 378) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/
H A Dbackward_warning.h33 This file includes at least one deprecated or antiquated header which \
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/backward/
H A Dbackward_warning.h33 This file includes at least one deprecated or antiquated header which \
/netbsd-current/common/dist/zlib/examples/
H A Denough.c275 // 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 tabl
[all...]
/netbsd-current/external/gpl3/binutils/dist/zlib/examples/
H A Denough.c275 // 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 tabl
[all...]
/netbsd-current/external/gpl3/gdb/dist/zlib/examples/
H A Denough.c275 // 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 tabl
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/zlib/examples/
H A Denough.c275 // 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 tabl
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/zlib/examples/
H A Denough.c275 // 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 tabl
[all...]
/netbsd-current/usr.sbin/sysinst/arch/ofppc/
H A Dmsg.md.pl70 {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
/netbsd-current/external/lgpl3/gmp/dist/mpn/power/
H A Drshift.asm44 l 0,0(4) C read least significant limb
48 lu 0,4(4) C read 2:nd least significant limb
49 sleq 7,0,8 C compute least significant limb of result
H A Dsub_n.asm44 l 8,0(4) C load least significant s1 limb
45 l 0,0(5) C load least significant s2 limb
48 sf 7,0,8 C subtract least significant limbs, set cy
60 C We added least significant limbs. Now reload the next limbs to enter loop.
H A Dadd_n.asm43 l 8,0(4) C load least significant s1 limb
44 l 0,0(5) C load least significant s2 limb
47 a 7,0,8 C add least significant limbs, set cy
58 C We added least significant limbs. Now reload the next limbs to enter loop.
H A Dlshift.asm57 Lend: stu 7,-4(9) C store 2:nd least significant limb
58 Lend2: sle 7,0,6 C compute least significant limb
/netbsd-current/external/apache2/llvm/dist/llvm/utils/docker/scripts/
H A Dbuild_install_llvm.sh25 Required options: --to, at least one --install-target.
/netbsd-current/sys/arch/mac68k/dev/
H A Dif_mcvar.h51 #error Must have at least two buffers for DMA!
/netbsd-current/sys/arch/macppc/dev/
H A Dif_mcvar.h51 #error Must have at least two buffers for DMA!
/netbsd-current/usr.sbin/sysinst/arch/prep/
H A Dmsg.md.pl72 {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.}
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc64/mode32/
H A Dsub_n.asm48 ld r8, 0(r4) C load least significant s1 limb
49 ld r0, 0(r5) C load least significant s2 limb
H A Dadd_n.asm48 ld r8, 0(r4) C load least significant s1 limb
49 ld r0, 0(r5) C load least significant s2 limb
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/
H A Dlshift.asm88 shll %cl,%eax C compute least significant limb
98 L(end): shll %cl,%ebx C compute least significant limb
/netbsd-current/sys/arch/pmax/pmax/
H A Dlocore_machdep.S108 blt a2, 2, 7f # at least 2 bytes to copy?
120 blt a2, 2, 7f # at least 2 bytes to copy?
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarcmd.mk7 # least an introductory explanation about what _should_ happen here.
H A Dvar-recursive.mk52 # command of the target to provide at least a hint to the location.
H A Dshell-csh.mk18 # the definition of the csh had been wrong since 1993 at least.
/netbsd-current/external/lgpl3/gmp/dist/mpn/m68k/
H A Dlshift.asm137 movel d1, M(-,res_ptr) C store least significant limb
143 C We loop from least significant end of the arrays, which is only
/netbsd-current/external/lgpl3/gmp/dist/mpn/pa32/hppa1_1/
H A Dmul_1.asm49 C At least the PA7100 is rumored to be able to deal with cache-misses without
68 ldw -12(%r30),%r19 C least significant limb in product

Completed in 346 milliseconds

1234567891011>>