| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAtomicOptimizer.cpp | 52 Value *const Identity) const; 54 Value *const Identity) const; 55 Value *buildShiftRight(IRBuilder<> &B, Value *V, Value *const Identity) const; 288 Value *const Identity) const { in buildReduction() 299 {Identity, V, B.getInt32(DPP::ROW_XMASK0 | 1 << Idx), in buildReduction() 332 Value *V, Value *const Identity) const { in buildScan() 342 {Identity, V, B.getInt32(DPP::ROW_SHR0 | 1 << Idx), in buildScan() 350 {Identity, V, B.getInt32(DPP::BCAST15), B.getInt32(0xa), in buildScan() 355 {Identity, V, B.getInt32(DPP::BCAST31), B.getInt32(0xc), in buildScan() 370 {Identity, PermX, B.getInt32(DPP::QUAD_PERM_ID), in buildScan() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/ |
| H A D | 000prereq.t | |
| /openbsd-src/usr.bin/ssh/ |
| H A D | ssh-agent.c | 139 } Identity; 335 free_identity(Identity *id) in free_identity() 406 const struct sshkey *tokey, Identity *id, const char *user, in permitted_by_dest_constraints() 457 * are permitted by the destination constraints on the Identity. in identity_permitted() 461 identity_permitted(Identity *id, SocketEntry *e, char *user, in identity_permitted() 567 static Identity * in lookup_identity() 570 Identity *id; in lookup_identity() 581 confirm_key(Identity *id, const char *extra) in confirm_key() 612 Identity *id; in process_request_identities() 990 Identity *i in process_remove_identity() 136 } Identity; global() typedef [all...] |
| H A D | sshconnect2.c | 292 typedef struct identity Identity; 370 static int sign_and_send_pubkey(struct ssh *ssh, Identity *); 373 static struct sshkey *load_identity_file(Identity *); 648 format_identity(Identity *id) in format_identity() 678 Identity *id = NULL; in input_userauth_pk_ok() 1282 id_filename_matches(Identity *id, Identity *private_id) in id_filename_matches() 1301 sign_and_send_pubkey(struct ssh *ssh, Identity *id) in sign_and_send_pubkey() 1305 Identity *private_id, *sign_id = NULL; in sign_and_send_pubkey() 1472 send_pubkey_test(struct ssh *ssh, Identity *i in send_pubkey_test() 291 typedef struct identity Identity; global() typedef [all...] |
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter/ |
| H A D | Identity.pm | 1 package IO::Compress::Adapter::Identity ;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter/ |
| H A D | Identity.pm | 1 package IO::Uncompress::Adapter::Identity;
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | RetainSummaryManager.cpp | 736 return BehaviorSummary::Identity; in canEval() 753 return BehaviorSummary::Identity; in canEval() 764 return BehaviorSummary::Identity; in canEval() 774 return BehaviorSummary::Identity; in canEval()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/ |
| H A D | Unzip.pm | 15 use IO::Uncompress::Adapter::Identity 2.212 ; 741 IO::Uncompress::Adapter::Identity::mkUncompObject($streamingMode,
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | TailRecursionElimination.cpp | 569 Constant *Identity = ConstantExpr::getBinOpIdentity( in insertAccumulator() local 571 AccPN->addIncoming(Identity, P); in insertAccumulator()
|
| H A D | Reassociate.cpp | 643 Constant *Identity = ConstantExpr::getBinOpIdentity(Opcode, I->getType()); in LinearizeExprTree() local 644 assert(Identity && "Associative operation without identity!"); in LinearizeExprTree() 645 Ops.emplace_back(Identity, APInt(Bitwidth, 1)); in LinearizeExprTree()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/ |
| H A D | Zip.pm | 10 use IO::Compress::Adapter::Identity 2.212 ; 139 ($obj, $errstr, $errno) = IO::Compress::Adapter::Identity::mkCompObject(
|
| /openbsd-src/etc/ |
| H A D | protocols | 145 hip 139 HIP # Host Identity Protocol (RFC5201)
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | CMakeLists.txt | 114 …"Identity override for debugserver; see 'Code Signing on macOS' in the documentation (Darwin only)…
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 882 Constant *Identity = ConstantExpr::getBinOpIdentity(Opcode, C1->getType()); in ConstantFoldBinaryInstruction() local 883 if (Identity) { in ConstantFoldBinaryInstruction() 884 if (C1 == Identity) in ConstantFoldBinaryInstruction() 886 if (C2 == Identity) in ConstantFoldBinaryInstruction()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/ |
| H A D | RetainSummaryManager.h | 643 Identity,
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 2161 auto Identity = [&](DbgVariableIntrinsic &DII) -> DbgValReplacement { in replaceAllDbgUsesWith() local 2169 return rewriteDebugUsers(From, To, DomPoint, DT, Identity); in replaceAllDbgUsesWith() 2181 return rewriteDebugUsers(From, To, DomPoint, DT, Identity); in replaceAllDbgUsesWith()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 919 if (BSmr == BehaviorSummary::Identity || in evalCall()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 2030 bool Identity = true, AllSame = true; in getVectorShuffle() local 2032 if (MaskVec[i] >= 0 && MaskVec[i] != i) Identity = false; in getVectorShuffle() 2035 if (Identity && NElts) in getVectorShuffle()
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perl5220delta.pod | 1095 CODE refs, including C<subname> (inspired by C<Sub::Identity>) and C<set_subname>
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.td | 7664 // a) Identity conversions - vNfX <-> vNiX
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | LangRef.rst | 9939 … <4 x i32> <i32 0, i32 1, i32 2, i32 3> ; yields <4 x i32> - Identity shuffle.
|
| /openbsd-src/games/fortune/datfiles/ |
| H A D | fortunes2 | 22868 -- Sir Arthur Conan Doyle, "A Case of Identity"
|