Home
last modified time | relevance | path

Searched refs:type_cnt (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace/
H A D0001-Detect-new-BTF-api-btf_dump__new-btf_dump__new_v0_6_.patch86 +static __u32 type_cnt(const struct btf *btf)
139 + __s32 id, max = (__s32)type_cnt(btf);
148 + __s32 id, max = (__s32)type_cnt(btf);
157 + __s32 id, max = (__s32)type_cnt(btf);
177 + __s32 id, max = (__s32)type_cnt(btf);
196 + __s32 id, max = (__s32)type_cnt(btf);
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dump.c30 size_t type_cnt = btf__get_nr_types(btf); in btf_dump_all_types() local
38 for (id = 1; id <= type_cnt; id++) { in btf_dump_all_types()
/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_data_impl.cpp208 indexes->type_cnt[type_id]++; in rc_data_group_put_node()
247 indexes->type_cnt[type_id]--; in rc_data_group_put_node()
/OK3568_Linux_fs/external/mpp/mpp/codec/inc/
H A Drc_data_impl.h98 RK_S32 type_cnt[2]; member