Home
last modified time | relevance | path

Searched refs:max_full_name (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/mpp/utils/
H A Dmpi_dec_utils.c623 RK_U32 max_full_name = 1; in mpi_dec_show_help() local
642 if (len > max_full_name) in mpi_dec_show_help()
643 max_full_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.c504 RK_U32 max_full_name = 1; in mpi_enc_show_help() local
523 if (len > max_full_name) in mpi_enc_show_help()
524 max_full_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()