/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/ |
H A D | pwhash_scryptsalsa208sha256_nosse.c | 228 smix(uint8_t *B, size_t r, uint64_t N, uint32_t *V, uint32_t *XY) in smix() argument 230 uint32_t *X = XY; in smix() 231 uint32_t *Y = &XY[32 * r]; in smix() 232 uint32_t *Z = &XY[64 * r]; in smix() 300 uint32_t *V, *XY; in escrypt_kdf_nosse() local 360 XY = (uint32_t *) ((uint8_t *) V + V_size); in escrypt_kdf_nosse() 368 smix(&B[(size_t) 128 * i * r], r, N, V, XY); in escrypt_kdf_nosse()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/ |
H A D | pwhash_scryptsalsa208sha256_sse.c | 231 smix(uint8_t *B, size_t r, uint32_t N, void *V, void *XY) in smix() argument 267 X = (__m128i *) XY; in smix() 270 X32 = (uint32_t *) XY; in smix() 271 Y = (__m128i *) ((uintptr_t)(XY) + s); in smix() 315 uint32_t *V, *XY; in escrypt_kdf_sse() local 383 XY = (uint32_t *) ((uint8_t *) V + V_size); in escrypt_kdf_sse() 391 smix(&B[(size_t) 128 * i * r], r, (uint32_t) N, V, XY); in escrypt_kdf_sse()
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | var-scope-local-legacy.mk | 26 : XY=${XY:Uundef}_
|
H A D | dollar.mk | 15 DOLLAR_XY= $$XY 70 $T 'C,[$$$$XY],<&>,g' ''${DOLLAR_AXY:C,[$$XY],<&>,g:Q}
|
/freebsd/crypto/openssl/test/certs/ |
H A D | badalt6-cert.pem | 7 XY/FcnQStR4XHtHcNRyvq1perl0fezeCY85KkddGppic5qIWQDL4ViP3HfvhMlDZ
|
H A D | badalt6-key.pem | 3 XY/FcnQStR4XHtHcNRyvq1perl0fezeCY85KkddGppic5qIWQDL4ViP3HfvhMlDZ
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 1836 Value *XY = Builder.CreateFSubFMF(X, Y, &I); in factorizeLerp() local 1837 Value *MulZ = Builder.CreateFMulFMF(Z, XY, &I); in factorizeLerp() 1874 Value *XY = IsFAdd ? Builder.CreateFAddFMF(X, Y, &I) in factorizeFAddFSub() local 1880 if (match(XY, m_APFloat(C)) && !C->isNormal()) in factorizeFAddFSub() 1883 return IsFMul ? BinaryOperator::CreateFMulFMF(XY, Z, &I) in factorizeFAddFSub() 1884 : BinaryOperator::CreateFDivFMF(XY, Z, &I); in factorizeFAddFSub() 1915 Value *XY = Builder.CreateFMulFMF(X, Y, &I); in visitFAdd() local 1916 return BinaryOperator::CreateFSubFMF(Z, XY, &I); in visitFAdd() 1924 Value *XY = Builder.CreateFDivFMF(X, Y, &I); in visitFAdd() local 1925 return BinaryOperator::CreateFSubFMF(Z, XY, &I); in visitFAdd()
|
H A D | InstCombineMulDivRem.cpp | 595 Value *XY = Builder.CreateBinOp(Opcode, X, Y); in foldFPSignBitOps() local 596 Value *Fabs = Builder.CreateUnaryIntrinsic(Intrinsic::fabs, XY); in foldFPSignBitOps() 755 Value *XY = Builder.CreateFMulFMF(X, Y, &I); in foldFMulReassoc() local 756 Value *Sqrt = Builder.CreateUnaryIntrinsic(Intrinsic::sqrt, XY, &I); in foldFMulReassoc() 823 Value *XY = Builder.CreateFAddFMF(X, Y, &I); in foldFMulReassoc() local 824 Value *Exp = Builder.CreateUnaryIntrinsic(Intrinsic::exp, XY, &I); in foldFMulReassoc() 831 Value *XY = Builder.CreateFAddFMF(X, Y, &I); in foldFMulReassoc() local 832 Value *Exp2 = Builder.CreateUnaryIntrinsic(Intrinsic::exp2, XY, &I); in foldFMulReassoc()
|
H A D | InstructionCombining.cpp | 2082 Value *XY = Builder.CreateBinOp(Opcode, X, Y); in foldVectorBinop() local 2083 if (auto *BO = dyn_cast<BinaryOperator>(XY)) in foldVectorBinop() 2085 return new ShuffleVectorInst(XY, M); in foldVectorBinop()
|
H A D | InstCombineCalls.cpp | 1659 auto *XY = NSW ? Builder.CreateNSWMul(X, Y) : Builder.CreateMul(X, Y); in visitCallInst() local 1660 return replaceOperand(*II, 0, XY); in visitCallInst()
|
/freebsd/crypto/openssl/util/ |
H A D | check-format-test-negatives.c | 65 XY *(* fn)(int a, char b); in f()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | MathExtras.h | 619 T XY = SaturatingAdd(X, Y, &Overflowed); in SaturatingAdd() local 622 return SaturatingAdd(XY, Z, Args...); in SaturatingAdd()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedKryo.td | 50 def KryoUnitXY : ProcResGroup<[KryoUnitXA, // Type XY micro-ops
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | CaymanInstructions.td | 152 : VTX_READ_cm <"VTX_READ_64 $dst_gpr.XY, $src_gpr",
|
H A D | EvergreenInstructions.td | 153 "STORE_RAW $rw_gpr.XY, $index_gpr, $eop", 229 : VTX_READ_eg <"VTX_READ_64 $dst_gpr.XY, $src_gpr",
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | rfc3454.txt | 947 combining mark Y has a lower combining class than X then XY will 959 stored string. However, no string can be stored with XY, so a 960 query with XY will get a negative answer to the test for matching.
|
H A D | UnicodeData.txt | 10528 A46D;YI SYLLABLE XY;Lo;0;L;;;;;N;;;;;
|
/freebsd/contrib/sendmail/ |
H A D | PGPKEYS | 586 FBHuROCgIeEqQ9EHNJ9zDqC4nEF/uqWdekdRaKMygkdFI+XY/YC/f5iMSEZgyaQR 4036 q+1XY+V030LgjiE8qqK0HkVyaWMgQWxsbWFuIDxlcmljQGFsbG1hbi5uYW1lPohG
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 16149 auto tryToFoldXYSubZ = [&](SDValue XY, SDValue Z) { in visitFSUBForFMACombine() argument 16150 if (isContractableFMUL(XY) && (Aggressive || XY->hasOneUse())) { in visitFSUBForFMACombine() 16151 return matcher.getNode(PreferredFusedOpcode, SL, VT, XY.getOperand(0), in visitFSUBForFMACombine() 16152 XY.getOperand(1), in visitFSUBForFMACombine()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | images | 4153 >0x12 ubyte 7 \b, DXn XY
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 11925 …use of the list processing procedures used, only a single pass through the XY display file is requ…
|