Home
last modified time | relevance | path

Searched refs:p34 (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp56.c119 int p02, p34, p0234, p17, p56, p89, p5689, p156789; in vp56_parse_mb_type_models() local
128 p34 = p[3] + p[4]; in vp56_parse_mb_type_models()
129 p0234 = p02 + p34; in vp56_parse_mb_type_models()
140 model->mb_type[ctx][type][5] = 1 + 255 * p[3] / (1+p34); in vp56_parse_mb_type_models()
/third_party/typescript/tests/baselines/reference/
DpromiseType.js115 const p34 = p.then(undefined, () => undefined); constant
347 const p34 = p.then(undefined, () => undefined); constant
DpromiseTypeStrictNull.js115 const p34 = p.then(undefined, () => undefined); constant
347 const p34 = p.then(undefined, () => undefined); constant
DpromiseType.symbols342 const p34 = p.then(undefined, () => undefined);
343 >p34 : Symbol(p34, Decl(promiseType.ts, 113, 5))
DpromiseTypeStrictNull.symbols342 const p34 = p.then(undefined, () => undefined);
343 >p34 : Symbol(p34, Decl(promiseTypeStrictNull.ts, 113, 5))
DpromiseType.types424 const p34 = p.then(undefined, () => undefined);
425 >p34 : Promise<any>
DpromiseTypeStrictNull.types424 const p34 = p.then(undefined, () => undefined);
425 >p34 : Promise<boolean | undefined>
/third_party/typescript/tests/cases/compiler/
DpromiseTypeStrictNull.ts116 const p34 = p.then(undefined, () => undefined); constant
DpromiseType.ts115 const p34 = p.then(undefined, () => undefined); constant