Home
last modified time | relevance | path

Searched refs:u16_strlen (Results 1 – 10 of 10) sorted by relevance

/u-boot/lib/
A Dcharset.c378 size_t u16_strlen(const void *in) in u16_strlen() function
399 return (u16_strlen(in) + 1) * sizeof(u16); in u16_strsize()
422 len = (u16_strlen(src) + 1) * sizeof(u16); in u16_strdup()
/u-boot/include/
A Dcharset.h213 size_t u16_strlen(const void *in);
A Defi_api.h949 (u16_strlen(blk->string_text) + 1) * 2; in efi_hii_sibt_string_ucs2_block_next()
/u-boot/lib/efi_loader/
A Defi_load_options.c116 label_len = (u16_strlen(lo->label) + 1) * sizeof(u16); in efi_serialize_load_option()
A Defi_var_file.c166 u16 *data = var->name + u16_strlen(var->name) + 1; in efi_var_restore()
A Defi_variable.c118 + u16_strlen(variable) * sizeof(u16), 1); in efi_variable_authenticate()
A Defi_file.c186 flen = u16_strlen(file_name); in file_open()
A Defi_hii.c903 len = (u16_strlen(str) + 1) * sizeof(u16); in get_string()
/u-boot/test/
A Dunicode_ut.c62 ut_asserteq(6, u16_strlen(c1)); in unicode_test_u16_strlen()
63 ut_asserteq(8, u16_strlen(c2)); in unicode_test_u16_strlen()
64 ut_asserteq(3, u16_strlen(c3)); in unicode_test_u16_strlen()
65 ut_asserteq(6, u16_strlen(c4)); in unicode_test_u16_strlen()
/u-boot/cmd/
A Defidebug.c970 label_len16 = u16_strlen(lo.label); in show_efi_boot_opt_data()
1193 label_len16 = u16_strlen(lo.label); in show_efi_boot_order()

Completed in 30 milliseconds