| /third_party/opencl-headers/tests/ |
| D | test_headers.c | 29 cl_char8 a8 = {{ 0, 1, 2, 3, 4, 5, 6, 7 }}; in test_char() local 89 cl_uchar8 a8 = {{ 0, 1, 2, 3, 4, 5, 6, 7 }}; in test_uchar() local 149 cl_short8 a8 = {{ 0, 1, 2, 3, 4, 5, 6, 7 }}; in test_short() local 209 cl_ushort8 a8 = {{ 0, 1, 2, 3, 4, 5, 6, 7 }}; in test_ushort() local 269 cl_int8 a8 = {{ 0, 1, 2, 3, 4, 5, 6, 7 }}; in test_int() local 329 cl_uint8 a8 = {{ 0, 1, 2, 3, 4, 5, 6, 7 }}; in test_uint() local 389 cl_long8 a8 = {{ 0, 1, 2, 3, 4, 5, 6, 7 }}; in test_long() local 449 cl_ulong8 a8 = {{ 0, 1, 2, 3, 4, 5, 6, 7 }}; in test_ulong() local 509 cl_float8 a8 = {{ 0.0f, 1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f, 7.0f }}; in test_float() local 571 cl_double8 a8 = {{ 0.0f, 1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f, 7.0f }}; in test_double() local
|
| /third_party/ffmpeg/libavfilter/ |
| D | vf_removegrain.c | 68 static int mode01(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) in mode01() 83 static int mode02(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) in mode02() 92 static int mode03(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) in mode03() 101 static int mode04(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) in mode04() 110 static int mode05(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) in mode05() 133 static int mode06(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) in mode06() 165 static int mode07(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) in mode07() 197 static int mode08(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) in mode08() 229 static int mode09(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) in mode09() 251 static int mode10(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) in mode10() [all …]
|
| /third_party/skia/src/opts/ |
| D | Sk4px_NEON.h | 38 uint8x16_t a8 = vdupq_n_u8(0); // ____ ____ ____ ____ in Load4Alphas() local 48 uint8x16_t a8 = vdupq_n_u8(0); // ____ ____ ____ ____ in Load2Alphas() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
| D | transform_args.h | 84 #define ABSL_INTERNAL_TRANSFORM_ARGS9(m, a0, a1, a2, a3, a4, a5, a6, a7, a8) \ argument 87 #define ABSL_INTERNAL_TRANSFORM_ARGS10(m, a0, a1, a2, a3, a4, a5, a6, a7, a8, \ argument 91 #define ABSL_INTERNAL_TRANSFORM_ARGS11(m, a0, a1, a2, a3, a4, a5, a6, a7, a8, \ argument 95 #define ABSL_INTERNAL_TRANSFORM_ARGS12(m, a0, a1, a2, a3, a4, a5, a6, a7, a8, \ argument 100 #define ABSL_INTERNAL_TRANSFORM_ARGS13(m, a0, a1, a2, a3, a4, a5, a6, a7, a8, \ argument 105 #define ABSL_INTERNAL_TRANSFORM_ARGS14(m, a0, a1, a2, a3, a4, a5, a6, a7, a8, \ argument 110 #define ABSL_INTERNAL_TRANSFORM_ARGS15(m, a0, a1, a2, a3, a4, a5, a6, a7, a8, \ argument 115 #define ABSL_INTERNAL_TRANSFORM_ARGS16(m, a0, a1, a2, a3, a4, a5, a6, a7, a8, \ argument 120 #define ABSL_INTERNAL_TRANSFORM_ARGS17(m, a0, a1, a2, a3, a4, a5, a6, a7, a8, \ argument 125 #define ABSL_INTERNAL_TRANSFORM_ARGS18(m, a0, a1, a2, a3, a4, a5, a6, a7, a8, \ argument [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | invalidTaggedTemplateEscapeSequences(target=esnext).js | 19 const a8 = tag`${ 100 }\u{` // \\u{ constant 44 const a8 = tag `${100}\u{`; // \\u{ constant
|
| D | invalidTaggedTemplateEscapeSequences(target=es5).js | 19 const a8 = tag`${ 100 }\u{` // \\u{ constant 52 var a8 = tag(__makeTemplateObject(["", void 0], ["", "\\u{"]), 100); // \\u{ variable
|
| D | invalidTaggedTemplateEscapeSequences(target=es2015).js | 19 const a8 = tag`${ 100 }\u{` // \\u{ constant 48 const a8 = tag(__makeTemplateObject(["", void 0], ["", "\\u{"]), 100); // \\u{ constant
|
| D | excessivelyLargeTupleSpread.js | 33 const a8 = [...a7, ...a7] as const; variable
|
| D | readonlyTupleAndArrayElaboration.js | 49 const a8: boolean[] = a7; constant 105 var a8 = a7; variable
|
| D | nestedBlockScopedBindings2.js | 100 function a8() { function
|
| D | declarationEmitDestructuringArrayPattern4.js | 16 var _c = [1, 2, 3], x16 = _c[0], y16 = _c[1], z16 = _c[2], a8 = _c.slice(3); variable
|
| D | instantiationExpressionErrors.js | 19 const a8 = f<number><number>; // Relational operator error constant 120 var a8 = f < number > ; // Relational operator error variable
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/ |
| D | constructSignatureAssignabilityInInheritance5.ts | 18 a8: new (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived; property 41 …a8: new <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: T) => U) => (r: T) => U; /… property
|
| D | callSignatureAssignabilityInInheritance5.ts | 18 a8: (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived; property 41 … a8: <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: T) => U) => (r: T) => U; // ok method
|
| D | constructSignatureAssignabilityInInheritance2.ts | 17 a8: new (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived; property 58 …a8: new <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: T) => U) => (r: T) => U; /… property
|
| D | callSignatureAssignabilityInInheritance2.ts | 17 a8: (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived; property 58 … a8: <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: T) => U) => (r: T) => U; // ok method
|
| D | callSignatureAssignabilityInInheritance3.ts | 15 a8: (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived; property 61 …a8: <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: { foo: number; }) => U) => (r:… method
|
| D | constructSignatureAssignabilityInInheritance3.ts | 15 a8: new (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived; property 51 …a8: new <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: { foo: number; }) => U) =>… property
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/ |
| D | subtypingWithConstructSignatures5.ts | 18 a8: new (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived; property 41 …a8: new <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: T) => U) => (r: T) => U; /… property
|
| /third_party/typescript/tests/cases/compiler/ |
| D | nestedBlockScopedBindings2.ts | 99 function a8() { function
|
| /third_party/typescript/tests/cases/conformance/expressions/nullishCoalescingOperator/ |
| D | nullishCoalescingOperator2.ts | 10 declare const a8: never | null constant
|
| D | nullishCoalescingOperator_not_strict.ts | 10 declare const a8: never | null constant
|
| /third_party/typescript/tests/cases/conformance/es2018/ |
| D | invalidTaggedTemplateEscapeSequences.ts | 20 const a8 = tag`${ 100 }\u{` // \\u{ constant
|
| /third_party/typescript/tests/arkTSTest/testcase/arkts-sendable-generic-types/ |
| D | arkts-sendable-generic-types.ts | 29 let a8 = new A1<T>(); variable
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| D | substitute.h | 338 const substitute_internal::Arg& a8) { in SubstituteAndAppend() 352 const substitute_internal::Arg& a8, const substitute_internal::Arg& a9) { in SubstituteAndAppend() 581 const substitute_internal::Arg& a7, const substitute_internal::Arg& a8) { in Substitute() 592 const substitute_internal::Arg& a7, const substitute_internal::Arg& a8, in Substitute()
|