Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/utils/
H A Dmpi_dec_utils.c622 RK_U32 max_name = 1; in mpi_dec_show_help() local
636 if (len > max_name) in mpi_dec_show_help()
637 max_name = len; in mpi_dec_show_help()
653 snprintf(logs, sizeof(logs) - 1, "-%%-%ds %%-%ds %%-%ds\n", max_name, max_full_name, max_help); in mpi_dec_show_help()
H A Dmpi_enc_utils.c503 RK_U32 max_name = 1; in mpi_enc_show_help() local
517 if (len > max_name) in mpi_enc_show_help()
518 max_name = len; in mpi_enc_show_help()
534 snprintf(logs, sizeof(logs) - 1, "-%%-%ds %%-%ds %%-%ds\n", max_name, max_full_name, max_help); in mpi_enc_show_help()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dannotate.c2691 int max_name = 0, len; in annotation__max_ins_name() local
2699 if (max_name < len) in annotation__max_ins_name()
2700 max_name = len; in annotation__max_ins_name()
2703 return max_name; in annotation__max_ins_name()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbtf.c1296 const size_t max_name = 256; in btf__get_map_kv_tids() local
1297 char container_name[max_name]; in btf__get_map_kv_tids()
1301 if (snprintf(container_name, max_name, "____btf_map_%s", map_name) == in btf__get_map_kv_tids()
1302 max_name) { in btf__get_map_kv_tids()