Searched refs:least (Results 226 - 250 of 543) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/
H A Dghashv8-armx.S199 bhs .Loop_mod2x_v8 @ there was at least 32 more bytes
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/chacha/asm/
H A Dchacha-ia64.pl222 // is at least one byte to process...
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfData.inc209 * Since NumValueSites is greater than zero, there is at least one
367 /* Total number of value profile kinds which have at least one
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc32/vmx/
H A Dlogops_n.asm58 C * At least be more clever about operand loading, i.e., load v operands before
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/k7/
H A Dinvert_limb.asm52 C * Perhaps use this file--or at least the algorithm--for more machines than k7.
H A Dmul_basecase.asm402 C VAR_XP_LOW is the least significant limb of xp, which is needed at the
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc312 * Since NumValueSites is greater than zero, there is at least one
/netbsd-current/usr.bin/make/unit-tests/
H A Dcond-func-empty.mk178 # Since at least 1993, the manual page claimed that irrelevant parts of
H A Dcond-short.mk203 # The manual page stated from at least 1993 on that irrelevant conditions were
H A Ddirective-for.mk314 # Since at least 1993, iteration stops at the first newline.
/netbsd-current/usr.bin/make/
H A Dtest-variants.mk135 # macro, or at least none that affect the outcome of the tests.
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-intrinsic.c87 /* ??? The NARGS==1 hack here is based on the fact that (c99 at least)
3873 int least; local
3899 least = 16;
3900 least = (count && count->ts.kind < least) ? count->ts.kind : least;
3901 least = (count_rate && count_rate->ts.kind < least) ? count_rate->ts.kind
3902 : least;
3903 least
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-intrinsic.cc90 /* ??? The NARGS==1 hack here is based on the fact that (c99 at least)
3871 int least; local
3897 least = 16;
3898 least = (count && count->ts.kind < least) ? count->ts.kind : least;
3899 least = (count_rate && count_rate->ts.kind < least) ? count_rate->ts.kind
3900 : least;
3901 least
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsearching.d13 $(D any!"a > 0"([1, 2, -3, -4])) returns $(D true) because at least one
3167 Range least = range.save;
3170 if (binaryFun!pred(least.front, range.front))
3172 assert(!binaryFun!pred(range.front, least.front),
3176 if (binaryFun!pred(range.front, least.front))
3179 least = range.save;
3185 return RetType(least.front, occurrences);
4172 //narrow string *of the same type*, it must have *at least* as many code units.
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsearching.d13 `any!"a > 0"([1, 2, -3, -4])` returns `true` because at least one
3373 Limitations: If at least one of the arguments is NaN, the result is
3402 Range least = range.save;
3405 if (binaryFun!pred(least.front, range.front))
3407 assert(!binaryFun!pred(range.front, least.front),
3411 if (binaryFun!pred(range.front, least.front))
3414 least = range.save;
3420 return RetType(least.front, occurrences);
3588 If at least one of the arguments is NaN, the result is an unspecified value.
3741 If at least on
[all...]
/netbsd-current/external/gpl3/autoconf/dist/
H A Dmaint.mk492 # But we can do better, in at least two ways:
724 halt='help2man requires at least two spaces between an option and its description'\
866 # Exit nonzero if at least one such file is found, otherwise, exit 0.
1192 # So at least preclude common boolean strings as macro values.
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/k6/
H A Dmul_basecase.asm392 C VAR_XP_LOW is the least significant limb of xp, which is needed at the
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/p6/
H A Dsqr_basecase.asm62 C unrolling will least be making good use of it, because 40x40 will take
H A Dmul_basecase.asm408 C VAR_XP_LOW is the least significant limb of xp, which is needed at the
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DPath.inc582 // Use ftruncate as a fallback. It may or may not allocate space. At least on
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dr5900-error-vu0.s6 # All instructions have at least one error in suffix or in register
681 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dgenmloop.sh907 guaranteed to be big enough to execute at least 1 insn! */
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dgenmloop.sh914 guaranteed to be big enough to execute at least 1 insn! */
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/c6x/
H A Dlib1funcs.S308 ;; This is essentially memcpy, with alignment known to be at least
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/
H A Dsparccpuid.S194 ! applies at least to Linux and FreeBSD... Feedback expected...

Completed in 250 milliseconds

1234567891011>>