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

/freebsd-10-stable/crypto/openssh/
H A Dssh-agent.c116 } Identity; typedef in typeref:struct:identity
205 free_identity(Identity *id)
214 static Identity *
217 Identity *id;
229 confirm_key(Identity *id)
260 Identity *id;
313 Identity *id;
496 Identity *id = lookup_identity(key, version);
524 Identity *id;
545 Identity *i
[all...]
H A Dsshconnect2.c246 typedef struct identity Identity; typedef in typeref:struct:identity
318 static int sign_and_send_pubkey(Authctxt *, Identity *);
321 static Key *load_identity_file(Identity *);
576 Identity *id = NULL;
1043 sign_and_send_pubkey(Authctxt *authctxt, Identity *id)
1046 Identity *private_id;
1161 send_pubkey_test(Authctxt *authctxt, Identity *id)
1190 load_identity_file(Identity *id)
1402 Identity *id;
1416 try_identity(Identity *i
[all...]
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp663 Constant *Identity = ConstantExpr::getBinOpIdentity(Opcode, I->getType()); local
664 assert(Identity && "Associative operation without identity!");
665 Ops.push_back(std::make_pair(Identity, APInt(Bitwidth, 1)));
/freebsd-10-stable/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2183 Value *Identity; local
2189 VectorStart = Identity = RdxDesc.StartValue;
2191 VectorStart = Identity = Builder.CreateVectorSplat(VF,
2201 Identity = Iden;
2202 // This vector is the Identity vector where the first element is the
2206 Identity = ConstantVector::getSplat(VF, Iden);
2208 // This vector is the Identity vector where the first element is the
2210 VectorStart = Builder.CreateInsertElement(Identity,
2229 Value *StartVal = (part == 0) ? VectorStart : Identity;
2247 Value *StartVal = (part == 0) ? VectorStart : Identity;
[all...]
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1411 // If Identity shuffle return that node.
1412 bool Identity = true; local
1414 if (MaskVec[i] >= 0 && MaskVec[i] != (int)i) Identity = false;
1416 if (Identity && NElts)

Completed in 102 milliseconds