/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vce_52.c | 590 uint32_t offs = enc->cs.current.cdw - enc->task_info_idx + 3; in task_info() local
|
/third_party/node/deps/zlib/ |
H A D | inftrees.c | 54 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ in inflate_table() local
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | ShaderCore.hpp | 352 auto offs = offsets(); in Load() local 426 auto offs = offsets(); in Store() local 469 rr::Scatter(rr::Pointer<EL>(base), val, offs, mask, alignment); in Store() local
|
/third_party/zlib/contrib/infback9/ |
H A D | inftree9.c | 54 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ in inflate_table9() local
|
/third_party/zlib/ |
H A D | inftrees.c | 54 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ in inflate_table() local
|
/drivers/hdf_core/adapter/khdf/liteos/model/storage/src/mtd/ |
H A D | mtd_char_lite.c | 338 loff_t offs; in MtdCharIoctlGetBadBlock() local 355 loff_t offs; in MtdCharIoctlSetBadBlock() local [all...] |
/kernel/linux/linux-5.10/block/ |
H A D | blk-map.c | 262 size_t offs, added = 0; in bio_map_user_iov() local
|
/kernel/linux/linux-5.10/arch/arm/mach-imx/ |
H A D | avic.c | 91 u8 offs = d->hwirq < AVIC_NUM_IRQS / 2 ? in avic_irq_suspend() local 112 u8 offs = d->hwirq < AVIC_NUM_IRQS / 2 ? in avic_irq_resume() local
|
/kernel/linux/linux-5.10/arch/nios2/kernel/ |
H A D | time.c | 63 static u16 timer_readw(struct nios2_timer *timer, u32 offs) in timer_readw() argument 68 static void timer_writew(struct nios2_timer *timer, u16 val, u32 offs) in timer_writew() argument
|
/kernel/linux/linux-5.10/arch/x86/kernel/kprobes/ |
H A D | opt.c | 41 long offs; in __recover_optprobed_insn() local
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
H A D | s3c64xx.c | 279 int offs = eint_offset(data->irq); in s3c_irq_eint_set_type() local [all...] |
/kernel/linux/linux-5.10/crypto/async_tx/ |
H A D | async_raid6_recov.c | 153 __2data_recov_4(int disks, size_t bytes, int faila, int failb, struct page **blocks, unsigned int *offs, struct async_submit_ctl *submit) __2data_recov_4() argument 203 __2data_recov_5(int disks, size_t bytes, int faila, int failb, struct page **blocks, unsigned int *offs, struct async_submit_ctl *submit) __2data_recov_5() argument 294 __2data_recov_n(int disks, size_t bytes, int faila, int failb, struct page **blocks, unsigned int *offs, struct async_submit_ctl *submit) __2data_recov_n() argument 393 async_raid6_2data_recov(int disks, size_t bytes, int faila, int failb, struct page **blocks, unsigned int *offs, struct async_submit_ctl *submit) async_raid6_2data_recov() argument 471 async_raid6_datap_recov(int disks, size_t bytes, int faila, struct page **blocks, unsigned int *offs, struct async_submit_ctl *submit) async_raid6_datap_recov() argument [all...] |
H A D | async_pq.c | 143 is_dma_pq_aligned_offs(struct dma_device *dev, unsigned int *offs, in is_dma_pq_aligned_offs() argument
|
/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | dw_apb_timer.c | 49 static inline u32 apbt_readl(struct dw_apb_timer *timer, unsigned long offs) in apbt_readl() argument 60 static inline u32 apbt_readl_relaxed(struct dw_apb_timer *timer, unsigned long offs) in apbt_readl_relaxed() argument 54 apbt_writel(struct dw_apb_timer *timer, u32 val, unsigned long offs) apbt_writel() argument 65 apbt_writel_relaxed(struct dw_apb_timer *timer, u32 val, unsigned long offs) apbt_writel_relaxed() argument
|
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
H A D | gluebi.c | 156 int err = 0, lnum, offs, bytes_left; in gluebi_read() local 196 int err = 0, lnum, offs, bytes_left; in gluebi_write() local [all...] |
/kernel/linux/linux-5.10/drivers/mtd/ |
H A D | nftlcore.c | 123 int nftl_read_oob(struct mtd_info *mtd, loff_t offs, size_t len, in nftl_read_oob() argument 144 int nftl_write_oob(struct mtd_info *mtd, loff_t offs, size_t len, in nftl_write_oob() argument 167 static int nftl_write(struct mtd_info *mtd, loff_t offs, size_t len, in nftl_write() argument
|
H A D | mtdpart.c | 200 uint64_t offs = 0; in allocate_partition() local
|
H A D | ssfdc.c | 164 static int read_raw_oob(struct mtd_info *mtd, loff_t offs, uint8_t *buf) in read_raw_oob() argument
|
/kernel/linux/linux-5.10/drivers/mtd/parsers/ |
H A D | sharpslpart.c | 98 static int sharpsl_nand_read_oob(struct mtd_info *mtd, loff_t offs, u8 *buf) in sharpsl_nand_read_oob() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/altera/ |
H A D | altera_sgdma.c | 410 uintptr_t offs = (uintptr_t)desc - (uintptr_t)priv->tx_dma_desc; in sgdma_txphysaddr() local 419 uintptr_t offs = (uintptr_t)desc - (uintptr_t)priv->rx_dma_desc; in sgdma_rxphysaddr() local
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | cm2xxx.c | 111 unsigned long offs; in omap2xxx_cm_split_idlest_reg() local
|
/kernel/linux/linux-6.6/arch/arm/mach-s3c/ |
H A D | s3c64xx.c | 271 int offs = eint_offset(data->irq); in s3c_irq_eint_set_type() local [all...] |
/kernel/linux/linux-6.6/arch/arm/mach-imx/ |
H A D | avic.c | 92 u8 offs = d->hwirq < AVIC_NUM_IRQS / 2 ? in avic_irq_suspend() local 113 u8 offs = d->hwirq < AVIC_NUM_IRQS / 2 ? in avic_irq_resume() local
|
/kernel/linux/linux-6.6/arch/nios2/kernel/ |
H A D | time.c | 63 static u16 timer_readw(struct nios2_timer *timer, u32 offs) in timer_readw() argument 68 static void timer_writew(struct nios2_timer *timer, u16 val, u32 offs) in timer_writew() argument
|
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/ |
H A D | aic94xx_reg.h | 99 asd_ddbsite_read_byte(struct asd_ha_struct *asd_ha, u16 ddb_site_no, u16 offs) asd_ddbsite_read_byte() argument 125 asd_ddbsite_write_byte(struct asd_ha_struct *asd_ha, u16 ddb_site_no, u16 offs, u8 val) asd_ddbsite_write_byte() argument 152 asd_scbsite_read_byte(struct asd_ha_struct *asd_ha, u16 scb_site_no, u16 offs) asd_scbsite_read_byte() argument 178 asd_scbsite_write_byte(struct asd_ha_struct *asd_ha, u16 scb_site_no, u16 offs, u8 val) asd_scbsite_write_byte() argument 206 asd_ddbsite_update_word(struct asd_ha_struct *asd_ha, u16 ddb_site_no, u16 offs, u16 oldval, u16 newval) asd_ddbsite_update_word() argument 227 asd_ddbsite_update_byte(struct asd_ha_struct *asd_ha, u16 ddb_site_no, u16 offs, u8 _oldval, u8 _newval) asd_ddbsite_update_byte() argument [all...] |