| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | mipolyrect.c | 84 int offset1, offset2, offset3; in miPolyRectangle() local 88 offset2 = pGC->lineWidth; in miPolyRectangle() 89 offset1 = offset2 >> 1; in miPolyRectangle() 90 offset3 = offset2 - offset1; in miPolyRectangle() 108 else if (height < offset2 || width < offset1) { in miPolyRectangle() 115 MAXUBOUND(t->width, width + offset2) in miPolyRectangle() 123 MAXUBOUND(t->height, height + offset2) in miPolyRectangle() 130 MAXUBOUND(t->width, width + offset2) in miPolyRectangle() 131 t->height = offset2; in miPolyRectangle() 135 t->width = offset2; in miPolyRectangle() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/misc/echo/ |
| H A D | fir.h | 96 int offset2; in fir16() local 100 offset2 = fir->curr_pos; in fir16() 101 offset1 = fir->taps - offset2; in fir16() 106 y += fir->coeffs[i] * fir->history[i + offset2]; in fir16() 138 int offset2; in fir32() local 141 offset2 = fir->curr_pos; in fir32() 142 offset1 = fir->taps - offset2; in fir32() 147 y += fir->coeffs[i] * fir->history[i + offset2]; in fir32()
|
| H A D | echo.c | 111 int offset2; in lms_adapt_bg() local 122 offset2 = ec->curr_pos; in lms_adapt_bg() 123 offset1 = ec->taps - offset2; in lms_adapt_bg() 130 exp = (ec->fir_state_bg.history[i + offset2] * factor); in lms_adapt_bg()
|
| /OK3568_Linux_fs/u-boot/drivers/pinctrl/rockchip/ |
| H A D | pinctrl-rockchip.h | 321 iom3, offset0, offset1, offset2, \ argument 330 { .type = iom2, .offset = offset2 }, \ 401 offset2, offset3) \ argument 415 { .drv_type = drv2, .offset = offset2 }, \ 450 offset2, offset3, pull0, \ argument 465 { .drv_type = drv2, .offset = offset2 }, \
|
| /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; 117 - offset2 = row_offset + (last_col * bps / 8); 126 - bitset = *(src_buff + offset2) & (((unsigned char)1 << k)) ? 1 : 0; 132 - row, offset1, shift1, offset2, shift2); 142 - bytebuff2 = src_buff[offset2] & ((unsigned char)255 << (7 - shift2)); 148 - offset2, dst_offset);
|
| /OK3568_Linux_fs/u-boot/env/ |
| H A D | env_blk.c | 178 u32 offset1, offset2; in env_blk_load() local 197 get_env_addr(blk_desc, 1, &offset2)) { in env_blk_load() 203 read2_fail = read_env(blk_desc, CONFIG_ENV_SIZE, offset2, tmp_env2); in env_blk_load()
|
| H A D | mmc.c | 268 u32 offset1, offset2; in env_mmc_load() local 286 mmc_get_env_addr(mmc, 1, &offset2)) { in env_mmc_load() 292 read2_fail = read_env(mmc, CONFIG_ENV_SIZE, offset2, tmp_env2); in env_mmc_load()
|
| /OK3568_Linux_fs/kernel/drivers/s390/crypto/ |
| H A D | zcrypt_msgtype6.h | 41 unsigned int offset2; /* 0x00000000 */ member 92 unsigned int offset2; /* db offset 0x00000000 for PKD */ member
|
| H A D | zcrypt_msgtype6.c | 461 msg->hdr.offset2 = msg->hdr.offset1 + rcblen; in XCRB_msg_to_type6CPRB_msgX() 735 data + msg->fmt2.offset2, msg->fmt2.count2)) in convert_type86_xcrb() 781 memcpy(buffer, data + msg->fmt2.offset2, msg->fmt2.count2); in convert_type86_rng() 954 len = t86r->fmt2.offset2 + t86r->fmt2.count2; in zcrypt_msgtype6_receive()
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessGC.c | 893 int offset1, offset2, offset3; in RootlessPolyRectangle() local 895 offset2 = pGC->lineWidth; in RootlessPolyRectangle() 896 if (!offset2) in RootlessPolyRectangle() 897 offset2 = 1; in RootlessPolyRectangle() 898 offset1 = offset2 >> 1; in RootlessPolyRectangle() 899 offset3 = offset2 - offset1; in RootlessPolyRectangle() 904 box.x2 = box.x1 + pRects->width + offset2; in RootlessPolyRectangle() 905 box.y2 = box.y1 + offset2; in RootlessPolyRectangle() 912 box.x2 = box.x1 + offset2; in RootlessPolyRectangle() 913 box.y2 = box.y1 + pRects->height - offset2; in RootlessPolyRectangle() [all …]
|
| /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 1451 offset2 = group % 3; in _rtl92de_readpowervalue_fromprom() 1453 offset2 + offset1 * 21; in _rtl92de_readpowervalue_fromprom() 1467 offset2 = 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() 1477 if (rom_content[EEPROM_HT20_TX_PWR_INX_DIFF_2G + offset2 in _rtl92de_readpowervalue_fromprom() 1481 + offset2 + offset1 * 21] >> (rfpath * 4)) in _rtl92de_readpowervalue_fromprom() 1486 if (rom_content[EEPROM_OFDM_TX_PWR_INX_DIFF_2G + offset2 in _rtl92de_readpowervalue_fromprom() 1490 + offset2 + offset1 * 21] >> (rfpath * 4)) in _rtl92de_readpowervalue_fromprom() [all …]
|
| /OK3568_Linux_fs/external/xserver/miext/damage/ |
| H A D | damage.c | 1036 int offset1, offset2, offset3; in damagePolyRectangle() local 1040 offset2 = pGC->lineWidth; in damagePolyRectangle() 1041 if (!offset2) in damagePolyRectangle() 1042 offset2 = 1; in damagePolyRectangle() 1043 offset1 = offset2 >> 1; in damagePolyRectangle() 1044 offset3 = offset2 - offset1; in damagePolyRectangle() 1049 box.x2 = box.x1 + pRectsTmp->width + offset2; in damagePolyRectangle() 1050 box.y2 = box.y1 + offset2; in damagePolyRectangle() 1057 box.x2 = box.x1 + offset2; in damagePolyRectangle() 1058 box.y2 = box.y1 + pRectsTmp->height - offset2; in damagePolyRectangle() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soundwire/ |
| H A D | qcom,sdw.txt | 59 - qcom,ports-offset2: 62 Definition: should specify payload transport window offset2 of each 157 qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x1F 0x00 0x00 0x1F 0x00 0x00>;
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/pwc/ |
| H A D | pwc-dec23.c | 148 unsigned int offset2 = 0x0000; in fill_table_dc00_d800() local 152 pdec->table_d800[i] = offset2; in fill_table_dc00_d800() 155 offset2 += 0x7bc4; in fill_table_dc00_d800()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | mxsboot.c | 425 uint32_t offset1, offset2; in mx28_nand_write_firmware() local 431 offset2 = fcb->firmware2_starting_sector * nand_writesize; in mx28_nand_write_firmware() 437 memcpy(buf + offset2, buf + offset1, size); in mx28_nand_write_firmware()
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/marvell/a38x/ |
| H A D | ddr3_init.c | 457 u32 offset2, u32 mask2) in ddr3_get_static_mc_value() argument 465 temp |= (reg >> offset2) & mask2; in ddr3_get_static_mc_value()
|
| /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,
|
| H A D | ddr3_init.c | 816 u32 ddr3_get_static_mc_value(u32 reg_addr, u32 offset1, u32 mask1, u32 offset2, in ddr3_get_static_mc_value() argument 825 tmp |= (reg >> offset2) & mask2; in ddr3_get_static_mc_value()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipvs/ |
| H A D | ip_vs_core.c | 1652 unsigned int offset, offset2, ihl, verdict; in ip_vs_in_icmp() local 1725 offset2 = offset + cih->ihl * 4; in ip_vs_in_icmp() 1727 ulen = ipvs_udp_decap(ipvs, skb, offset2, AF_INET, in ip_vs_in_icmp() 1731 ulen = ipvs_gre_decap(ipvs, skb, offset2, AF_INET, in ip_vs_in_icmp() 1737 offset = offset2 + ulen; in ip_vs_in_icmp() 1762 offset2 = offset; in ip_vs_in_icmp() 1808 offset2 -= ihl + sizeof(_icmph); in ip_vs_in_icmp() 1832 if (pskb_pull(skb, offset2) == NULL) in ip_vs_in_icmp()
|
| /OK3568_Linux_fs/kernel/lib/zstd/ |
| H A D | compress.c | 1964 size_t offset2 = 99999999; in ZSTD_compressBlock_lazy_generic() local 1965 size_t const ml2 = searchMax(ctx, ip, iend, &offset2, maxSearches, mls); in ZSTD_compressBlock_lazy_generic() 1966 int const gain2 = (int)(ml2 * 4 - ZSTD_highbit32((U32)offset2 + 1)); /* raw approx */ in ZSTD_compressBlock_lazy_generic() 1969 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_generic() 1985 size_t offset2 = 99999999; in ZSTD_compressBlock_lazy_generic() local 1986 size_t const ml2 = searchMax(ctx, ip, iend, &offset2, maxSearches, mls); in ZSTD_compressBlock_lazy_generic() 1987 int const gain2 = (int)(ml2 * 4 - ZSTD_highbit32((U32)offset2 + 1)); /* raw approx */ in ZSTD_compressBlock_lazy_generic() 1990 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_generic() 2148 size_t offset2 = 99999999; in ZSTD_compressBlock_lazy_extDict_generic() local 2149 size_t const ml2 = searchMax(ctx, ip, iend, &offset2, maxSearches, mls); in ZSTD_compressBlock_lazy_extDict_generic() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/riva/ |
| H A D | riva_hw.c | 1333 state->offset2 = in CalcStateExt() 1436 NV_WR32(chip->PGRAPH, 0x00000638, state->offset2); in LoadStateExt() 1478 NV_WR32(chip->PGRAPH, 0x00000648, state->offset2); in LoadStateExt() 1526 NV_WR32(chip->PGRAPH, 0x00000648, state->offset2); in LoadStateExt() 1536 NV_WR32(chip->PGRAPH, 0x00000828, state->offset2); in LoadStateExt() 1765 state->offset2 = NV_RD32(chip->PGRAPH, 0x00000638); in UnloadStateExt() 1775 state->offset2 = NV_RD32(chip->PGRAPH, 0x00000648); in UnloadStateExt() 1787 state->offset2 = NV_RD32(chip->PGRAPH, 0x00000648); in UnloadStateExt()
|
| /OK3568_Linux_fs/kernel/drivers/soundwire/ |
| H A D | bus.h | 184 params->offset2 = off2; in sdw_fill_xport_params()
|
| H A D | qcom.c | 413 value |= params->offset2 << SWRM_DP_PORT_CTRL_OFFSET2_SHFT; in qcom_swrm_transport_params() 471 p_rt->transport_params.offset2 = pcfg->off2; in qcom_swrm_compute_params() 482 p_rt->transport_params.offset2 = pcfg->off2; in qcom_swrm_compute_params()
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/ |
| H A D | vmd.c | 449 resource_size_t *offset2) in vmd_get_phys_offsets() argument 495 *offset2 = dev->resource[VMD_MEMBAR2].start - in vmd_get_phys_offsets()
|
| /OK3568_Linux_fs/external/xserver/dri3/ |
| H A D | dri3_request.c | 466 offsets[2] = stuff->offset2; in proc_dri3_pixmap_from_buffers() 686 swapl(&stuff->offset2); in sproc_dri3_pixmap_from_buffers()
|