Searched refs:Ones (Results 1 – 9 of 9) sorted by relevance
| /minix3/games/fortune/datfiles/ |
| H A D | netbsd | 350 NetBSD: Not all of the First Ones have gone away.
|
| H A D | fortunes2 | 48362 -- The Only Ones 53959 -- Marlon Brando, "The Wild Ones"
|
| /minix3/crypto/external/bsd/openssl/dist/ssl/ |
| H A D | ssl-lib.com | 854 $! Set Up Initial CC Definitions, Possibly With User Ones
|
| /minix3/crypto/external/bsd/openssl/dist/engines/ |
| H A D | makeengines.com | 753 $! Set Up Initial CC Definitions, Possibly With User Ones
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | Mips64InstrInfo.td | 335 // Count Ones in a Word/Doubleword
|
| H A D | MipsInstrInfo.td | 971 // Count Leading Ones/Zeros in Word
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 3655 APInt Zeros(BitWidth, 0), Ones(BitWidth, 0); in GetMinTrailingZeros() local 3656 computeKnownBits(U->getValue(), Zeros, Ones, DL, 0, AC, nullptr, DT); in GetMinTrailingZeros() 3826 APInt Zeros(BitWidth, 0), Ones(BitWidth, 0); in getUnsignedRange() local 3827 computeKnownBits(U->getValue(), Zeros, Ones, DL, 0, AC, nullptr, DT); in getUnsignedRange() 3828 if (Ones == ~Zeros + 1) in getUnsignedRange() 3831 ConservativeResult.intersectWith(ConstantRange(Ones, ~Zeros + 1))); in getUnsignedRange()
|
| /minix3/external/bsd/bind/dist/ |
| H A D | FAQ | 371 e.g. Ones that are transferring out, the one that it is serving and the
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 15174 APInt Zeros, Ones; in LowerToBT() local 15175 DAG.computeKnownBits(Op0, Zeros, Ones); in LowerToBT() 19404 SmallVector<SDValue, 8> Ones(NumElts, DAG.getConstant(1, EltVT)); in LowerCTPOP() local 19405 SDValue OnesV = DAG.getNode(ISD::BUILD_VECTOR, dl, VT, Ones); in LowerCTPOP()
|