Home
last modified time | relevance | path

Searched refs:language (Results 1 – 25 of 28) sorted by relevance

12

/u-boot/scripts/kconfig/tests/err_recursive_dep/
A Dexpected_stderr3 For a resolution refer to Documentation/kbuild/kconfig-language.txt
8 For a resolution refer to Documentation/kbuild/kconfig-language.txt
14 For a resolution refer to Documentation/kbuild/kconfig-language.txt
20 For a resolution refer to Documentation/kbuild/kconfig-language.txt
26 For a resolution refer to Documentation/kbuild/kconfig-language.txt
31 For a resolution refer to Documentation/kbuild/kconfig-language.txt
37 For a resolution refer to Documentation/kbuild/kconfig-language.txt
/u-boot/lib/efi_loader/
A Defi_hii.c76 char *language; member
109 free(stbl->language); in free_strings_table()
181 stbl->language = strdup((char *)strings_package->language); in add_strings_package()
182 if (!stbl->language) { in add_strings_package()
229 free(stbl->language); in add_strings_package()
808 n = strlen(language); in language_match()
821 const u8 *language, in new_string() argument
840 if (language_match((char *)language, stbl->language)) { in new_string()
876 const u8 *language, in get_string() argument
894 if (language_match((char *)language, stbl->language)) { in get_string()
[all …]
A DKconfig271 value is a semicolon (;) separated list of language codes in native
272 RFC 4646 format, e.g. "en-US;de-DE". The first language code is used
/u-boot/drivers/usb/gadget/
A Dusbstring.c45 buf[2] = (u8) table->language; in usb_gadget_get_string()
46 buf[3] = (u8) (table->language >> 8); in usb_gadget_get_string()
A Dcomposite.c570 u16 language; in collect_langs() local
576 language = cpu_to_le16(s->language); in collect_langs()
578 if (tmp->val == language) in collect_langs()
581 tmp->val = language; in collect_langs()
590 u16 language, in lookup_string() argument
599 if (s->language != language) in lookup_string()
609 void *buf, u16 language, int id) in get_string() argument
653 if (cdev->use_os_string && language == 0 && id == OS_STRING_IDX) { in get_string()
669 len = lookup_string(composite->strings, buf, language, id); in get_string()
675 len = lookup_string(c->strings, buf, language, id); in get_string()
[all …]
A Dg_dnl.c84 .language = 0x0409, /* en-us */
A Dstorage_common.c557 .language = 0x0409, /* en-us */
A Df_dfu.c100 .language = 0x0409, /* en-us */
113 .language = 0x0409, /* en-us */
A Df_fastboot.c186 .language = 0x0409, /* en-us */
A Df_sdp.c275 .language = 0x0409, /* en-us */
A Df_rockusb.c93 .language = 0x0409, /* en-us */
/u-boot/doc/
A Dconf.py188 language = None variable
A DREADME.asn15 and used as a description language for defining data structure in
A DREADME.standalone111 language are stub functions that perform the jump through the jump
/u-boot/doc/arch/
A Dmips.rst43 initialized in board specific assembler language before the cache init
A Dxtensa.rst47 Extension (TIE) language.
/u-boot/doc/board/emulation/
A Dqemu-mips.rst209 Current language: auto; currently asm
217 Current language: auto; currently c
/u-boot/board/xilinx/common/
A Dfru_ops.c51 static int fru_check_type_len(u8 type_len, u8 language, u8 *type) in fru_check_type_len() argument
/u-boot/include/linux/usb/
A Dgadget.h914 u16 language; /* 0x0409 for en-us */ member
/u-boot/scripts/
A Dspelling.txt680 langage||language
681 langauage||language
682 langauge||language
683 langugage||language
/u-boot/include/
A Defi_api.h915 u8 language[]; member
1117 const u8 *language,
1123 const u8 *language,
1133 const u8 *language,
A Dppc_asm.tmpl9 * a PowerPC assembly language environment.
/u-boot/
A DKconfig3 # see the file Documentation/kbuild/kconfig-language.txt in the
/u-boot/Licenses/
A Dgpl-2.0.txt69 language. (Hereinafter, translation is included without limitation in
/u-boot/drivers/video/
A Dstb_truetype.h3122 …stbtt_int32 platform = ttUSHORT(fc+loc+0), encoding = ttUSHORT(fc+loc+2), language = ttUSHORT(fc+l… in stbtt__matchpair() local
3133 …fc+loc+12) == platform && ttUSHORT(fc+loc+12+2) == encoding && ttUSHORT(fc+loc+12+4) == language) { in stbtt__matchpair()

Completed in 60 milliseconds

12