Home
last modified time | relevance | path

Searched refs:new_length (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dexconcat.c349 acpi_size new_length; in acpi_ex_concat_template() local
379 new_length = length0 + length1 + sizeof(struct aml_resource_end_tag); in acpi_ex_concat_template()
383 return_desc = acpi_ut_create_buffer_object(new_length); in acpi_ex_concat_template()
398 new_buf[new_length - 1] = 0; in acpi_ex_concat_template()
399 new_buf[new_length - 2] = ACPI_RESOURCE_NAME_END_TAG | 1; in acpi_ex_concat_template()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_api.c286 RK_U32 new_length = 0; in h265e_proc_enc_skip() local
291 new_length = h265e_code_slice_skip_frame(ctx, p->slice, ptr, len); in h265e_proc_enc_skip()
292 task->length = new_length; in h265e_proc_enc_skip()
293 task->rc_task->info.bit_real = 8 * new_length; in h265e_proc_enc_skip()
305 RK_U32 new_length = 0; in h265e_add_sei() local
311 new_length = h265e_sei_recovery_point(ptr, uuid, &recovery_frame_cnt, 0); in h265e_add_sei()
313 new_length = h265e_data_to_sei(ptr, uuid, data, size); in h265e_add_sei()
315 *length = new_length; in h265e_add_sei()
317 mpp_packet_set_length(pkt, offset + new_length); in h265e_add_sei()
318 mpp_packet_add_segment_info(pkt, NAL_SEI_PREFIX, offset, new_length); in h265e_add_sei()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dmap.c40 size_t app_abi_length, new_length; in replace_android_lib() local
59 new_length = 7 + app_abi_length + lib_length; in replace_android_lib()
63 new_length += strlen(apk_path) + 1; in replace_android_lib()
64 if (new_length > PATH_MAX) in replace_android_lib()
66 snprintf(newfilename, new_length, in replace_android_lib()
69 if (new_length > PATH_MAX) in replace_android_lib()
71 snprintf(newfilename, new_length, in replace_android_lib()
101 new_length = 27 + ndk_length + in replace_android_lib()
105 if (new_length > PATH_MAX) in replace_android_lib()
107 snprintf(newfilename, new_length, in replace_android_lib()
/OK3568_Linux_fs/kernel/fs/ntfs/
H A Drunlist.c1486 const s64 new_length) in ntfs_rl_truncate_nolock() argument
1491 ntfs_debug("Entering for new_length 0x%llx.", (long long)new_length); in ntfs_rl_truncate_nolock()
1493 BUG_ON(new_length < 0); in ntfs_rl_truncate_nolock()
1495 if (!new_length) { in ntfs_rl_truncate_nolock()
1516 rl[1].vcn = rl->length = new_length; in ntfs_rl_truncate_nolock()
1520 BUG_ON(new_length < rl->vcn); in ntfs_rl_truncate_nolock()
1522 while (likely(rl->length && new_length >= rl[1].vcn)) in ntfs_rl_truncate_nolock()
1539 rl->length = new_length - rl->vcn; in ntfs_rl_truncate_nolock()
1549 rl->vcn = new_length; in ntfs_rl_truncate_nolock()
1566 } else if (likely(/* !rl->length && */ new_length > rl->vcn)) { in ntfs_rl_truncate_nolock()
[all …]
H A Drunlist.h81 runlist *const runlist, const s64 new_length);
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfirmware.c379 u32 *new_length, u16 domain_nr, u16 bus_nr) in brcmf_fw_nvram_strip() argument
410 *new_length = roundup(nvp.nvram_len + 1, 4); in brcmf_fw_nvram_strip()
411 while (pad != *new_length) { in brcmf_fw_nvram_strip()
416 token = *new_length / 4; in brcmf_fw_nvram_strip()
420 memcpy(&nvp.nvram[*new_length], &token_le, sizeof(token_le)); in brcmf_fw_nvram_strip()
421 *new_length += sizeof(token_le); in brcmf_fw_nvram_strip()
/OK3568_Linux_fs/external/mpp/mpp/hal/common/h264/
H A Dhal_h264e_stream_amend.h41 RK_S32 new_length; member
H A Dhal_h264e_stream_amend.c127 ctx->new_length = 0; in h264e_vepu_stream_amend_config()
310 ctx->new_length = final_len; in h264e_vepu_stream_amend_proc()
/OK3568_Linux_fs/kernel/fs/coda/
H A Dupcall.c234 size_t new_length, const char *old_name, in venus_rename() argument
243 insize = max_t(unsigned int, offset + new_length + old_length + 8, in venus_rename()
259 s = ( new_length & ~0x3) +4; /* round up to word boundary */ in venus_rename()
260 memcpy((char *)(inp) + offset, new_name, new_length); in venus_rename()
261 *((char *)inp + offset + new_length) = '\0'; in venus_rename()
H A Dcoda_psdev.h73 size_t new_length, const char *old_name,
H A Ddir.c301 int new_length = new_dentry->d_name.len; in coda_rename() local
308 coda_i2f(new_dir), old_length, new_length, in coda_rename()
/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A Decryptfs_kernel.h569 int ecryptfs_fill_zeros(struct file *file, loff_t new_length);
609 int ecryptfs_truncate(struct dentry *dentry, loff_t new_length);
H A Dinode.c843 int ecryptfs_truncate(struct dentry *dentry, loff_t new_length) in ecryptfs_truncate() argument
845 struct iattr ia = { .ia_valid = ATTR_SIZE, .ia_size = new_length }; in ecryptfs_truncate()
849 rc = ecryptfs_inode_newsize_ok(d_inode(dentry), new_length); in ecryptfs_truncate()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-logitech-hidpp.c430 int new_length; in hidpp_prefix_name() local
438 new_length = PREFIX_LENGTH + name_length; in hidpp_prefix_name()
439 new_name = kzalloc(new_length, GFP_KERNEL); in hidpp_prefix_name()
443 snprintf(new_name, new_length, "Logitech %s", *name); in hidpp_prefix_name()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu1_v2.c677 ctx->hw_mbrc.out_strm_size = amend->new_length; in hal_h264e_vepu1_wait_v2()
H A Dhal_h264e_vepu2_v2.c742 ctx->hw_mbrc.out_strm_size = amend->new_length; in hal_h264e_vepu2_wait_v2()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541.c1742 task->hw_length = amend->new_length; in hal_h264e_vepu541_wait()
H A Dhal_h264e_vepu580.c2514 task->hw_length = amend->new_length; in hal_h264e_vepu580_wait()