Home
last modified time | relevance | path

Searched refs:new_offset (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsmp.c177 uint64_t new_offset; in sox_smpseek() local
181 new_offset = offset * (ft->encoding.bits_per_sample >> 3); in sox_smpseek()
184 alignment = new_offset % channel_block; in sox_smpseek()
190 new_offset += (channel_block - alignment); in sox_smpseek()
191 new_offset += smp->dataStart; in sox_smpseek()
193 ft->sox_errno = lsx_seeki(ft, (off_t)new_offset, SEEK_SET); in sox_smpseek()
196 smp->NoOfSamps = ft->signal.length - (new_offset / (ft->encoding.bits_per_sample >> 3)); in sox_smpseek()
H A Dwav.c1610 uint64_t new_offset = offset; in seek() local
1613 new_offset += (wav->samplesPerBlock - alignment); in seek()
1614 wav->numSamples = ft->signal.length - (new_offset / ft->signal.channels); in seek()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/
H A Dr819xU_phy.c130 u32 new_offset = 0; in rtl8192_phy_RFSerialRead() local
146 new_offset = offset - 30; in rtl8192_phy_RFSerialRead()
155 new_offset = offset - 15; in rtl8192_phy_RFSerialRead()
157 new_offset = offset; in rtl8192_phy_RFSerialRead()
162 new_offset = offset; in rtl8192_phy_RFSerialRead()
166 new_offset); in rtl8192_phy_RFSerialRead()
214 u32 DataAndAddr = 0, new_offset = 0; in rtl8192_phy_RFSerialWrite() local
224 new_offset = offset - 30; in rtl8192_phy_RFSerialWrite()
231 new_offset = offset - 15; in rtl8192_phy_RFSerialWrite()
233 new_offset = offset; in rtl8192_phy_RFSerialWrite()
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dalternative.c75 s32 orig_offset, new_offset; in get_alt_insn() local
85 new_offset = target - align_down(insnptr, SZ_4K); in get_alt_insn()
86 insn = aarch64_insn_adrp_set_offset(insn, new_offset); in get_alt_insn()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/
H A DBinRecord.cpp360 uint64_t new_offset = (uint64_t)temp_item->dst_offset - same_item->len; in removeBlock() local
361 temp_item->dst_offset = (void *)new_offset; in removeBlock()
365 uint64_t new_offset = (uint64_t)temp_item->ptr_offset - same_item->len; in removeBlock() local
366 temp_item->ptr_offset = (void *)new_offset; in removeBlock()
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_runtime.c310 ulong new_offset = map->virtual_start - in efi_set_virtual_address_map() local
313 efi_runtime_relocate(new_offset, map); in efi_set_virtual_address_map()
316 efi_runtime_detach(new_offset); in efi_set_virtual_address_map()
/OK3568_Linux_fs/kernel/arch/um/os-Linux/skas/
H A Dprocess.c477 unsigned long long new_offset; in copy_context_skas0() local
478 int new_fd = phys_mapping(to_phys((void *)new_stack), &new_offset); in copy_context_skas0()
485 .offset = MMAP_OFFSET(new_offset), in copy_context_skas0()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_csa.c124 u8 new_offset = (u8)new_chan_def.offset; in rtw_ecsa_update_sta_chan_info() local
129 pmlmeext->chandef.offset = new_offset; in rtw_ecsa_update_sta_chan_info()
145 if (rtw_chset_is_dfs_chbw(rfctl->channel_set, new_ch, new_bw, new_offset)) { in rtw_ecsa_update_sta_chan_info()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_csa.c124 u8 new_offset = (u8)new_chan_def.offset; in rtw_ecsa_update_sta_chan_info() local
129 pmlmeext->chandef.offset = new_offset; in rtw_ecsa_update_sta_chan_info()
145 if (rtw_chset_is_dfs_chbw(rfctl->channel_set, new_ch, new_bw, new_offset)) { in rtw_ecsa_update_sta_chan_info()
/OK3568_Linux_fs/kernel/fs/jbd2/
H A Djournal.c349 unsigned int new_offset; in jbd2_journal_write_metadata_buffer() local
378 new_offset = offset_in_page(jh_in->b_frozen_data); in jbd2_journal_write_metadata_buffer()
381 new_offset = offset_in_page(jh2bh(jh_in)->b_data); in jbd2_journal_write_metadata_buffer()
392 jbd2_buffer_frozen_trigger(jh_in, mapped_data + new_offset, in jbd2_journal_write_metadata_buffer()
398 if (*((__be32 *)(mapped_data + new_offset)) == in jbd2_journal_write_metadata_buffer()
425 memcpy(tmp, mapped_data + new_offset, bh_in->b_size); in jbd2_journal_write_metadata_buffer()
429 new_offset = offset_in_page(tmp); in jbd2_journal_write_metadata_buffer()
446 *((unsigned int *)(mapped_data + new_offset)) = 0; in jbd2_journal_write_metadata_buffer()
450 set_bh_page(new_bh, new_page, new_offset); in jbd2_journal_write_metadata_buffer()
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c520 xfs_dir2_data_aoff_t new_offset; /* next offset value */ in xfs_dir2_sf_addname_hard() local
546 offset = new_offset + xfs_dir2_data_entsize(mp, oldsfep->namelen), in xfs_dir2_sf_addname_hard()
549 new_offset = xfs_dir2_sf_get_offset(oldsfep); in xfs_dir2_sf_addname_hard()
550 if (offset + add_datasize <= new_offset) in xfs_dir2_sf_addname_hard()
H A Dxfs_iext_tree.c429 xfs_fileoff_t new_offset, in xfs_iext_update_node() argument
441 node->keys[i] = new_offset; in xfs_iext_update_node()
/OK3568_Linux_fs/external/xserver/dix/
H A Dprivates.c148 dixMovePrivates(PrivatePtr *privates, int new_offset, unsigned bytes) in dixMovePrivates() argument
150 memmove((char *) *privates + bytes, *privates, new_offset - bytes); in dixMovePrivates()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/raid/
H A Dmd_p.h265 __le32 new_offset; /* signed number to add to data_offset in new member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/raid/
H A Dmd_p.h265 __le32 new_offset; /* signed number to add to data_offset in new member
/OK3568_Linux_fs/kernel/include/uapi/linux/raid/
H A Dmd_p.h265 __le32 new_offset; /* signed number to add to data_offset in new member
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Debtables.c1979 unsigned int i, j, startoff, next_expected_off, new_offset = 0; in size_entry_mwt() local
2049 new_offset += ret; in size_entry_mwt()
2050 if (offsets_update && new_offset) { in size_entry_mwt()
2052 offsets_update[i], offsets[j] + new_offset); in size_entry_mwt()
2053 offsets_update[i] = offsets[j] + new_offset; in size_entry_mwt()
2060 ret = xt_compat_add_offset(NFPROTO_BRIDGE, offset, new_offset); in size_entry_mwt()
/OK3568_Linux_fs/kernel/drivers/md/
H A Dmd.c1185 unsigned long long new_offset);
1614 super_90_allow_new_offset(struct md_rdev *rdev, unsigned long long new_offset) in super_90_allow_new_offset() argument
1617 return new_offset == 0; in super_90_allow_new_offset()
1717 rdev->new_data_offset += (s32)le32_to_cpu(sb->new_offset); in super_1_load()
2084 sb->new_offset = cpu_to_le32((__u32)(rdev->new_data_offset in super_1_sync()
2244 unsigned long long new_offset) in super_1_allow_new_offset() argument
2248 if (new_offset >= rdev->data_offset) in super_1_allow_new_offset()
2262 if (rdev->sb_start + (32+4)*2 > new_offset) in super_1_allow_new_offset()
2267 bitmap->storage.file_pages * (PAGE_SIZE>>9) > new_offset) in super_1_allow_new_offset()
2269 if (rdev->badblocks.sector + rdev->badblocks.size > new_offset) in super_1_allow_new_offset()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c1134 u16 new_offset; in bcmgenet_update_stat_misc() local
1140 new_offset = RBUF_OVFL_CNT_V2; in bcmgenet_update_stat_misc()
1142 new_offset = RBUF_OVFL_CNT_V3PLUS; in bcmgenet_update_stat_misc()
1144 val = bcmgenet_rbuf_readl(priv, new_offset); in bcmgenet_update_stat_misc()
1147 bcmgenet_rbuf_writel(priv, 0, new_offset); in bcmgenet_update_stat_misc()
1151 new_offset = RBUF_ERR_CNT_V2; in bcmgenet_update_stat_misc()
1153 new_offset = RBUF_ERR_CNT_V3PLUS; in bcmgenet_update_stat_misc()
1155 val = bcmgenet_rbuf_readl(priv, new_offset); in bcmgenet_update_stat_misc()
1158 bcmgenet_rbuf_writel(priv, 0, new_offset); in bcmgenet_update_stat_misc()
/OK3568_Linux_fs/kernel/mm/
H A Dshmem.c2706 loff_t new_offset; in shmem_file_llseek() local
2719 new_offset = shmem_seek_hole_data(mapping, start, end, whence); in shmem_file_llseek()
2720 new_offset <<= PAGE_SHIFT; in shmem_file_llseek()
2721 if (new_offset > offset) { in shmem_file_llseek()
2722 if (new_offset < inode->i_size) in shmem_file_llseek()
2723 offset = new_offset; in shmem_file_llseek()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dxattr.c247 int *new_offset);
3756 int i, ret = 0, cmp = 1, block_off, new_offset; in ocfs2_find_xe_in_bucket() local
3784 &new_offset); in ocfs2_find_xe_in_bucket()
3791 xe_name = bucket_block(bucket, block_off) + new_offset; in ocfs2_find_xe_in_bucket()
4030 int *new_offset) in ocfs2_xattr_bucket_get_name_value() argument
4040 *new_offset = name_offset % sb->s_blocksize; in ocfs2_xattr_bucket_get_name_value()
4051 int i, block_off, new_offset; in ocfs2_list_xattr_bucket() local
4062 &new_offset); in ocfs2_list_xattr_bucket()
4067 new_offset; in ocfs2_list_xattr_bucket()
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dinode.c685 loff_t new_offset = in reiserfs_get_block() local
729 make_cpu_key(&key, inode, new_offset, TYPE_ANY, 3 /*key length */ ); in reiserfs_get_block()
730 if ((new_offset + inode->i_sb->s_blocksize - 1) > inode->i_size) { in reiserfs_get_block()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_display.c2367 u32 new_offset) in intel_adjust_tile_offset() argument
2373 WARN_ON(new_offset & (tile_size - 1)); in intel_adjust_tile_offset()
2374 WARN_ON(new_offset > old_offset); in intel_adjust_tile_offset()
2376 tiles = (old_offset - new_offset) / tile_size; in intel_adjust_tile_offset()
2385 return new_offset; in intel_adjust_tile_offset()
2399 u32 old_offset, u32 new_offset) in intel_adjust_aligned_offset() argument
2404 drm_WARN_ON(&dev_priv->drm, new_offset > old_offset); in intel_adjust_aligned_offset()
2422 old_offset, new_offset); in intel_adjust_aligned_offset()
2426 *y = (old_offset - new_offset) / pitch; in intel_adjust_aligned_offset()
2427 *x = ((old_offset - new_offset) - *y * pitch) / cpp; in intel_adjust_aligned_offset()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h2073 __le16 new_offset; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Dioctl_cfg80211.c10296 static bool rtw_ap_check_csa_setting(_adapter* a, u8 new_ch, u8 new_bw, u8 new_offset) in rtw_ap_check_csa_setting() argument
10326 RTW_INFO("CSA : reject, channel not legal csa_setting:%u,%u,%u\n", new_ch, new_bw, new_offset); in rtw_ap_check_csa_setting()
10333 rtw_is_chbw_grouped(new_ch, new_bw, new_offset, u_ch, u_bw, u_offset) == _FALSE) { in rtw_ap_check_csa_setting()
10335 new_ch, new_bw, new_offset, u_ch, u_bw, u_offset); in rtw_ap_check_csa_setting()
10340 c_ch, c_bw, c_offset, new_ch, new_bw, new_offset, u_ch, u_bw, u_offset); in rtw_ap_check_csa_setting()

12