Searched defs:ff2 (Results 1 – 8 of 8) sorted by relevance
/third_party/typescript/tests/cases/conformance/types/rest/ |
D | genericRestParameters1.ts | 161 declare var ff2: () => void; variable
|
/third_party/ffmpeg/libavcodec/ |
D | g723_1.c | 1243 int64_t ff2 = f2[i + 1] - f2[i]; in lsp2lpc() local
|
D | lsp.c | 137 int ff2 = f2[i] - f2[i-1]; // (3.22) in ff_acelp_lsp2lpc() local
|
/third_party/typescript/tests/cases/conformance/expressions/typeAssertions/ |
D | constAssertions.ts | 78 function ff2<T extends string, U extends string>(x: T, y: U) { function
|
/third_party/ffmpeg/libavfilter/ |
D | vf_maskedminmax.c | 105 static void maskedmin16(const uint8_t *ssrc, uint8_t *ddst, const uint8_t *ff1, const uint8_t *ff2,… in maskedmin16() 116 static void maskedmax16(const uint8_t *ssrc, uint8_t *ddst, const uint8_t *ff1, const uint8_t *ff2,… in maskedmax16()
|
/third_party/typescript/tests/baselines/reference/ |
D | constAssertions.js | 171 function ff2(x, y) { function
|
D | keyofAndIndexedAccess.js | 1084 function ff2(dd, k1, k2) { function
|
/third_party/typescript/tests/cases/conformance/types/keyof/ |
D | keyofAndIndexedAccess.ts | 643 function ff2<V extends string, T extends string>(dd: DictDict<V, T>, k1: V, k2: T): number { method in Component2
|