Home
last modified time | relevance | path

Searched defs:RK (Results 1 – 12 of 12) sorted by relevance

/third_party/mbedtls/library/
Dcamellia.c297 uint32_t *RK; in mbedtls_camellia_setkey_enc() local
410 uint32_t *RK; in mbedtls_camellia_setkey_dec() local
459 uint32_t *RK, X[4]; in mbedtls_camellia_crypt_ecb() local
Daes.c579 uint32_t *RK; in mbedtls_aes_setkey_enc() local
695 uint32_t *RK; in mbedtls_aes_setkey_dec() local
888 uint32_t *RK = ctx->buf + ctx->rk_offset; in mbedtls_internal_aes_encrypt() local
950 uint32_t *RK = ctx->buf + ctx->rk_offset; in mbedtls_internal_aes_decrypt() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DCVSymbolVisitor.cpp23 SymbolRecordKind RK = static_cast<SymbolRecordKind>(Record.kind()); in visitKnownRecord() local
DCVTypeVisitor.cpp25 TypeRecordKind RK = static_cast<TypeRecordKind>(Record.kind()); in visitKnownRecord() local
35 TypeRecordKind RK = static_cast<TypeRecordKind>(Record.Kind); in visitKnownMember() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DJSONBackend.cpp187 void EmitJSON(RecordKeeper &RK, raw_ostream &OS) { JSONEmitter(RK).run(OS); } in EmitJSON()
DRecord.cpp2376 raw_ostream &llvm::operator<<(raw_ostream &OS, const RecordKeeper &RK) { in operator <<()
/third_party/openssl/crypto/aria/
Daria.c345 #define ARIA_ADD_ROUND_KEY(RK, T0, T1, T2, T3) \ argument
442 #define _ARIA_GSRK(RK, X, Y, Q, R) \ argument
462 #define ARIA_GSRK(RK, X, Y, N) _ARIA_GSRK(RK, X, Y, 4 - ((N) / 32), (N) % 32) argument
/third_party/node/deps/openssl/openssl/crypto/aria/
Daria.c345 #define ARIA_ADD_ROUND_KEY(RK, T0, T1, T2, T3) \ argument
442 #define _ARIA_GSRK(RK, X, Y, Q, R) \ argument
462 #define ARIA_GSRK(RK, X, Y, N) _ARIA_GSRK(RK, X, Y, 4 - ((N) / 32), (N) % 32) argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp755 RecurrenceDescriptor::MinMaxRecurrenceKind RK, in createMinMaxOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3689 RecurrenceDescriptor::RecurrenceKind RK = RdxDesc.getRecurrenceKind(); in fixReduction() local
3889 RecurrenceDescriptor::RecurrenceKind RK = RdxDesc.getRecurrenceKind(); in clearReductionWrapFlags() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h523 ReferenceKind RK; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp1041 RegKind RK; in isSVEVectorReg() local