| /OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh2a/ |
| H A D | fpu.c | 96 unsigned int ix, iy; in denormal_mulf() local 101 iy = hy & 0x7fffffff; in denormal_mulf() 102 if (iy < 0x00800000 || ix == 0) in denormal_mulf() 105 exp = (iy & 0x7f800000) >> 23; in denormal_mulf() 107 iy = (iy & 0x007fffff) | 0x00800000; in denormal_mulf() 108 m = (unsigned long long)ix * iy; in denormal_mulf() 163 unsigned long long ix, iy; in denormal_muld() local 168 iy = hy & 0x7fffffffffffffffLL; in denormal_muld() 169 if (iy < 0x0010000000000000LL || ix == 0) in denormal_muld() 172 exp = (iy & 0x7ff0000000000000LL) >> 52; in denormal_muld() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winwindowswm.c | 330 SetRect(&rcNew, stuff->ix, stuff->iy, in ProcWindowsWMFrameGetRect() 331 stuff->ix + stuff->iw, stuff->iy + stuff->ih); in ProcWindowsWMFrameGetRect() 335 stuff->ix, stuff->iy, stuff->ix + stuff->iw, stuff->iy + stuff->ih); in ProcWindowsWMFrameGetRect() 388 stuff->ix, stuff->iy, stuff->iw, stuff->ih); in ProcWindowsWMFrameDraw() 392 SetRect(&rcNew, stuff->ix, stuff->iy, in ProcWindowsWMFrameDraw() 393 stuff->ix + stuff->iw, stuff->iy + stuff->ih); in ProcWindowsWMFrameDraw()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | ar9003_calib.c | 1008 int im, ix, iy, temp; in __ar955x_tx_iq_cal_sort() local 1012 for (iy = ix + 1; iy <= MAXIQCAL - 1; iy++) { in __ar955x_tx_iq_cal_sort() 1013 if (coeff->mag_coeff[i][im][iy] < in __ar955x_tx_iq_cal_sort() 1017 coeff->mag_coeff[i][im][iy]; in __ar955x_tx_iq_cal_sort() 1018 coeff->mag_coeff[i][im][iy] = temp; in __ar955x_tx_iq_cal_sort() 1020 if (coeff->phs_coeff[i][im][iy] < in __ar955x_tx_iq_cal_sort() 1024 coeff->phs_coeff[i][im][iy]; in __ar955x_tx_iq_cal_sort() 1025 coeff->phs_coeff[i][im][iy] = temp; in __ar955x_tx_iq_cal_sort()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | applewm.c | 538 ir = make_box(stuff->ix, stuff->iy, stuff->iw, stuff->ih); in ProcAppleWMFrameGetRect() 569 ir = make_box(stuff->ix, stuff->iy, stuff->iw, stuff->ih); in ProcAppleWMFrameHitTest() 598 ir = make_box(stuff->ix, stuff->iy, stuff->iw, stuff->ih); in ProcAppleWMFrameDraw()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0077-HACK-Honour-cursor-size-config.patch | 156 - iy - pointer->hotspot_y); 158 + iy - pointer->hotspot_y * pointer->scale);
|
| H A D | 0016-backend-drm-Support-controlling-output-dynamically.patch | 68 int ix = 0, iy = 0; 85 - if (pixman_region32_contains_point(&output->region, ix, iy, NULL)) { 89 + if (pixman_region32_contains_point(&output->region, ix, iy, NULL))
|
| H A D | 0015-backend-drm-Support-mirror-mode.patch | 56 if (pixman_region32_contains_point(&output->region, ix, iy, NULL)) {
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0076-HACK-Honour-cursor-size-config.patch | 212 - iy - pointer->hotspot_y); 214 + iy - pointer->hotspot_y * pointer->scale);
|
| H A D | 0019-backend-drm-Support-controlling-output-dynamically.patch | 74 int ix = 0, iy = 0; 91 - if (pixman_region32_contains_point(&output->region, ix, iy, NULL)) { 95 + if (pixman_region32_contains_point(&output->region, ix, iy, NULL))
|
| H A D | 0017-backend-drm-Support-mirror-mode.patch | 56 if (pixman_region32_contains_point(&output->region, ix, iy, NULL)) {
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0077-HACK-Honour-cursor-size-config.patch | 212 - iy - pointer->hotspot_y); 214 + iy - pointer->hotspot_y * pointer->scale);
|
| H A D | 0019-backend-drm-Support-controlling-output-dynamically.patch | 75 int ix = 0, iy = 0; 92 - if (pixman_region32_contains_point(&output->region, ix, iy, NULL)) { 96 + if (pixman_region32_contains_point(&output->region, ix, iy, NULL))
|
| H A D | 0017-backend-drm-Support-mirror-mode.patch | 56 if (pixman_region32_contains_point(&output->region, ix, iy, NULL)) {
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | lcd.c | 128 uchar iy = v / v_step; in test_pattern() local 130 uchar ix = N_BLK_HOR * iy + h / h_step; in test_pattern()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/intelfb/ |
| H A D | intelfbhw.c | 1753 int dat, ix, iy, iw; in intelfbhw_do_drawglyph() local 1812 ix = iy = 0; in intelfbhw_do_drawglyph() 1819 dat |= cdat[iy*iw + ix++] << (i+j*2)*8; in intelfbhw_do_drawglyph() 1821 if (ix == iw && iy != (h-1)) { in intelfbhw_do_drawglyph() 1823 ++iy; in intelfbhw_do_drawglyph()
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 59 …������������������������Sr����������������������|y���������ͥnt��^L��CF;' @iy���������������������… 725 …���������������ɠ�������������������í��������������������������������������~iy`n�������������������… 823 …�����̩A,����������������������}tj����Ƽ��������z����������������������������iy���������������������… 857 …9998:;99::9:;:998889:98899:99999867898999898788789789:6787566577799893$*K`iy���ĸ�����������������… 872 s������������uS:,0Rw����ve`iy��nr`_mE-8FUgv|����|zxuutrnh_d[-5369<=>… 1108 …77888978:::87757888767988789877789897876777778757963566676776777855662"I[iy�w����������������ҹuy… 1217 …77888978:::87757888767988789877789897876777778757963566676776777855661"H[iy}t����������������Ȋp�… 1480 …FD>8762/.047;??>=;7344458636566323135330$"Z��{��~{wyyts~}pib\\iy����sjjntwz��}wsoqwv… 2021 …pmla[WG;:>IV[ak}�����������{x���dGDDORS\hjaZQ?+!$<Xcksy}{wtsmd^^I/.1IO=+)=iy`o5,]rnorqqpqqpppp… 2311 …//.-0011011221122221224&t�u����������mP4-:7;9-3>83Os�����������|vv}�{]N]iy������}vm]F69Mdmsz|xt… [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | bfd.info | 6355 8 bit signed offset in (ix+d) or (iy+d). 8510 halves of ix and iy. */
|
| H A D | as.info | 24904 of 'iy'. 25055 'OP (iy+D), R' 25056 As above, but with 'iy' instead of 'ix'.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | bfd.info | 6355 8 bit signed offset in (ix+d) or (iy+d). 8510 halves of ix and iy. */
|
| H A D | as.info | 24904 of 'iy'. 25055 'OP (iy+D), R' 25056 As above, but with 'iy' instead of 'ix'.
|
| /OK3568_Linux_fs/device/rockchip/common/images/oem/oem_facial_gate/ |
| H A D | ir.yuv | 376 '8.6iy+($$<LI@F7@zU8CIIKDCF<5424;?<22SD7_jpuxxy{{|}|{{zwwyyyyzzzzzzxupoomkkjlnopuwy|��������������…
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |