/third_party/typescript/tests/baselines/reference/ |
D | deepKeysIndexing.js | 34 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
|
D | typeUsedAsTypeLiteralIndex.js | 7 const K1 = Symbol(); constant 30 const K1 = Symbol(); constant
|
D | keyofAndIndexedAccess.js | 390 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/ |
D | typeUsedAsTypeLiteralIndex.ts | 8 const K1 = Symbol(); constant
|
/third_party/ltp/testcases/kernel/syscalls/write/ |
D | write06.c | 27 #define K1 1024 macro
|
/third_party/ltp/testcases/kernel/syscalls/pwrite/ |
D | pwrite04.c | 25 #define K1 1024 macro
|
D | pwrite01.c | 23 #define K1 1024 macro
|
/third_party/mbedtls/library/ |
D | cmac.c | 114 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/ |
D | pread01.c | 22 #define K1 1024 macro
|
D | pread02.c | 23 #define K1 1024 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | xxhash.cpp | 109 uint64_t const K1 = round(0, endian::read64le(P)); in xxHash64() local
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_sha1.c | 101 #define K1 0x5a827999 /* 0 <= t <= 19 */ macro
|
/third_party/typescript/tests/cases/conformance/types/intersection/ |
D | intersectionReductionStrict.ts | 54 type K1 = keyof (A & B); // string | number | symbol alias
|
D | intersectionReduction.ts | 54 type K1 = keyof (A & B); // string | number | symbol alias
|
/third_party/typescript/tests/cases/conformance/types/members/ |
D | indexSignatures1.ts | 324 type K1 = keyof Rec1; // Id alias
|
/third_party/skia/tools/viewer/ |
D | TouchGesture.cpp | 69 const float K1 = 0.02f; in evaluateMatrix() local
|
/third_party/openssl/test/ |
D | modes_internal_test.c | 272 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/ |
D | SIISelLowering.cpp | 7668 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
|
D | AMDGPUISelLowering.cpp | 2591 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/ |
D | HexagonInstrInfo.cpp | 1239 unsigned K1 = getKillRegState(Op1.isKill()); in expandPostRAPseudo() local
|
/third_party/libffi/testsuite/libffi.bhaible/ |
D | testcases.c | 94 K K1={19,69,12,28}; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 4793 SDValue *K1 = isa<ConstantSDNode>(LHS1) ? &LHS1 : isa<ConstantSDNode>(RHS1) in isSaturatingConditional() local
|