OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Identity
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
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 {
299
{
Identity
, V, B.getInt32(DPP::ROW_XMASK0 | 1 << Idx),
326
Value *V, Value *const
Identity
) const {
336
{
Identity
, V, B.getInt32(DPP::ROW_SHR0 | 1 << Idx),
344
{
Identity
, V, B.getInt32(DPP::BCAST15), B.getInt32(0xa),
349
{
Identity
, V, B.getInt32(DPP::BCAST31), B.getInt32(0xc),
364
{
Identity
, PermX, B.getInt32(DPP::QUAD_PERM_ID)
[
all
...]
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
subauth.d
236
NETLOGON_LOGON_IDENTITY_INFO
Identity
;
243
NETLOGON_LOGON_IDENTITY_INFO
Identity
;
251
NETLOGON_LOGON_IDENTITY_INFO
Identity
;
259
NETLOGON_LOGON_IDENTITY_INFO
Identity
;
/src/crypto/external/bsd/openssh/dist/
ssh-agent.c
136
typedef struct
identity
{
struct
137
TAILQ_ENTRY(
identity
) next;
146
}
Identity
;
150
TAILQ_HEAD(idqueue,
identity
) idlist;
342
free_identity(
Identity
*id)
410
/* Check destination constraints on an
identity
against the hostkey/user */
413
const struct sshkey *tokey,
Identity
*id, const char *user,
457
debug2_f("%s
identity
\"%s\" not permitted for this destination",
464
* are permitted by the destination constraints on the
Identity
.
468
identity_permitted(
Identity
*id, SocketEntry *e, char *user
[
all
...]
sshconnect2.c
311
typedef struct
identity
Identity
;
314
struct
identity
{
struct
315
TAILQ_ENTRY(
identity
) next;
323
TAILQ_HEAD(idlist,
identity
);
389
static int sign_and_send_pubkey(struct ssh *ssh,
Identity
*);
392
static struct sshkey *load_identity_file(
Identity
*);
684
* Format an
identity
for logging including filename, key type, fingerprint
688
format_identity(
Identity
*id)
718
Identity
*id = NULL
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp
572
// real entry into the function we seed the PHI with the
identity
constant for
580
Constant *
Identity
= ConstantExpr::getBinOpIdentity(
582
AccPN->addIncoming(
Identity
, P);
Reassociate.cpp
626
Constant *
Identity
= ConstantExpr::getBinOpIdentity(Opcode, I->getType());
627
assert(
Identity
&& "Associative operation without
identity
!");
628
Ops.emplace_back(
Identity
, APInt(Bitwidth, 1));
/src/external/apache2/llvm/dist/clang/lib/Analysis/
RetainSummaryManager.cpp
728
return BehaviorSummary::
Identity
;
745
return BehaviorSummary::
Identity
;
748
// We assume that OSDynamicCast is either an
identity
(cast is OK,
756
return BehaviorSummary::
Identity
;
766
return BehaviorSummary::
Identity
;
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
RetainSummaryManager.h
642
Identity
,
/src/external/bsd/ntp/dist/ntpd/
ntp.conf.def
637
Optional
identity
schemes described on the
Identity
Schemes
674
leapsecond file and
identity
scheme files.
704
The cryptographic name used by Autokey to bind the host
identity
734
symmetric key, public key) and
identity
scheme is called
765
When multiple
identity
schemes are supported in the Autokey
807
She also uses one of the
identity
schemes as Bob.
809
both dance the protocol authentication and
identity
steps.
814
authentication and
identity
credentials.
819
combinations; for instance, running an
identity
schem
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantFold.cpp
1116
// Simplify BinOps with their
identity
values first. They are no-ops and we
1118
// FIXME: remove unnecessary duplicated
identity
patterns below.
1121
Constant *
Identity
= ConstantExpr::getBinOpIdentity(Opcode, C1->getType());
1122
if (
Identity
) {
1123
if (C1 ==
Identity
)
1125
if (C2 ==
Identity
)
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountChecker.cpp
918
if (BSmr == BehaviorSummary::
Identity
||
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Local.cpp
2021
auto
Identity
= [&](DbgVariableIntrinsic &DII) -> DbgValReplacement {
2029
return rewriteDebugUsers(From, To, DomPoint, DT,
Identity
);
2041
return rewriteDebugUsers(From, To, DomPoint, DT,
Identity
);
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
optimize.d
119
// will drop the pointer
identity
.
1123
ret =
Identity
(e.op, e.loc, e.type, e.e1, e.e2).copy();
1383
case EXP.
identity
: visitIdentity(ex.isIdentityExp()); break;
constfold.d
917
UnionExp
Identity
(EXP op, const ref Loc loc, Type type, Expression e1, Expression e2)
953
ue = Equal((op == EXP.
identity
) ? EXP.equal : EXP.notEqual, loc, type, e1, e2);
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
conv.d
571
// https://issues.dlang.org/show_bug.cgi?id=9523: Allow
identity
enum conversion
930
alias
Identity
(T) = T;
938
static if (n == 0) alias AddModifier =
Identity
;
traits.d
407
private alias parentOf(alias sym) =
Identity
!(__traits(parent, sym));
408
private alias parentOf(alias sym : T!Args, alias T, Args...) =
Identity
!(__traits(parent, T));
2466
"
Identity
check failed for: " ~ T.stringof);
3850
package alias
Identity
(alias A) = A;
5192
If you omit `Rhs`, `isAssignable` will check
identity
assignable of `Lhs`.
7296
* To use `isInstanceOf` to check the
identity
of a template while inside of said
/src/external/bsd/ntp/dist/util/
ntp-keygen-opts.def
23
descrip = "
identity
modulus bits";
25
The number of bits in the
identity
modulus. The default is 512.
69
descrip = "Write IFF or GQ
identity
keys";
198
Export IFF or GQ
identity
group keys to the standard output,
286
signing keys, certificates, and
identity
keys and parameters used in Autokey
320
However, the
identity
keys are probably not compatible with anything
498
while the trusted name is used for the
identity
files.
594
Additional information on trusted groups and
identity
schemes is on the
710
.Ss
Identity
Schemes
714
identity
scheme is vulnerable to a middleman attack
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
1860
// If
Identity
shuffle return that node.
1861
bool
Identity
= true, AllSame = true;
1863
if (MaskVec[i] >= 0 && MaskVec[i] != i)
Identity
= false;
1866
if (
Identity
&& NElts)
2932
// Fast handling of '
identity
' bitcasts.
3766
// Fast handling of '
identity
' bitcasts.
4461
// BUILD_VECTOR of seq extract/insert from the same vector + type is
Identity
.
4519
"Unexpected
identity
source vector for concat of extracts");
Completed in 41 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026