| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | mipolyrect.c | 84 int offset1, offset2, offset3; in miPolyRectangle() local 89 offset1 = offset2 >> 1; in miPolyRectangle() 90 offset3 = offset2 - offset1; in miPolyRectangle() 108 else if (height < offset2 || width < offset1) { in miPolyRectangle() 114 MINBOUND(t->x, x - offset1) in miPolyRectangle() 122 MINBOUND(t->y, y - offset1) in miPolyRectangle() 128 MINBOUND(t->x, x - offset1) in miPolyRectangle() 129 MINBOUND(t->y, y - offset1) in miPolyRectangle() 133 MINBOUND(t->x, x - offset1) in miPolyRectangle() 138 MAXBOUND(t->x, x + width - offset1); in miPolyRectangle() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/misc/echo/ |
| H A D | fir.h | 95 int offset1; in fir16() local 101 offset1 = fir->taps - offset2; in fir16() 103 for (i = fir->taps - 1; i >= offset1; i--) in fir16() 104 y += fir->coeffs[i] * fir->history[i - offset1]; in fir16() 137 int offset1; in fir32() local 142 offset1 = fir->taps - offset2; in fir32() 144 for (i = fir->taps - 1; i >= offset1; i--) in fir32() 145 y += fir->coeffs[i] * fir->history[i - offset1]; in fir32()
|
| H A D | echo.c | 110 int offset1; in lms_adapt_bg() local 123 offset1 = ec->taps - offset2; in lms_adapt_bg() 125 for (i = ec->taps - 1; i >= offset1; i--) { in lms_adapt_bg() 126 exp = (ec->fir_state_bg.history[i - offset1] * factor); in lms_adapt_bg()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/ |
| H A D | 0002-tiffcrop-fix-issue-380-and-382-heap-buffer-overflow-.patch | 40 - uint32_t offset1, offset2, full_bytes; 41 + uint32_t offset1, full_bytes; 116 - offset1 = row_offset + (first_col * bps / 8); 118 + offset1 = row_offset + ((first_col * spp * bps) / 8); /* offset1 = offset into source of b… 127 + bitset = *(src_buff + offset1 + full_bytes) & (((unsigned char)1 << k)) ? 1 : 0; 132 - row, offset1, shift1, offset2, shift2); 134 + row, offset1, shift1, offset1+full_bytes, trailing_bits); 144 + bytebuff2 = src_buff[offset1 + full_bytes] & ((unsigned char)255 << (8 - trailing_bits)); 149 + offset1 + full_bytes, dst_offset); 157 - bytebuff1 = src_buff[offset1 + j] & ((unsigned char)255 >> shift1); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/pwc/ |
| H A D | pwc-dec23.c | 147 unsigned int offset1 = ONE_HALF; in fill_table_dc00_d800() local 151 pdec->table_dc00[i] = offset1 & ~(ONE_HALF); in fill_table_dc00_d800() 154 offset1 += 0x7bc4; in fill_table_dc00_d800() 492 unsigned int channel_v, offset1, op; in decode_block() local 517 offset1 = 0; in decode_block() 548 offset1 += 1 + yyyy; in decode_block() 549 offset1 &= 0x0F; in decode_block() 550 nbits = ptable8004[offset1 * 2]; in decode_block() 557 shift = ptable8004[offset1 * 2 + 1]; in decode_block() 562 pdec->temp_colors[i] += block[MulIdx[offset1][i]]; in decode_block() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-m48t86.c | 197 unsigned int offset1 = M48T86_NVRAM(M48T86_NVRAM_LEN - 1); in m48t86_verify_chip() local 201 tmp1 = m48t86_readb(&pdev->dev, offset1); in m48t86_verify_chip() 204 m48t86_writeb(&pdev->dev, 0x55, offset1); in m48t86_verify_chip() 205 if (m48t86_readb(&pdev->dev, offset1) == 0x55) { in m48t86_verify_chip() 206 m48t86_writeb(&pdev->dev, 0xaa, offset1); in m48t86_verify_chip() 207 if (m48t86_readb(&pdev->dev, offset1) == 0xaa && in m48t86_verify_chip() 210 m48t86_writeb(&pdev->dev, tmp1, offset1); in m48t86_verify_chip()
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | sys_sh32.c | 51 asmlinkage int sys_fadvise64_64_wrapper(int fd, u32 offset0, u32 offset1, in sys_fadvise64_64_wrapper() argument 55 return ksys_fadvise64_64(fd, (u64)offset1 << 32 | offset0, in sys_fadvise64_64_wrapper() 58 return ksys_fadvise64_64(fd, (u64)offset0 << 32 | offset1, in sys_fadvise64_64_wrapper()
|
| /OK3568_Linux_fs/kernel/drivers/macintosh/ |
| H A D | windfarm_pm81.c | 169 s16 offset1; member 184 s16 offset1; member 202 .offset1 = 0x0208, 214 .offset1 = 0x0000, 226 .offset1 = 0x0091, 296 wf_smu_sys_fans->offset1 = param->offset1; in wf_smu_create_sys_fans() 363 cputarget = ((((s64)cputarget) * (s64)st->scale1) >> 12) + st->offset1; in wf_smu_sys_fans_tick()
|
| /OK3568_Linux_fs/kernel/drivers/s390/crypto/ |
| H A D | zcrypt_msgtype6.h | 40 unsigned int offset1; /* 0x00000058 (offset to CPRB) */ member 90 unsigned int offset1; /* offset to CPRB */ member 133 .offset1 = 0x00000058, in rng_type6CPRB_msgX()
|
| H A D | zcrypt_msgtype6.c | 254 .offset1 = 0x00000058, in ICAMEX_msg_to_type6MEX_msgX() 323 .offset1 = 0x00000058, in ICACRT_msg_to_type6CRT_msgX() 398 .offset1 = 0x00000058, in XCRB_msg_to_type6CPRB_msgX() 461 msg->hdr.offset2 = msg->hdr.offset1 + rcblen; in XCRB_msg_to_type6CPRB_msgX() 510 .offset1 = 0x00000058, in xcrb_msg_to_type6_ep11cprb_msgx() 728 data + msg->fmt2.offset1, msg->fmt2.count1)) in convert_type86_xcrb() 762 data + msg->fmt2.offset1, msg->fmt2.count1)) in convert_type86_ep11_xcrb() 996 len = t86r->fmt2.offset1 + t86r->fmt2.count1; in zcrypt_msgtype6_receive_ep11()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | dispc.c | 1825 unsigned *offset0, unsigned *offset1, in calc_vrfb_rotation_offset() argument 1867 *offset1 = 0; in calc_vrfb_rotation_offset() 1890 *offset1 = 0; in calc_vrfb_rotation_offset() 1912 unsigned *offset0, unsigned *offset1, in calc_dma_rotation_offset() argument 1950 *offset1 = 0; in calc_dma_rotation_offset() 1952 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_dma_rotation_offset() 1954 *offset0 = *offset1; in calc_dma_rotation_offset() 1965 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset() 1967 *offset0 = *offset1 + field_offset * ps; in calc_dma_rotation_offset() 1969 *offset0 = *offset1; in calc_dma_rotation_offset() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/pinctrl/rockchip/ |
| H A D | pinctrl-rockchip.h | 321 iom3, offset0, offset1, offset2, \ argument 329 { .type = iom1, .offset = offset1 }, \ 400 drv3, offset0, offset1, \ argument 414 { .drv_type = drv1, .offset = offset1 }, \ 449 drv3, offset0, offset1, \ argument 464 { .drv_type = drv1, .offset = offset1 }, \
|
| /OK3568_Linux_fs/u-boot/env/ |
| H A D | env_blk.c | 178 u32 offset1, offset2; in env_blk_load() local 196 if (get_env_addr(blk_desc, 0, &offset1) || in env_blk_load() 202 read1_fail = read_env(blk_desc, CONFIG_ENV_SIZE, offset1, tmp_env1); in env_blk_load()
|
| H A D | mmc.c | 268 u32 offset1, offset2; in env_mmc_load() local 285 if (mmc_get_env_addr(mmc, 0, &offset1) || in env_mmc_load() 291 read1_fail = read_env(mmc, CONFIG_ENV_SIZE, offset1, tmp_env1); in env_mmc_load()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
| H A D | hw.c | 1399 u32 rfpath, eeaddr, group, offset1, offset2; in _rtl92de_readpowervalue_fromprom() local 1450 offset1 = group / 3; in _rtl92de_readpowervalue_fromprom() 1453 offset2 + offset1 * 21; in _rtl92de_readpowervalue_fromprom() 1466 offset1 = group / 3; in _rtl92de_readpowervalue_fromprom() 1469 if (rom_content[base1 + offset2 + offset1 * 21] != 0xFF) in _rtl92de_readpowervalue_fromprom() 1472 offset2 + offset1 * 21] >> (rfpath * 4)) in _rtl92de_readpowervalue_fromprom() 1478 + offset1 * 21] != 0xFF) in _rtl92de_readpowervalue_fromprom() 1481 + offset2 + offset1 * 21] >> (rfpath * 4)) in _rtl92de_readpowervalue_fromprom() 1487 + offset1 * 21] != 0xFF) in _rtl92de_readpowervalue_fromprom() 1490 + offset2 + offset1 * 21] >> (rfpath * 4)) in _rtl92de_readpowervalue_fromprom() [all …]
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | mxsboot.c | 425 uint32_t offset1, offset2; in mx28_nand_write_firmware() local 430 offset1 = fcb->firmware1_starting_sector * nand_writesize; in mx28_nand_write_firmware() 433 ret = read(infd, buf + offset1, size); in mx28_nand_write_firmware() 437 memcpy(buf + offset2, buf + offset1, size); in mx28_nand_write_firmware()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soundwire/ |
| H A D | qcom,sdw.txt | 52 - qcom,ports-offset1: 55 Definition: should specify payload transport window offset1 of each 156 qcom,ports-offset1 = /bits/ 8 <0x01 0x02 0x0C 0x6 0x12 0x0D 0x07 0x0A >;
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfs3proc.c | 474 if (unlikely(resp->offset1)) { in nfsd3_proc_readdir() 477 *resp->offset1 = htonl(offset & 0xffffffff); in nfsd3_proc_readdir() 478 resp->offset1 = NULL; in nfsd3_proc_readdir() 543 if (unlikely(resp->offset1)) { in nfsd3_proc_readdirplus() 546 *resp->offset1 = htonl(offset & 0xffffffff); in nfsd3_proc_readdirplus() 547 resp->offset1 = NULL; in nfsd3_proc_readdirplus()
|
| /OK3568_Linux_fs/kernel/drivers/input/sensors/accel/ |
| H A D | sc7a20.c | 83 static struct SC7A20_acc offset1; variable 1226 return sprintf(buf, "%d %d %d\n", offset1.x,offset1.y,offset1.z); in SC7A20_calibration_value_show() 1235 offset1.x = data[0]; in SC7A20_calibration_value_store() 1236 offset1.y = data[1]; in SC7A20_calibration_value_store() 1237 offset1.z = data[2]; in SC7A20_calibration_value_store() 1410 offset1.x=offset1.y=offset1.z=0; in sensor_init()
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | syscalls_32.h | 18 asmlinkage int sys_fadvise64_64_wrapper(int fd, u32 offset0, u32 offset1,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt76x2/ |
| H A D | mcu.h | 60 u8 offset1; member
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessGC.c | 893 int offset1, offset2, offset3; in RootlessPolyRectangle() local 898 offset1 = offset2 >> 1; in RootlessPolyRectangle() 899 offset3 = offset2 - offset1; in RootlessPolyRectangle() 902 box.x1 = pRects->x - offset1; in RootlessPolyRectangle() 903 box.y1 = pRects->y - offset1; in RootlessPolyRectangle() 910 box.x1 = pRects->x - offset1; in RootlessPolyRectangle() 918 box.x1 = pRects->x + pRects->width - offset1; in RootlessPolyRectangle() 926 box.x1 = pRects->x - offset1; in RootlessPolyRectangle() 927 box.y1 = pRects->y + pRects->height - offset1; in RootlessPolyRectangle()
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/marvell/a38x/ |
| H A D | ddr3_init.c | 456 u32 ddr3_get_static_mc_value(u32 reg_addr, u32 offset1, u32 mask1, in ddr3_get_static_mc_value() argument 463 temp = (reg >> offset1) & mask1; in ddr3_get_static_mc_value()
|
| /OK3568_Linux_fs/external/xserver/miext/damage/ |
| H A D | damage.c | 1036 int offset1, offset2, offset3; in damagePolyRectangle() local 1043 offset1 = offset2 >> 1; in damagePolyRectangle() 1044 offset3 = offset2 - offset1; in damagePolyRectangle() 1047 box.x1 = pRectsTmp->x - offset1; in damagePolyRectangle() 1048 box.y1 = pRectsTmp->y - offset1; in damagePolyRectangle() 1055 box.x1 = pRectsTmp->x - offset1; in damagePolyRectangle() 1063 box.x1 = pRectsTmp->x + pRectsTmp->width - offset1; in damagePolyRectangle() 1071 box.x1 = pRectsTmp->x - offset1; in damagePolyRectangle() 1072 box.y1 = pRectsTmp->y + pRectsTmp->height - offset1; in damagePolyRectangle()
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/marvell/axp/ |
| H A D | ddr3_init.h | 107 u32 ddr3_get_static_mc_value(u32 reg_addr, u32 offset1, u32 mask1, u32 offset2,
|