Home
last modified time | relevance | path

Searched defs:f14 (Results 1 – 25 of 56) sorted by relevance

123

/third_party/openh264/codec/encoder/core/mips/
Ddct_mmi.c43 #define MMI_Load4x8p(r0, f0, f2, f4, f6, f8, f10, f12, f14, f16, f18) \ argument
51 #define MMI_SumSubDiv2(f0, f2, f4, f6, f8, f10, f12, f14, f16) \ argument
63 #define MMI_IDCT(f0, f2, f4, f6, f8, f10, f12, f14, f16, f18, f20, f22, f24, f26, f28) \ argument
69 #define MMI_StoreDiff8p_6(f0, f2, f4, f6, f8, f12, r0, r1, f14) \ argument
95 #define MMI_Load8DC(f0, f2, f4, f6, f8, f10, f12, f14, f16, r0, offset, f20) \ argument
148 #define MMI_SumSubDiv2D(f0, f2, f4, f6, f8, f10, f12, f14, f_val_1) \ argument
160 #define MMI_Trans4x4W(f0, f2, f4, f6, f8, f10, f12, f14, f16, f18) \ argument
178 #define MMI_DCT(f0, f2, f4, f6, f8, f10, f12, f14, f16, f18, f20, f22) \ argument
184 #define MMI_Store4x8p(r0, f0, f2, f4, f6, f8, f10, f12, f14, f16, f18) \ argument
/third_party/jerryscript/tests/jerry/fail/
Dregression-test-issue-3140.js16 function f14(v33, v34) { function
/third_party/typescript/tests/cases/conformance/expressions/objectLiterals/
DobjectLiteralErrors.ts37 var f14 = { 0: 0, get 0x0() { return 0; } }; variable
38 var f14 = { 0: 0, get 000() { return 0; } }; variable
/third_party/typescript/tests/cases/compiler/
DnoImplicitAnyParametersInBareFunctions.ts45 var f14 = (x, ...r) => ""; variable
DnoImplicitAnyParametersInInterface.ts51 f14: (x, ...r) => string; property
DcontrolFlowArrays.ts141 function f14() { function
DfunctionsMissingReturnStatementsAndExpressions.ts67 function f14(): number { function
DcontextuallyTypedParametersWithInitializers.ts14 const f14 = id4(function ({ foo = 42 }) { return foo }); constant
/third_party/typescript/tests/baselines/reference/
DcovariantCallbacks.js68 function f14(a: AList4, b: BList4) { function
DcontrolFlowArrays.js139 function f14() { function
DnumericLiteralTypes1.js106 function f14(x: 0 | 1 | 2, y: string) { function
DasyncAwait_es2017.js42 async function f14() { function
/third_party/typescript/tests/cases/conformance/es6/destructuring/
DdeclarationsAndAssignments.ts99 function f14([a = 1, [b = "hello", { x, y: c = false }]]) { function
/third_party/typescript/tests/cases/conformance/functions/
DstrictBindCallApply1.ts44 let f14 = c.foo.bind(undefined); // Error variable
/third_party/typescript/tests/cases/conformance/types/literal/
DnumericLiteralTypes1.ts105 function f14(x: 0 | 1 | 2, y: string) { function
DnumericLiteralTypes2.ts107 function f14(x: 0 | 1 | 2, y: string) { function
/third_party/typescript/tests/cases/conformance/es6/arrowFunction/
DdisallowLineTerminatorBeforeArrow.ts41 var f14 = () /* */ => {} variable
/third_party/typescript/tests/cases/conformance/parser/ecmascript2018/asyncGenerators/
Dparser.asyncGenerators.functionDeclarations.es2018.ts55 async function * f14() { generator
Dparser.asyncGenerators.functionExpressions.es2018.ts55 const f14 = async function * () { constant
/third_party/typescript/tests/cases/conformance/async/es6/
DasyncAwait_es6.ts42 async function f14() { function
/third_party/typescript/tests/cases/conformance/async/es5/
DasyncAwait_es5.ts43 async function f14() { function
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/
DcovariantCallbacks.ts70 function f14(a: AList4, b: BList4) { function
/third_party/typescript/tests/cases/conformance/async/es2017/
DasyncAwait_es2017.ts42 async function f14() { function
/third_party/typescript/tests/cases/conformance/types/union/
DdiscriminatedUnionTypes2.ts32 function f14<T>(x: { a: 0; b: string } | { a: T, c: number }) { function
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DsubtypesOfTypeParameterWithConstraints2.ts105 function f14<T extends C1>(x: T) { function

123