Home
last modified time | relevance | path

Searched defs:K1 (Results 1 – 22 of 22) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DdeepKeysIndexing.js34 K1 extends keyof O, field in Bar
35 K2 extends keys2broken<O, K1>, field in Bar
40 K1 extends keyof O, field in Bar
41 K2 extends keys2working<O, K1>, field in Bar
46 K1 extends keyof O, field in Bar
47 K2 extends keys2workaround<O, K1>, field in Bar
DtypeUsedAsTypeLiteralIndex.js7 const K1 = Symbol(); constant
30 const K1 = Symbol(); constant
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.ts8 const K1 = Symbol(); constant
/third_party/ltp/testcases/kernel/syscalls/write/
Dwrite06.c27 #define K1 1024 macro
/third_party/ltp/testcases/kernel/syscalls/pwrite/
Dpwrite04.c25 #define K1 1024 macro
Dpwrite01.c23 #define K1 1024 macro
/third_party/mbedtls/library/
Dcmac.c114 unsigned char *K1, unsigned char *K2) in cmac_generate_subkeys()
286 unsigned char K1[MBEDTLS_CIPHER_BLKSIZE_MAX]; in mbedtls_cipher_cmac_finish() local
749 unsigned char K1[MBEDTLS_CIPHER_BLKSIZE_MAX]; in cmac_test_subkeys() local
/third_party/ltp/testcases/kernel/syscalls/pread/
Dpread01.c22 #define K1 1024 macro
Dpread02.c23 #define K1 1024 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dxxhash.cpp109 uint64_t const K1 = round(0, endian::read64le(P)); in xxHash64() local
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_sha1.c101 #define K1 0x5a827999 /* 0 <= t <= 19 */ macro
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionReductionStrict.ts54 type K1 = keyof (A & B); // string | number | symbol alias
DintersectionReduction.ts54 type K1 = keyof (A & B); // string | number | symbol alias
/third_party/typescript/tests/cases/conformance/types/members/
DindexSignatures1.ts324 type K1 = keyof Rec1; // Id alias
/third_party/skia/tools/viewer/
DTouchGesture.cpp69 const float K1 = 0.02f; in evaluateMatrix() local
/third_party/openssl/test/
Dmodes_internal_test.c272 static const u8 K1[16], P1[] = { 0 }, A1[] = { 0 }, IV1[12], C1[] = { 0 }; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp7668 const SDValue K1 = DAG.getConstantFP(K1Val, SL, MVT::f32); in lowerFDIV_FAST() local
9042 ConstantSDNode *K1 = dyn_cast<ConstantSDNode>(Op1); in performIntMed3ImmCombine() local
9093 ConstantFPSDNode *K1 = getSplatConstantFP(Op1); in performFPMed3ImmCombine() local
DAMDGPUISelLowering.cpp2591 SDValue K1 = DAG.getConstantFP(BitsToDouble(UINT64_C(0xc1f0000000000000)), SL, in LowerFP64_TO_INT() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp1239 unsigned K1 = getKillRegState(Op1.isKill()); in expandPostRAPseudo() local
/third_party/libffi/testsuite/libffi.bhaible/
Dtestcases.c94 K K1={19,69,12,28}; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp4793 SDValue *K1 = isa<ConstantSDNode>(LHS1) ? &LHS1 : isa<ConstantSDNode>(RHS1) in isSaturatingConditional() local