Searched refs:_Y (Results 1 - 6 of 6) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | shmasyncq.c | 36 /* For debugging purposes we can define _Y to put and extra thread 42 #define _Y pa_thread_yield() macro 44 #define _Y do { } while(0) macro 126 _Y; in pa_shmasyncq_push() 141 _Y; in pa_shmasyncq_push() 158 _Y; in pa_shmasyncq_pop() 178 _Y; in pa_shmasyncq_pop() 200 _Y; in pa_shmasyncq_before_poll()
|
H A D | asyncq.c | 42 /* For debugging purposes we can define _Y to put an extra thread 48 #define _Y pa_thread_yield() macro 50 #define _Y do { } while(0) macro 147 _Y; in push() 162 _Y; in push() 237 _Y; in pa_asyncq_pop() 257 _Y; in pa_asyncq_pop() 279 _Y; in pa_asyncq_read_before_poll()
|
/third_party/skia/modules/canvaskit/npm_build/ |
H A D | textapi_utils.js | 262 _Y: 0, 275 return [this._X, this._Y, this._X + this.width(), this._Y + this.height()]; 279 this._Y = y; 433 canvas.translate(this._X, this._Y);
|
/third_party/skia/demos.skia.org/demos/textedit/ |
H A D | textapi_utils.js | 251 _Y: 0, 264 return [this._X, this._Y, this._X + this.width(), this._Y + this.height()]; 268 this._Y = y; 416 canvas.translate(this._X, this._Y);
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_ff.c | 181 #define _Y(r) ureg_scalar(ureg_src(r), TGSI_SWIZZLE_Y) macro 529 ureg_MAD(ureg, tmp, _Y(aVtx_dst), _CONST(9), ureg_src(tmp)); in nine_ff_build_vs() 610 ureg_MUL(ureg, tmp_y, _Y(tmp), _X(tmp)); in nine_ff_build_vs() 611 ureg_CMP(ureg, tmp_y, ureg_negate(_Y(tmp)), _Y(tmp), ureg_imm1f(ureg, 0.0f)); in nine_ff_build_vs() 612 ureg_MAD(ureg, tmp_x, _Y(tmp), _YYYY(cPsz2), _XXXX(cPsz2)); in nine_ff_build_vs() 613 ureg_MAD(ureg, tmp_x, _Y(tmp), _X(tmp), _WWWW(cPsz1)); in nine_ff_build_vs() 843 ureg_MUL(ureg, tmp_x, _X(tmp), _Y(tmp)); /* length */ in nine_ff_build_vs() 874 ureg_ADD(ureg, tmp_x, _Y(tmp), ureg_negate(cLPhi)); in nine_ff_build_vs() 877 ureg_SGE(ureg, tmp_z, _Y(tm in nine_ff_build_vs() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | R600InstrInfo.cpp | 1283 Label##_Y, \
|
Completed in 7 milliseconds