Home
last modified time | relevance | path

Searched defs:x_c (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/tests/cases/conformance/es6/destructuring/
DdestructuringParameterProperties2.ts22 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()]; variable
DdestructuringParameterProperties3.ts22 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()]; variable
/third_party/ffmpeg/libavfilter/
Dtransform.c54 int x_c, x_f, y_c, y_f; in INTERPOLATE_METHOD() local
81 int x_c, x_f, y_c, y_f; in INTERPOLATE_METHOD() local
/third_party/typescript/tests/baselines/reference/
DdestructuringParameterProperties2.js23 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()]; variable
DdestructuringParameterProperties3.js23 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()]; variable
/third_party/ffmpeg/libavcodec/
Dhevc_cabac.c962 static av_always_inline int significant_coeff_flag_decode(HEVCContext *s, int x_c, int y_c, in significant_coeff_flag_decode()
1229 int x_cg, y_cg, x_c, y_c, pos; in ff_hevc_hls_residual_coding() local