Home
last modified time | relevance | path

Searched refs:_b2 (Results 1 - 3 of 3) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DunusedVariablesWithUnderscoreInBindingElement.js6 const [a2, _b2] = [1, 2];
14 const [a2, _b2] = [1, 2];
22 const [_a2, [[_b2, _c2]], _d2, _e2] = [1, [[2, 3]], 4, 5];
31 const { a2, b2: _b2 } = { a2: 1, b2: 1 };
39 const { a2, b2: _b2 } = { a2: 1, b2: 1 };
85 const { a2: _a2, b2: _b2 } = { a2: 1, b2: 1 };
96 var _b = [1, 2], a2 = _b[0], _b2 = _b[1];
102 var _b = [1, 2], a2 = _b[0], _b2 = _b[1];
108 var _c = [1, [[2, 3]], 4, 5], _a2 = _c[0], _d = _c[1][0], _b2 = _d[0], _c2 = _d[1], _d2 = _c[2], _e2 = _c[3];
114 var _b = { a2: 1, b2: 1 }, a2 = _b.a2, _b2
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Ddirac_dwt_init.c36 static void vertical_compose53iL0##ext(uint8_t *_b0, uint8_t *_b1, uint8_t *_b2, int width) \
41 int16_t *b2 = (int16_t *)_b2; \
49 static void vertical_compose_dirac53iH0##ext(uint8_t *_b0, uint8_t *_b1, uint8_t *_b2, int width) \
54 int16_t *b2 = (int16_t *)_b2; \
62 static void vertical_compose_dd137iL0##ext(uint8_t *_b0, uint8_t *_b1, uint8_t *_b2, \
68 int16_t *b2 = (int16_t *)_b2; \
78 static void vertical_compose_dd97iH0##ext(uint8_t *_b0, uint8_t *_b1, uint8_t *_b2, \
84 int16_t *b2 = (int16_t *)_b2; \
/third_party/ffmpeg/libavcodec/
H A Ddirac_dwt_template.c44 static void RENAME(vertical_compose53iL0)(uint8_t *_b0, uint8_t *_b1, uint8_t *_b2, in vertical_compose53iL0() argument
50 TYPE *b2 = (TYPE *)_b2; in vertical_compose53iL0()
204 static void RENAME(vertical_compose_dirac53iH0)(uint8_t *_b0, uint8_t *_b1, uint8_t *_b2, in vertical_compose_dirac53iH0() argument
210 TYPE *b2 = (TYPE *)_b2; in vertical_compose_dirac53iH0()
216 static void RENAME(vertical_compose_dd97iH0)(uint8_t *_b0, uint8_t *_b1, uint8_t *_b2, in vertical_compose_dd97iH0() argument
222 TYPE *b2 = (TYPE *)_b2; in vertical_compose_dd97iH0()
230 static void RENAME(vertical_compose_dd137iL0)(uint8_t *_b0, uint8_t *_b1, uint8_t *_b2, in vertical_compose_dd137iL0() argument
236 TYPE *b2 = (TYPE *)_b2; in vertical_compose_dd137iL0()
291 static void RENAME(vertical_compose_daub97iH0)(uint8_t *_b0, uint8_t *_b1, uint8_t *_b2, int width) in vertical_compose_daub97iH0() argument
296 TYPE *b2 = (TYPE *)_b2; in vertical_compose_daub97iH0()
303 vertical_compose_daub97iH1(uint8_t *_b0, uint8_t *_b1, uint8_t *_b2, int width) vertical_compose_daub97iH1() argument
315 vertical_compose_daub97iL0(uint8_t *_b0, uint8_t *_b1, uint8_t *_b2, int width) vertical_compose_daub97iL0() argument
327 vertical_compose_daub97iL1(uint8_t *_b0, uint8_t *_b1, uint8_t *_b2, int width) vertical_compose_daub97iL1() argument
[all...]

Completed in 2 milliseconds