Searched refs:shortname_len (Results 1 – 1 of 1) sorted by relevance
270 size_t bytes_needed, shortname_len, fullname_len, description_len; in cs_dsp_mock_wmfw_add_coeff_desc() local302 shortname_len = strlen(def->shortname); in cs_dsp_mock_wmfw_add_coeff_desc()311 bytes_needed += round_up(shortname_len + sizeof(u8), sizeof(__le32)); in cs_dsp_mock_wmfw_add_coeff_desc()324 shortstring->len = shortname_len; in cs_dsp_mock_wmfw_add_coeff_desc()325 memcpy(shortstring->data, def->shortname, shortname_len); in cs_dsp_mock_wmfw_add_coeff_desc()328 ple32 += round_up(struct_size_t(struct wmfw_short_string, data, shortname_len), in cs_dsp_mock_wmfw_add_coeff_desc()
Completed in 4 milliseconds