OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FK
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Support/
SymbolRemappingReader.cpp
49
using
FK
= ItaniumManglingCanonicalizer::FragmentKind;
50
Optional<
FK
> FragmentKind = StringSwitch<Optional<
FK
>>(Parts[0])
51
.Case("name",
FK
::Name)
52
.Case("type",
FK
::Type)
53
.Case("encoding",
FK
::Encoding)
/src/crypto/external/apache2/openssl/lib/libcrypto/arch/riscv64/
sm4-riscv64-zvksed.S
13
# Load the
FK
.
14
la t0,
FK
58
# Load the
FK
.
59
la t0,
FK
187
FK
:
189
.size
FK
,.-
FK
/src/crypto/external/apache2/openssl/dist/crypto/sm4/asm/
sm4-riscv64-zvksed.pl
67
my ($ukey,$keys,$
fk
)=("a0","a1","t0");
80
# Load the
FK
.
81
la $
fk
,
FK
82
@{[vle32_v $vfk, $
fk
]}
123
my ($ukey,$keys,$
fk
,$stride)=("a0","a1","t0","t1");
136
# Load the
FK
.
137
la $
fk
,
FK
138
@{[vle32_v $vfk, $
fk
]}
[
all
...]
/src/crypto/external/bsd/openssl/dist/crypto/sm4/
sm4.c
137
static const uint32_t
FK
[4] =
157
K[0] = load_u32_be(key, 0) ^
FK
[0];
158
K[1] = load_u32_be(key, 1) ^
FK
[1];
159
K[2] = load_u32_be(key, 2) ^
FK
[2];
160
K[3] = load_u32_be(key, 3) ^
FK
[3];
/src/crypto/external/bsd/openssl.old/dist/crypto/sm4/
sm4.c
137
static const uint32_t
FK
[4] =
157
K[0] = load_u32_be(key, 0) ^
FK
[0];
158
K[1] = load_u32_be(key, 1) ^
FK
[1];
159
K[2] = load_u32_be(key, 2) ^
FK
[2];
160
K[3] = load_u32_be(key, 3) ^
FK
[3];
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ImplicitNullChecks.cpp
724
FaultMaps::FaultKind
FK
;
726
FK
=
729
FK
= FaultMaps::FaultingStore;
732
.addImm(
FK
)
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGNonTrivialStruct.cpp
183
void visitArray(FieldKind
FK
, const ArrayType *AT, bool IsVolatile,
187
if (!
FK
)
201
asDerived().visitWithKind(
FK
, EltTy, nullptr, FieldOffset);
345
void visitArray(FieldKind
FK
, const ArrayType *AT, bool IsVolatile,
349
if (!
FK
)
407
this->asDerived().visitWithKind(
FK
, EltQT, nullptr, CharUnits::Zero(),
654
void visitArray(FieldKind
FK
, const ArrayType *AT, bool IsVolatile,
657
if (!
FK
)
665
GenFuncBaseTy::visitArray(
FK
, AT, IsVolatile, FD, CurStructOffset, Addrs);
/src/crypto/external/apache2/openssl/dist/crypto/sm4/
sm4.c
284
static const uint32_t
FK
[4] = {
305
K[0] = load_u32_be(key, 0) ^
FK
[0];
306
K[1] = load_u32_be(key, 1) ^
FK
[1];
307
K[2] = load_u32_be(key, 2) ^
FK
[2];
308
K[3] = load_u32_be(key, 3) ^
FK
[3];
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp
1060
FaultMaps::FaultKind
FK
=
1070
assert(
FK
< FaultMaps::FaultKindMax && "Invalid Faulting Kind!");
1071
FM.recordFaultingOp(
FK
, FaultingLabel, HandlerLabel);
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86MCInstLower.cpp
1284
FaultMaps::FaultKind
FK
=
1294
assert(
FK
< FaultMaps::FaultKindMax && "Invalid Faulting Kind!");
1295
FM.recordFaultingOp(
FK
, FaultingLabel, HandlerLabel);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaInit.cpp
4889
InitializationSequence::FailureKind
FK
;
4893
FK
= InitializationSequence::
4896
FK
= InitializationSequence::
4899
FK
= InitializationSequence::
4905
FK
= InitializationSequence::FK_ReferenceInitDropsQualifiers;
4908
FK
= InitializationSequence::
4912
Sequence.SetFailed(
FK
);
SemaChecking.cpp
8393
if (MemberKind *
FK
= dyn_cast<MemberKind>(decl))
8394
Results.insert(
FK
);
Completed in 112 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026