Home
last modified time | relevance | path

Searched defs:K2 (Results 1 – 17 of 17) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DdeepKeysIndexing.js35 K2 extends keys2broken<O, K1>, field in Bar
41 K2 extends keys2working<O, K1>, field in Bar
47 K2 extends keys2workaround<O, K1>, field in Bar
Dqualify.js96 (function (K2) { argument
DkeyofAndIndexedAccess.js390 const assignTo2 = <T, K1 extends keyof T, K2 extends keyof T[K1]>(object: T, key1: K1, key2: K2) => constant
/third_party/typescript/tests/cases/compiler/
DtypeUsedAsTypeLiteralIndex.ts13 type K2 = "x" | "y"; alias
/third_party/ltp/testcases/kernel/syscalls/write/
Dwrite06.c28 #define K2 (K1 * 2) macro
/third_party/ltp/testcases/kernel/syscalls/pwrite/
Dpwrite04.c26 #define K2 (K1 * 2) macro
Dpwrite01.c24 #define K2 (K1 * 2) macro
/third_party/mbedtls/library/
Dcmac.c114 unsigned char *K1, unsigned char *K2) in cmac_generate_subkeys()
287 unsigned char K2[MBEDTLS_CIPHER_BLKSIZE_MAX]; in mbedtls_cipher_cmac_finish() local
750 unsigned char K2[MBEDTLS_CIPHER_BLKSIZE_MAX]; in cmac_test_subkeys() local
/third_party/ltp/testcases/kernel/syscalls/pread/
Dpread01.c23 #define K2 (K1 * 2) macro
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_sha1.c102 #define K2 0x6ed9eba1 /* 20 <= t <= 39 */ macro
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionReductionStrict.ts55 type K2 = keyof A | keyof B; // 'kind' | 'foo' alias
DintersectionReduction.ts55 type K2 = keyof A | keyof B; // 'kind' | 'foo' alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCSerialization.h655 static Error serialize(ChannelT &C, const std::map<K2, V2> &M) { in serialize()
672 static Error deserialize(ChannelT &C, std::map<K2, V2> &M) { in deserialize()
/third_party/typescript/tests/cases/conformance/types/members/
DindexSignatures1.ts325 type K2 = keyof Rec2; // Id alias
/third_party/openssl/test/
Dmodes_internal_test.c279 # define K2 K1 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp1240 unsigned K2 = getKillRegState(Op2.isKill()); in expandPostRAPseudo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp4796 SDValue *K2 = isa<ConstantSDNode>(LHS2) ? &LHS2 : isa<ConstantSDNode>(RHS2) in isSaturatingConditional() local