Home
last modified time | relevance | path

Searched refs:utf16 (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag/
H A D10_utf16.patch13 diff -urNad libid3tag-0.15.1b/utf16.c /tmp/dpep.tKvO7a/libid3tag-0.15.1b/utf16.c
14 --- libid3tag-0.15.1b/utf16.c 2006-01-13 15:26:29.000000000 +0100
15 +++ /tmp/dpep.tKvO7a/libid3tag-0.15.1b/utf16.c 2006-01-13 15:27:19.000000000 +0100
18 free(utf16);
/openbmc/pldm/platform-mc/
H A Dterminus.cpp293 [](uint16_t utf16) { return be16toh(utf16); }); in parseSensorAuxiliaryNamesPDR() argument
355 [](uint16_t utf16) { return be16toh(utf16); }); in parseEntityAuxiliaryNamesPDR() argument
/openbmc/libpldm/src/
H A Dmsgbuf.h1176 void *utf16 = NULL; in pldm_msgbuf_copy_string_utf16() local
1180 rc = pldm_msgbuf_span_string_utf16(src, &utf16, &len); in pldm_msgbuf_copy_string_utf16()
1185 return pldm__msgbuf_insert_array_void(dst, len, utf16, len); in pldm_msgbuf_copy_string_utf16()
/openbmc/linux/fs/vboxsf/
H A Dshfl_hostintf.h73 DECLARE_FLEX_ARRAY(u16, utf16);
/openbmc/linux/arch/ia64/kernel/
H A Defi.c926 efi_char16_t *utf16, name_utf16[32]; in efi_uart_console_only() local
933 utf16 = name_utf16; in efi_uart_console_only()
936 *utf16++ = *s++ & 0x7f; in efi_uart_console_only()
937 *utf16 = 0; in efi_uart_console_only()
/openbmc/pldm/pldmtool/
H A Dpldm_platform_cmd.cpp976 [](uint16_t utf16) { return be16toh(utf16); }); in printAuxNamePDR() argument