Home
last modified time | relevance | path

Searched refs:N_ (Results 1 – 25 of 72) sorted by relevance

123

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dcif-code.def39 N_("function not considered for inlining"))
43 N_("caller is not optimized"))
47 N_("function body not available"))
51 N_("redefined extern inline functions are not considered for "
56 N_("function not inlinable"))
60 N_("function body can be overwritten at link time"))
64 N_("function not inline candidate"))
68 N_("--param large-function-growth limit reached"))
70 N_("--param large-stack-frame-growth limit reached"))
72 N_("--param max-inline-insns-single limit reached"))
[all …]
H A Dintl.h54 #ifndef N_
55 # define N_(msgid) msgid macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dcif-code.def39 N_("function not considered for inlining"))
43 N_("caller is not optimized"))
47 N_("function body not available"))
51 N_("redefined extern inline functions are not considered for "
56 N_("function not inlinable"))
60 N_("function body can be overwritten at link time"))
64 N_("function not inline candidate"))
68 N_("--param large-function-growth limit reached"))
70 N_("--param large-stack-frame-growth limit reached"))
72 N_("--param max-inline-insns-single limit reached"))
[all …]
H A Dintl.h54 #ifndef N_
55 # define N_(msgid) msgid macro
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0038-efi-Use-grub_is_lockdown-instead-of-hardcoding-a-dis.patch77 - cmd_write = grub_register_command ("wrmsr", grub_cmd_msr_write, N_("ADDR VALUE"),
78 - N_("Write a value to a CPU model specific register."));
79 + cmd_write = grub_register_command_lockdown ("wrmsr", grub_cmd_msr_write, N_("ADDR VALUE"),
80 + N_("Write a value to a CPU model specific register."…
97 N_("PORT"), N_("Read 32-bit value from PORT."),
101 - N_("PORT VALUE [MASK]"),
102 - N_("Write 8-bit VALUE to PORT."));
104 + N_("PORT VALUE [MASK]"),
105 + N_("Write 8-bit VALUE to PORT."));
108 - N_("PORT VALUE [MASK]"),
[all …]
H A D0045-loader-xnu-Don-t-allow-loading-extension-and-package.patch22 N_("Load XNU image."));
24 0, N_("Load 64-bit XNU image."));
26 - N_("Load XNU extension package."));
28 - N_("Load XNU extension."));
35 - N_("DIRECTORY [OSBundleRequired]"),
38 - N_("Load XNU extension directory."));
40 + N_("Load XNU extension package."));
42 + N_("Load XNU extension."));
50 + N_("DIRECTORY [OSBundleRequired]"),
55 + N_("Load XNU extension directory."));
[all …]
H A D0041-commands-Restrict-commands-that-can-load-BIOS-or-DT-.patch53 - 0, N_("Create BIOS-like structures for"
58 - N_("BIOS_DUMP [INT10_DUMP]"),
59 - N_("Load BIOS dump."));
61 + 0, N_("Create BIOS-like structures for"
66 + N_("BIOS_DUMP [INT10_DUMP]"),
67 + N_("Load BIOS dump."));
76 0, N_("Load Linux."));
78 0, N_("Load initrd."));
81 - 0, N_("Load DTB file."));
84 + 0, N_("Load DTB file."));
[all …]
H A D0044-gdb-Restrict-GDB-access-when-locked-down.patch26 - N_("PORT"),
31 - N_("Start GDB stub on given port"));
36 - 0, N_("Break into GDB"));
38 - 0, N_("Stop GDB stub"));
40 + N_("PORT"),
47 + N_("Start GDB stub on given port"));
54 + 0, N_("Break into GDB"));
56 + 0, N_("Stop GDB stub"));
H A D0040-mmap-Don-t-register-cutmem-and-badram-commands-when-.patch54 - N_("ADDR1,MASK1[,ADDR2,MASK2[,...]]"),
55 - N_("Declare memory regions as faulty (badram)."));
57 - N_("FROM[K|M|G] TO[K|M|G]"),
58 - N_("Remove any memory regions in specified range."));
60 + N_("ADDR1,MASK1[,ADDR2,MASK2[,...]]"),
61 + N_("Declare memory regions as faulty (badram)."));
63 + N_("FROM[K|M|G] TO[K|M|G]"),
64 + N_("Remove any memory regions in specified range."));
H A D0043-commands-hdparm-Restrict-hdparm-command-when-locked-.patch25 - N_("[OPTIONS] DISK"),
26 - N_("Get/set ATA disk parameters."), options);
28 + N_("[OPTIONS] DISK"),
29 + N_("Get/set ATA disk parameters."), options);
H A D0042-commands-setpci-Restrict-setpci-command-when-locked-.patch25 - N_("[-s POSITION] [-d DEVICE] [-v VAR] "
27 - N_("Manipulate PCI devices."), options);
29 + N_("[-s POSITION] [-d DEVICE] [-v VAR] "
31 + N_("Manipulate PCI devices."), options);
H A D0142-grub-install-common-Add-sbat-option.patch20 { "pubkey", 'k', N_("FILE"), 0, \
21 N_("embed FILE as public key for signature checking"), 0}, \
22 + { "sbat", GRUB_INSTALL_OPTIONS_SBAT, N_("FILE"), 0, \
23 + N_("SBAT metadata"), 0 }, \
25 N_("print verbose messages."), 1 }
H A D0143-shim_lock-Only-skip-loading-shim_lock-verifier-with-.patch115 N_("embed FILE as public key for signature checking"), 0}, \
116 { "sbat", GRUB_INSTALL_OPTIONS_SBAT, N_("FILE"), 0, \
117 N_("SBAT metadata"), 0 }, \
119 + N_("disable shim_lock verifier"), 0 }, \
121 N_("print verbose messages."), 1 }
193 {"format", 'O', N_("FORMAT"), 0, 0, 0},
194 … {"compression", 'C', "(xz|none|auto)", 0, N_("choose the compression to use for core image"), 0},
195 {"sbat", 's', N_("FILE"), 0, N_("SBAT metadata"), 0},
196 + {"disable-shim-lock", GRUB_INSTALL_OPTIONS_DISABLE_SHIM_LOCK, 0, 0, N_("disable shim_lock verifi…
197 {"verbose", 'v', 0, 0, N_("print verbose messages."), 0},
H A D0039-acpi-Don-t-register-the-acpi-command-when-locked-dow.patch58 - N_("[-1|-2] [--exclude=TABLE1,TABLE2|"
61 - N_("Load host ACPI tables and tables "
65 + N_("[-1|-2] [--exclude=TABLE1,TABLE2|"
68 + N_("Load host ACPI tables and tables "
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/ncmpc/
H A D0001-SearchPage-use-regular-integer-to-fix-Wenum-constexp.patch25 { MPD_TAG_TITLE, N_("Title") },
26 { MPD_TAG_ARTIST, N_("Artist") },
27 { MPD_TAG_ALBUM, N_("Album") },
28 - { (enum mpd_tag_type)SEARCH_URI, N_("Filename") },
29 - { (enum mpd_tag_type)SEARCH_ARTIST_TITLE, N_("Artist + Title") },
30 + { SEARCH_URI, N_("Filename") },
31 + { SEARCH_ARTIST_TITLE, N_("Artist + Title") },
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dmconf.c25 static const char mconf_readme[] = N_(
175 menu_instructions[] = N_(
182 radiolist_instructions[] = N_(
187 inputbox_instructions_int[] = N_(
191 inputbox_instructions_hex[] = N_(
194 inputbox_instructions_string[] = N_(
197 setmod_text[] = N_(
200 load_config_text[] = N_(
204 load_config_help[] = N_(
215 save_config_text[] = N_(
[all …]
H A Dnconf.c18 static const char nconf_global_help[] = N_(
134 menu_no_f_instructions[] = N_(
151 menu_instructions[] = N_(
167 radiolist_instructions[] = N_(
172 inputbox_instructions_int[] = N_(
176 inputbox_instructions_hex[] = N_(
179 inputbox_instructions_string[] = N_(
182 setmod_text[] = N_(
185 load_config_text[] = N_(
189 load_config_help[] = N_(
[all …]
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dmconf.c25 static const char mconf_readme[] = N_(
175 menu_instructions[] = N_(
182 radiolist_instructions[] = N_(
187 inputbox_instructions_int[] = N_(
191 inputbox_instructions_hex[] = N_(
194 inputbox_instructions_string[] = N_(
197 setmod_text[] = N_(
200 load_config_text[] = N_(
204 load_config_help[] = N_(
215 save_config_text[] = N_(
[all …]
H A Dnconf.c18 static const char nconf_global_help[] = N_(
134 menu_no_f_instructions[] = N_(
151 menu_instructions[] = N_(
167 radiolist_instructions[] = N_(
172 inputbox_instructions_int[] = N_(
176 inputbox_instructions_hex[] = N_(
179 inputbox_instructions_string[] = N_(
182 setmod_text[] = N_(
185 load_config_text[] = N_(
189 load_config_help[] = N_(
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dtype.hpp96 Array(Type itemType_, std::size_t N_) : itemType(std::move(itemType_)), N(N_) {} in Array()
97 …Array(Type itemType_, optional<std::size_t> N_) : itemType(std::move(itemType_)), N(std::move(N_))… in Array()
/OK3568_Linux_fs/buildroot/package/mkpasswd/
H A Dutils.h38 # define N_(a) gettext_noop(a) macro
40 # define N_(a) (a) macro
44 # define N_(a) (a) macro
/OK3568_Linux_fs/kernel/tools/power/cpupower/utils/idle_monitor/
H A Dnhm_idle.c35 .desc = N_("Processor Core C3"),
42 .desc = N_("Processor Core C6"),
50 .desc = N_("Processor Package C3"),
57 .desc = N_("Processor Package C6"),
H A Damd_fam14h_idle.c53 .desc = N_("Package in sleep state (PC1 or deeper)"),
60 .desc = N_("Processor Package C1"),
67 .desc = N_("Processor Package C6"),
74 .desc = N_("North Bridge P1 boolean counter (returns 0 or 1)"),
H A Dsnb_idle.c32 .desc = N_("Processor Core C7"),
39 .desc = N_("Processor Package C2"),
46 .desc = N_("Processor Package C7"),
H A Dhsw_ext_idle.c34 .desc = N_("Processor Package C8"),
41 .desc = N_("Processor Package C9"),
48 .desc = N_("Processor Package C10"),

123