Home
last modified time | relevance | path

Searched defs:a7 (Results 1 – 25 of 99) sorted by relevance

1234

/third_party/ffmpeg/libavfilter/
Dvf_removegrain.c68 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/typescript/tests/baselines/reference/
DtupleLengthCheck.js12 const a7 = rest[1000] constant
22 var a7 = rest[1000]; variable
DinvalidTaggedTemplateEscapeSequences(target=esnext).js18 const a7 = tag`${ 100 }\u0000` // \u0000 constant
43 const a7 = tag `${100}\u0000`; // \u0000 constant
DunionTypeInference.js14 const a7 = f1("hello", 1); // Error constant
88 const a7 = f1("hello", 1); // Error constant
DinvalidTaggedTemplateEscapeSequences(target=es5).js18 const a7 = tag`${ 100 }\u0000` // \u0000 constant
51 var a7 = tag(__makeTemplateObject(["", "\0"], ["", "\\u0000"]), 100); // \u0000 variable
DinvalidTaggedTemplateEscapeSequences(target=es2015).js18 const a7 = tag`${ 100 }\u0000` // \u0000 constant
47 const a7 = tag `${100}\u0000`; // \u0000 constant
DparserRegularExpressionDivideAmbiguity6.js2 function c255lsqr8h(a7, a6, a5, a4, a3, a2, a1, a0) { argument
DexcessivelyLargeTupleSpread.js32 const a7 = [...a6, ...a6] as const; variable
DreadonlyTupleAndArrayElaboration.js48 const a7: number[] = [1]; variable
104 var a7 = [1]; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
Dtransform_args.h81 #define ABSL_INTERNAL_TRANSFORM_ARGS8(m, a0, a1, a2, a3, a4, a5, a6, a7) \ argument
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
[all …]
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/
DcallSignatureAssignabilityInInheritance5.ts17 a7: (x: (arg: Base) => Derived) => (r: Base) => Derived; property
40 a7: <T extends Base, U extends Derived>(x: (arg: T) => U) => (r: T) => U; // ok method
DconstructSignatureAssignabilityInInheritance5.ts17 a7: new (x: (arg: Base) => Derived) => (r: Base) => Derived; property
40 a7: new <T extends Base, U extends Derived>(x: (arg: T) => U) => (r: T) => U; // ok property
DcallSignatureAssignabilityInInheritance2.ts16 a7: (x: (arg: Base) => Derived) => (r: Base) => Derived; property
57 a7: <T extends Base, U extends Derived>(x: (arg: T) => U) => (r: T) => U; // ok method
DconstructSignatureAssignabilityInInheritance2.ts16 a7: new (x: (arg: Base) => Derived) => (r: Base) => Derived; property
57 a7: new <T extends Base, U extends Derived>(x: (arg: T) => U) => (r: T) => U; // ok property
DcallSignatureAssignabilityInInheritance3.ts14 a7: (x: (arg: Base) => Derived) => (r: Base) => Derived2; property
57a7: <T extends Base, U extends Derived, V extends Derived2>(x: (arg: T) => U) => (r: T) => V; method
DconstructSignatureAssignabilityInInheritance3.ts14 a7: new (x: (arg: Base) => Derived) => (r: Base) => Derived2; property
47a7: new <T extends Base, U extends Derived, V extends Derived2>(x: (arg: T) => U) => (r: T) => V; property
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DsubtypingWithConstructSignatures5.ts17 a7: new (x: (arg: Base) => Derived) => (r: Base) => Derived; property
40 a7: new <T extends Base, U extends Derived>(x: (arg: T) => U) => (r: T) => U; // ok property
/third_party/ffmpeg/libavcodec/mips/
Dwmv2dsp_mmi.c40 int a0, a1, a2, a3, a4, a5, a6, a7; in wmv2_idct_row_mmi() local
70 int a0, a1, a2, a3, a4, a5, a6, a7; in wmv2_idct_col_mmi() local
/third_party/typescript/tests/cases/conformance/es6/destructuring/
DdestructuringParameterDeclaration6.ts12 function a7(...a: string) { } function
/third_party/typescript/tests/cases/compiler/
DnestedBlockScopedBindings2.ts85 function a7() { function
DnestedBlockScopedBindings6.ts77 function a7() { function
/third_party/typescript/tests/cases/conformance/types/tuple/
DtupleLengthCheck.ts11 const a7 = rest[1000] constant
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dsubstitute.h324 const substitute_internal::Arg& a6, const substitute_internal::Arg& a7) { in SubstituteAndAppend()
337 const substitute_internal::Arg& a6, const substitute_internal::Arg& a7, in SubstituteAndAppend()
351 const substitute_internal::Arg& a6, const substitute_internal::Arg& a7, in SubstituteAndAppend()
570 const substitute_internal::Arg& a7) { in Substitute()
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()
/third_party/typescript/tests/cases/conformance/expressions/nullishCoalescingOperator/
DnullishCoalescingOperator_not_strict.ts9 declare const a7: unknown | null constant
DnullishCoalescingOperator2.ts9 declare const a7: unknown | null constant

1234