/u-boot/scripts/kconfig/tests/err_recursive_dep/ |
A D | expected_stderr | 3 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 D | efi_hii.c | 76 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 D | Kconfig | 271 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 D | usbstring.c | 45 buf[2] = (u8) table->language; in usb_gadget_get_string() 46 buf[3] = (u8) (table->language >> 8); in usb_gadget_get_string()
|
A D | composite.c | 570 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 D | g_dnl.c | 84 .language = 0x0409, /* en-us */
|
A D | storage_common.c | 557 .language = 0x0409, /* en-us */
|
A D | f_dfu.c | 100 .language = 0x0409, /* en-us */ 113 .language = 0x0409, /* en-us */
|
A D | f_fastboot.c | 186 .language = 0x0409, /* en-us */
|
A D | f_sdp.c | 275 .language = 0x0409, /* en-us */
|
A D | f_rockusb.c | 93 .language = 0x0409, /* en-us */
|
/u-boot/doc/ |
A D | conf.py | 188 language = None variable
|
A D | README.asn1 | 5 and used as a description language for defining data structure in
|
A D | README.standalone | 111 language are stub functions that perform the jump through the jump
|
/u-boot/doc/arch/ |
A D | mips.rst | 43 initialized in board specific assembler language before the cache init
|
A D | xtensa.rst | 47 Extension (TIE) language.
|
/u-boot/doc/board/emulation/ |
A D | qemu-mips.rst | 209 Current language: auto; currently asm 217 Current language: auto; currently c
|
/u-boot/board/xilinx/common/ |
A D | fru_ops.c | 51 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 D | gadget.h | 914 u16 language; /* 0x0409 for en-us */ member
|
/u-boot/scripts/ |
A D | spelling.txt | 680 langage||language 681 langauage||language 682 langauge||language 683 langugage||language
|
/u-boot/include/ |
A D | efi_api.h | 915 u8 language[]; member 1117 const u8 *language, 1123 const u8 *language, 1133 const u8 *language,
|
A D | ppc_asm.tmpl | 9 * a PowerPC assembly language environment.
|
/u-boot/ |
A D | Kconfig | 3 # see the file Documentation/kbuild/kconfig-language.txt in the
|
/u-boot/Licenses/ |
A D | gpl-2.0.txt | 69 language. (Hereinafter, translation is included without limitation in
|
/u-boot/drivers/video/ |
A D | stb_truetype.h | 3122 …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()
|