Home
last modified time | relevance | path

Searched refs:index_offset (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/
H A Dtpm.c332 const size_t index_offset = 12; in tpm_nv_define_space() local
339 index_offset, index, in tpm_nv_define_space()
352 const size_t index_offset = 10; in tpm_nv_read_value() local
363 index_offset, index, in tpm_nv_read_value()
387 const size_t index_offset = 10; in tpm_nv_write_value() local
400 index_offset, index, in tpm_nv_write_value()
416 const size_t index_offset = 10; in tpm_extend() local
426 index_offset, index, in tpm_extend()
447 const size_t index_offset = 10; in tpm_pcr_read() local
458 index_offset, index)) in tpm_pcr_read()
[all …]
/OK3568_Linux_fs/kernel/fs/squashfs/
H A Ddir.c39 u64 *next_block, int *next_offset, u64 index_start, int index_offset, in get_dir_index_using_offset() argument
61 &index_offset, sizeof(dir_index)); in get_dir_index_using_offset()
79 &index_offset, size); in get_dir_index_using_offset()
H A Dnamei.c65 int index_offset, int i_count, const char *name, in get_dir_index_using_name() argument
88 &index_offset, sizeof(*index)); in get_dir_index_using_name()
98 &index_offset, size); in get_dir_index_using_name()
H A Dfile.c228 u64 *index_block, int *index_offset, u64 *data_block) in fill_meta_index() argument
308 *index_offset = cur_offset; in fill_meta_index()
/OK3568_Linux_fs/kernel/sound/core/
H A Dcontrol.c565 unsigned int index_offset; in snd_ctl_activate_id() local
574 index_offset = snd_ctl_get_ioff(kctl, id); in snd_ctl_activate_id()
575 vd = &kctl->vd[index_offset]; in snd_ctl_activate_id()
586 snd_ctl_build_ioff(id, kctl, index_offset); in snd_ctl_activate_id()
965 unsigned int index_offset; in __snd_ctl_elem_info() local
974 index_offset = snd_ctl_get_ioff(kctl, &info->id); in __snd_ctl_elem_info()
975 vd = &kctl->vd[index_offset]; in __snd_ctl_elem_info()
976 snd_ctl_build_ioff(&info->id, kctl, index_offset); in __snd_ctl_elem_info()
1036 unsigned int index_offset; in snd_ctl_elem_read() local
1045 index_offset = snd_ctl_get_ioff(kctl, &control->id); in snd_ctl_elem_read()
[all …]
/OK3568_Linux_fs/kernel/sound/pci/ice1712/
H A Dwm8776.c38 unsigned int index_offset; in snd_wm8776_activate_ctl() local
46 index_offset = snd_ctl_get_ioff(kctl, &kctl->id); in snd_wm8776_activate_ctl()
47 vd = &kctl->vd[index_offset]; in snd_wm8776_activate_ctl()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0017-CVE-2022-38127-3.patch46 - str_offset = byte_get (curr + index_offset, offset_size);
55 + str_offset = byte_get (curr + index_offset + str_offsets_base, offset_size);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/
H A Dbuffered_piece_collection.hpp635 … signed_size_type index_offset = static_cast<signed_size_type>(pc.robust_turns.size()) - 1; in insert_rescaled_piece_turns() local
639 ++rit, --index_offset) in insert_rescaled_piece_turns()
651 …turn_index].operations[rit->operation_index].index_in_robust_ring = index_in_vector + index_offset; in insert_rescaled_piece_turns()