Home
last modified time | relevance | path

Searched refs:p89 (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
132 p89 = p[8] + p[9]; in vp56_parse_mb_type_models()
133 p5689 = p56 + p89; in vp56_parse_mb_type_models()
144 model->mb_type[ctx][type][9] = 1 + 255 * p[8] / (1+p89); in vp56_parse_mb_type_models()
/third_party/typescript/tests/baselines/reference/
DpromiseType.js175 const p89 = p.then(() => null, () => Promise.reject(1)); constant
402 const p89 = p.then(() => null, () => Promise.reject(1)); constant
DpromiseTypeStrictNull.js175 const p89 = p.then(() => null, () => Promise.reject(1)); constant
402 const p89 = p.then(() => null, () => Promise.reject(1)); constant
DpromiseType.symbols747 const p89 = p.then(() => null, () => Promise.reject(1));
748 >p89 : Symbol(p89, Decl(promiseType.ts, 173, 5))
DpromiseTypeStrictNull.symbols747 const p89 = p.then(() => null, () => Promise.reject(1));
748 >p89 : Symbol(p89, Decl(promiseTypeStrictNull.ts, 173, 5))
DpromiseType.types1041 const p89 = p.then(() => null, () => Promise.reject(1));
1042 >p89 : Promise<any>
DpromiseTypeStrictNull.types1041 const p89 = p.then(() => null, () => Promise.reject(1));
1042 >p89 : Promise<null>
/third_party/typescript/tests/cases/compiler/
DpromiseType.ts175 const p89 = p.then(() => null, () => Promise.reject(1)); constant
DpromiseTypeStrictNull.ts176 const p89 = p.then(() => null, () => Promise.reject(1)); constant