| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | mifillarc.h | 69 #define MIFILLARCSTEP(slw) \ argument 79 slw = (x << 1) + dx; \ 80 if ((e == xk) && (slw > 1)) \ 81 slw-- 83 #define MIFILLCIRCSTEP(slw) MIFILLARCSTEP(slw) argument 84 #define MIFILLELLSTEP(slw) MIFILLARCSTEP(slw) argument 86 #define miFillArcLower(slw) (((y + dy) != 0) && ((slw > 1) || (e != xk))) argument 120 #define MIARCSLICEUPPER(xl,xr,slice,slw) \ argument 122 xr = xl + slw - 1; \ 128 #define MIARCSLICELOWER(xl,xr,slice,slw) \ argument [all …]
|
| H A D | mifillarc.c | 467 *wids = slw; \ 470 if (miFillArcLower(slw)) \ 475 *wids++ = slw; \ 483 int slw; in miFillEllipseI() local 497 MIFILLARCSTEP(slw); in miFillEllipseI() 507 int xorg, yorg, dx, dy, slw; in miFillEllipseD() local 522 MIFILLARCSTEP(slw); in miFillEllipseD() 546 xc += slw - 1; \ 553 int yk, xk, ym, xm, dx, dy, xorg, yorg, slw; in miFillArcSliceI() local 564 slw = arc->height; in miFillArcSliceI() [all …]
|
| H A D | miwideline.c | 1118 int x, y, e, ex, slw; in miLineArcI() local 1126 slw = pGC->lineWidth; in miLineArcI() 1127 if (slw == 1) { in miLineArcI() 1133 bpts = tpts + slw; in miLineArcI() 1134 bwids = twids + slw; in miLineArcI() 1135 y = (slw >> 1) + 1; in miLineArcI() 1136 if (slw & 1) in miLineArcI() 1149 slw = (x << 1) + 1; in miLineArcI() 1150 if ((e == ex) && (slw > 1)) in miLineArcI() 1151 slw--; in miLineArcI() [all …]
|
| H A D | miarc.c | 389 int slw, inslw; in miComputeCircleSpans() local 394 slw = parc->width - doinner; in miComputeCircleSpans() 398 MIWIDEARCSETUP(x, y, dy, slw, e, xk, xm, yk, ym); in miComputeCircleSpans() 412 MIFILLARCSTEP(slw); in miComputeCircleSpans() 415 span->lw = slw; in miComputeCircleSpans() 417 span->rw = span->lx + slw; in miComputeCircleSpans() 423 span->rw = inx - x + slw - inslw; in miComputeCircleSpans()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | div64.S | 76 slw r6,r3,r6 # t1 = count > 31 ? 0 : MSW << (32-count) 80 slw r7,r7,r8 # t2 = (count < 32) ? 0 : t2 88 slw r3,r3,r5 # MSW = count > 31 ? 0 : MSW << count 91 slw r7,r4,r7 # t2 = count < 32 ? 0 : LSW << (count-32) 93 slw r4,r4,r5 # LSW = LSW << count 102 slw r6,r3,r6 # t1 = count > 31 ? 0 : MSW << (32-count)
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/lib/ |
| H A D | _ashldi3.S | 35 slw r3,r3,r5 # MSW = count > 31 ? 0 : MSW << count 38 slw r7,r4,r7 # t2 = count < 32 ? 0 : LSW << (count-32) 40 slw r4,r4,r5 # LSW = LSW << count
|
| H A D | _ashrdi3.S | 37 slw r6,r3,r6 # t1 = count > 31 ? 0 : MSW << (32-count) 41 slw r7,r7,r8 # t2 = (count < 32) ? 0 : t2
|
| H A D | _lshrdi3.S | 37 slw r6,r3,r6 # t1 = count > 31 ? 0 : MSW << (32-count)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | misc_32.S | 343 slw r6,r3,r6 # t1 = count > 31 ? 0 : MSW << (32-count) 347 slw r7,r7,r8 # t2 = (count < 32) ? 0 : t2 355 slw r3,r3,r5 # MSW = count > 31 ? 0 : MSW << count 358 slw r7,r4,r7 # t2 = count < 32 ? 0 : LSW << (count-32) 360 slw r4,r4,r5 # LSW = LSW << count 369 slw r6,r3,r6 # t1 = count > 31 ? 0 : MSW << (32-count)
|
| H A D | cpu_setup_fsl_booke.S | 248 slw r5,r4,r5 /* r5 = cache block size */ 254 slw r7,r7,r6
|
| H A D | fsl_booke_entry_mapping.S | 86 slw r6,r8,r6 /* convert to mask */
|
| H A D | head_fsl_booke.S | 803 slw r13, r13, r14 922 slw r10,r10,r9 /* r10 = page size */
|
| H A D | head_book3s_32.S | 560 slw r0,r0,r2 635 slw r0,r0,r2
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/ |
| H A D | pinmux-common.c | 476 #define pmux_slw_isvalid(slw) \ argument 477 (((slw) >= PMUX_SLWF_MIN) && ((slw) <= PMUX_SLWF_MAX))
|
| /OK3568_Linux_fs/kernel/arch/powerpc/lib/ |
| H A D | copy_32.S | 495 106: slw r3,r0,r3
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | booke_interrupts.S | 146 slw r6, r6, r5
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | start.S | 1818 slw r5,r4,r5 /* r5 = cache block size */ 1824 slw r7,r7,r6
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.POST | 486 This group will contain: slw, srw, sraw, srawi, rlwinm, rlwnm,
|
| /OK3568_Linux_fs/device/rockchip/common/images/oem/oem_facial_gate/ |
| H A D | ir.yuv | 139 …���������������������������������������������������������������������������slw~�������������������…
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 1074 …555646653234323234,"��y��������~����������������������������}slw~|zywttrolkh_YhH… 5150 …}}|}}}}}~}}~}}|~}|~�}}~�}}�~~wonmkkllkjjjjijkkklkkjklmnmmmnnmnonx}{slw||~|~���������… 6890 =cra?j�y�������������������slw������������}umx��sTZnvz}�������}zwspnhb`^WaZ…
|