Searched refs:Identity (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dssh-agent.c112 } Identity; typedef in typeref:struct:identity
192 free_identity(Identity *id)
201 static Identity *
204 Identity *id;
216 confirm_key(Identity *id)
235 Identity *id;
268 Identity *id;
354 Identity *id = lookup_identity(key, 2);
403 Identity *id = lookup_identity(key, version);
433 Identity *i
[all...]
H A Dsshconnect2.c253 typedef struct identity Identity; typedef in typeref:struct:identity
325 static int sign_and_send_pubkey(Authctxt *, Identity *);
588 Identity *id = NULL;
1204 identity_sign(Identity *id, u_char **sigp, u_int *lenp,
1229 sign_and_send_pubkey(Authctxt *authctxt, Identity *id)
1317 send_pubkey_test(Authctxt *authctxt, Identity *id)
1398 Identity *id, *id2, *tmp;
1494 Identity *id;
1511 Identity *id;
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp670 Constant *Identity = ConstantExpr::getBinOpIdentity(Opcode, I->getType()); local
671 assert(Identity && "Associative operation without identity!");
672 Ops.push_back(std::make_pair(Identity, APInt(Bitwidth, 1)));
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1765 Value *Identity; local
1770 VectorStart = Identity = Builder.CreateVectorSplat(VF, RdxDesc.StartValue,
1776 Identity = ConstantVector::getSplat(VF, Iden);
1778 // This vector is the Identity vector where the first element is the
1780 VectorStart = Builder.CreateInsertElement(Identity,
1798 Value *StartVal = (part == 0) ? VectorStart : Identity;
1815 Value *StartVal = (part == 0) ? VectorStart : Identity;
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1357 // If Identity shuffle, or all shuffle in to undef, return that node.
1359 bool Identity = true; local
1361 if (MaskVec[i] >= 0 && MaskVec[i] != (int)i) Identity = false;
1364 if (Identity && NElts == N1.getValueType().getVectorNumElements())

Completed in 175 milliseconds