/third_party/mbedtls/library/ |
D | ripemd160.c | 134 #define P2( a, b, c, d, e, r, s, rp, sp ) \ in mbedtls_internal_ripemd160_process() macro 146 P2( local.A, local.B, local.C, local.D, local.E, 0, 11, 5, 8 ); in mbedtls_internal_ripemd160_process() 147 P2( local.E, local.A, local.B, local.C, local.D, 1, 14, 14, 9 ); in mbedtls_internal_ripemd160_process() 148 P2( local.D, local.E, local.A, local.B, local.C, 2, 15, 7, 9 ); in mbedtls_internal_ripemd160_process() 149 P2( local.C, local.D, local.E, local.A, local.B, 3, 12, 0, 11 ); in mbedtls_internal_ripemd160_process() 150 P2( local.B, local.C, local.D, local.E, local.A, 4, 5, 9, 13 ); in mbedtls_internal_ripemd160_process() 151 P2( local.A, local.B, local.C, local.D, local.E, 5, 8, 2, 15 ); in mbedtls_internal_ripemd160_process() 152 P2( local.E, local.A, local.B, local.C, local.D, 6, 7, 11, 15 ); in mbedtls_internal_ripemd160_process() 153 P2( local.D, local.E, local.A, local.B, local.C, 7, 9, 4, 5 ); in mbedtls_internal_ripemd160_process() 154 P2( local.C, local.D, local.E, local.A, local.B, 8, 11, 13, 7 ); in mbedtls_internal_ripemd160_process() [all …]
|
/third_party/ltp/testcases/kernel/syscalls/mallinfo/ |
D | mallinfo_common.h | 39 #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f) in print_mallinfo2() macro 40 P2(arena); in print_mallinfo2() 41 P2(ordblks); in print_mallinfo2() 42 P2(smblks); in print_mallinfo2() 43 P2(hblks); in print_mallinfo2() 44 P2(hblkhd); in print_mallinfo2() 45 P2(usmblks); in print_mallinfo2() 46 P2(fsmblks); in print_mallinfo2() 47 P2(uordblks); in print_mallinfo2() 48 P2(fordblks); in print_mallinfo2() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | varianceRepeatedlyPropegatesWithUnreliableFlag.types | 17 type P2<T> = { data: X<T> }; 18 >P2 : P2<T> 22 fn<K extends keyof T>(p1: P1<Pick<T, K>>, p2: P2<Pick<T, K>>): void; 23 >fn : <K extends keyof T>(p1: P1<Pick<T, K>>, p2: P2<Pick<T, K>>) => void 25 >p2 : P2<Pick<T, K>> 33 const p2: P2<A> = null as any; 34 >p2 : P2<A> 41 >i.fn : <K extends "a" | "b">(p1: P1<Pick<A & B, K>>, p2: P2<Pick<A & B, K>>) => void 43 >fn : <K extends "a" | "b">(p1: P1<Pick<A & B, K>>, p2: P2<Pick<A & B, K>>) => void 46 >p2 : P2<A>
|
D | crashIntypeCheckInvocationExpression.types | 5 function doCompile<P0, P1, P2>(fileset: P0, moduleType: P1) { 6 >doCompile : <P0, P1, P2>(fileset: P0, moduleType: P1) => any 13 export var compileServer = task<number, number, any>(<P0, P1, P2>() => { 15 >task<number, number, any>(<P0, P1, P2>() => { var folder = path.join(), fileset = nake.f… 17 …P2>() => { var folder = path.join(), fileset = nake.fileSetSync<number, number, any>(fol… 36 >doCompile : <P0, P1, P2>(fileset: P0, moduleType: P1) => any
|
D | crashIntypeCheckInvocationExpression.symbols | 5 function doCompile<P0, P1, P2>(fileset: P0, moduleType: P1) { 9 >P2 : Symbol(P2, Decl(crashIntypeCheckInvocationExpression.ts, 1, 26)) 18 export var compileServer = task<number, number, any>(<P0, P1, P2>() => { 22 >P2 : Symbol(P2, Decl(crashIntypeCheckInvocationExpression.ts, 5, 61))
|
D | varianceRepeatedlyPropegatesWithUnreliableFlag.symbols | 27 type P2<T> = { data: X<T> }; 28 >P2 : Symbol(P2, Decl(varianceRepeatedlyPropegatesWithUnreliableFlag.ts, 3, 28)) 38 fn<K extends keyof T>(p1: P1<Pick<T, K>>, p2: P2<Pick<T, K>>): void; 48 >P2 : Symbol(P2, Decl(varianceRepeatedlyPropegatesWithUnreliableFlag.ts, 3, 28)) 60 const p2: P2<A> = null as any; 62 >P2 : Symbol(P2, Decl(varianceRepeatedlyPropegatesWithUnreliableFlag.ts, 3, 28))
|
D | varianceRepeatedlyPropegatesWithUnreliableFlag.js | 6 type P2<T> = { data: X<T> }; 9 fn<K extends keyof T>(p1: P1<Pick<T, K>>, p2: P2<Pick<T, K>>): void; 13 const p2: P2<A> = null as any;
|
D | templateLiteralTypes1.types | 263 … P1 extends keyof T[P0] & string, P2 extends keyof T[P0][P1] & string>(obj: T, path: `${P0}.${P1}.… 264 … P1 extends keyof T[P0] & string, P2 extends keyof T[P0][P1] & string>(obj: T, path: `${P0}.${P1}.… 266 >path : `${P0}.${P1}.${P2}` 269 … P1 extends keyof T[P0] & string, P2 extends keyof T[P0][P1] & string>(obj: T, path: `${P0}.${P1}.… 274 … P1 extends keyof T[P0] & string, P2 extends keyof T[P0][P1] & string>(obj: T, path: `${P0}.${P1}.… 279 … P1 extends keyof T[P0] & string, P2 extends keyof T[P0][P1] & string>(obj: T, path: `${P0}.${P1}.… 286 … P1 extends keyof T[P0] & string, P2 extends keyof T[P0][P1] & string>(obj: T, path: `${P0}.${P1}.… 302 … P1 extends keyof T[P0] & string, P2 extends keyof T[P0][P1] & string>(obj: T, path: `${P0}.${P1}.… 318 … P1 extends keyof T[P0] & string, P2 extends keyof T[P0][P1] & string>(obj: T, path: `${P0}.${P1}.…
|
D | crashIntypeCheckObjectCreationExpression.symbols | 5 public injectRequestService<P0, P1, P2>(service: P0) { 9 >P2 : Symbol(P2, Decl(crashIntypeCheckObjectCreationExpression.ts, 1, 39))
|
D | tsxTypeArgumentResolution.symbols | 97 declare class MyComp2<P extends { a: string }, P2 = {}> extends React.Component<P & P2, {}> { 101 >P2 : Symbol(P2, Decl(file.tsx, 31, 46)) 106 >P2 : Symbol(P2, Decl(file.tsx, 31, 46)) 108 internalProp: [P, P2]; 111 >P2 : Symbol(P2, Decl(file.tsx, 31, 46))
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 4454 template <class R, class P1, class P2, R F(P1, P2), class I> 4458 static R Call(P1 p1, P2 p2) { return F(p1, p2); } 4461 template <class R, class P1, class P2, class P3, R F(P1, P2, P3), class I> 4465 static R Call(P1 p1, P2 p2, P3 p3) { return F(p1, p2, p3); } 4468 template <class R, class P1, class P2, class P3, class P4, R F(P1, P2, P3, P4), 4473 static R Call(P1 p1, P2 p2, P3 p3, P4 p4) { return F(p1, p2, p3, p4); } 4476 template <class R, class P1, class P2, class P3, class P4, class P5, 4477 R F(P1, P2, P3, P4, P5), class I> 4481 static R Call(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) { 4502 template <class R, class P1, class P2, R F(P1, P2), class I> [all …]
|
/third_party/libffi/src/bfin/ |
D | sysv.S | 116 P2 = [FP-20]; define 123 R0 = [P2+.rettable@GOT17M4]; 125 P2 = R0; define 126 R1 = [P2]; 128 P2 = [FP+-20]; define 129 R0 = [P2+.rettable@GOT17M4]; 131 P2 = R0; define 134 jump (P2);
|
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCCCoverageProcessor.h | 59 void set(const Sk2f& P0, const Sk2f& P1, const Sk2f& P2, const Sk2f& translate, Ordering); 72 void setW(const Sk2f& P0, const Sk2f& P1, const Sk2f& P2, const Sk2f& trans, float w); 255 Sk2f P2 = Sk2f::Load(&p2); in set() local 256 this->set(P0, P1, P2, translate, ordering); in set() 260 const Sk2f& P0, const Sk2f& P1, const Sk2f& P2, const Sk2f& translate, Ordering ordering) { in set() argument 262 Sk2f::Store3(fValues, P0 + translate, P1 + translate, P2 + translate); in set() 266 (P2 + translate).store(fValues + 4); in set() 287 Sk2f P2 = Sk2f::Load(&p2); in setW() local 288 this->setW(P0, P1, P2, trans, w); in setW() 292 const Sk2f& P2, const Sk2f& trans, in setW() argument [all …]
|
/third_party/jerryscript/tests/jerry/ |
D | function-prototype-bind.js | 67 var P2 = P1.bind(null); variable 68 var _p2 = new P2(); 72 _p2 = new P2(12, 60); 76 _p2 = new P2({}, 12); 81 assert (_p2 instanceof P2); 83 var P3 = P2.bind({}, 5); 89 assert (_p3 instanceof P2);
|
/third_party/glslang/Test/ |
D | spv.shaderImageFootprint.frag | 6 layout (location = 0) in vec2 P2; 40 ret2D = textureFootprintNV(sample2D, P2, granularity, true, fp2D); 47 ret2D = textureFootprintNV(sample2D, P2, granularity, true, fp2D, bias); 54 ret2D = textureFootprintClampNV(sample2D, P2, lodClamp, granularity, true, fp2D); 61 ret2D = textureFootprintClampNV(sample2D, P2, lodClamp, granularity, true, fp2D, bias); 68 ret2D = textureFootprintLodNV(sample2D, P2, lod, granularity, true, fp2D); 75 ret2D = textureFootprintGradNV(sample2D, P2, dx, dy, granularity, true, fp2D); 82 ret2D = textureFootprintGradClampNV(sample2D, P2, dx, dy, lodClamp, granularity, true, fp2D);
|
/third_party/typescript/tests/cases/compiler/ |
D | varianceRepeatedlyPropegatesWithUnreliableFlag.ts | 5 type P2<T> = { data: X<T> }; alias 8 fn<K extends keyof T>(p1: P1<Pick<T, K>>, p2: P2<Pick<T, K>>): void; 12 const p2: P2<A> = null as any;
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | lossless_enc_mips32.c | 301 #define ADD_TO_OUT(A, B, C, D, E, P0, P1, P2) \ argument 318 "usw %[temp4], " #A "(%[" #P2 "]) \n\t" \ 319 "usw %[temp5], " #B "(%[" #P2 "]) \n\t" \ 320 "usw %[temp6], " #C "(%[" #P2 "]) \n\t" \ 321 "usw %[temp7], " #D "(%[" #P2 "]) \n\t" \ 322 "addiu %[" #P2 "], %[" #P2 "], 16 \n\t" \
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | lossless_enc_mips32.c | 301 #define ADD_TO_OUT(A, B, C, D, E, P0, P1, P2) \ argument 318 "usw %[temp4], " #A "(%[" #P2 "]) \n\t" \ 319 "usw %[temp5], " #B "(%[" #P2 "]) \n\t" \ 320 "usw %[temp6], " #C "(%[" #P2 "]) \n\t" \ 321 "usw %[temp7], " #D "(%[" #P2 "]) \n\t" \ 322 "addiu %[" #P2 "], %[" #P2 "], 16 \n\t" \
|
/third_party/musl/src/math/ |
D | exp2l.c | 42 P2 = 0x1.ebfbdff82c58fp-3, variable 249 r = t_lo + (t_hi + t_lo) * z * (P1 + z * (P2 + z * (P3 + z * (P4 in exp2l() 260 P2 = 0x1.ebfbdff82c58ea86f16b06ec9736p-3L, variable 614 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + z * (P6 in exp2l()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | exp2l.c | 42 P2 = 0x1.ebfbdff82c58fp-3, variable 249 r = t_lo + (t_hi + t_lo) * z * (P1 + z * (P2 + z * (P3 + z * (P4 in exp2l() 260 P2 = 0x1.ebfbdff82c58ea86f16b06ec9736p-3L, variable 614 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + z * (P6 in exp2l()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CmpInstAnalysis.cpp | 60 bool llvm::predicatesFoldable(ICmpInst::Predicate P1, ICmpInst::Predicate P2) { in predicatesFoldable() argument 61 return (CmpInst::isSigned(P1) == CmpInst::isSigned(P2)) || in predicatesFoldable() 62 (CmpInst::isSigned(P1) && ICmpInst::isEquality(P2)) || in predicatesFoldable() 63 (CmpInst::isSigned(P2) && ICmpInst::isEquality(P1)); in predicatesFoldable()
|
/third_party/flutter/skia/third_party/externals/freetype/docs/ |
D | raster.txt | 115 P(t) = (1-t)^2*P1 + 2*t*(1-t)*P2 + t^2*P3 117 (P1 and P3 are the end points, P2 the control point.) 121 P(t) = (1-t)^3*P1 + 3*t*(1-t)^2*P2 + 3*t^2*(1-t)*P3 + t^3*P4 123 (P1 and P4 are the end points, P2 and P3 the control points.) 272 P2 1 2 354 P2 For instance, this triangle has only 357 | \ P2.y as a vertical maximum 368 scanlines. The triangle's height is certainly (P3.y-P2.y+1) 381 P2 399 P1.y <= P2.y <= P3.y for an ever-ascending arc [all …]
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | raster.txt | 115 P(t) = (1-t)^2*P1 + 2*t*(1-t)*P2 + t^2*P3 117 (P1 and P3 are the end points, P2 the control point.) 121 P(t) = (1-t)^3*P1 + 3*t*(1-t)^2*P2 + 3*t^2*(1-t)*P3 + t^3*P4 123 (P1 and P4 are the end points, P2 and P3 the control points.) 272 P2 1 2 354 P2 For instance, this triangle has only 357 | \ P2.y as a vertical maximum 368 scanlines. The triangle's height is certainly (P3.y-P2.y+1) 381 P2 399 P1.y <= P2.y <= P3.y for an ever-ascending arc [all …]
|
/third_party/freetype/docs/ |
D | raster.txt | 115 P(t) = (1-t)^2*P1 + 2*t*(1-t)*P2 + t^2*P3 117 (P1 and P3 are the end points, P2 the control point.) 121 P(t) = (1-t)^3*P1 + 3*t*(1-t)^2*P2 + 3*t^2*(1-t)*P3 + t^3*P4 123 (P1 and P4 are the end points, P2 and P3 the control points.) 272 P2 1 2 354 P2 For instance, this triangle has only 357 | \ P2.y as a vertical maximum 368 scanlines. The triangle's height is certainly (P3.y-P2.y+1) 381 P2 399 P1.y <= P2.y <= P3.y for an ever-ascending arc [all …]
|
/third_party/jerryscript/jerry-libm/ |
D | exp.c | 115 #define P2 -2.77777777770155933842e-03 /* 0xBF66C16C, 0x16BEBD93 */ macro 189 c = x - t * (P1 + t * (P2 + t * (P3 + t * (P4 + t * P5)))); in exp() 217 #undef P2
|