Home
last modified time | relevance | path

Searched full:letters (Results 1 – 25 of 163) sorted by relevance

1234567

/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A Dgcc.git-ab884fffe3fc82a710bea66ad651720d71c938b8.patch35 a poorly documented feature of zic, to get the LETTERS field from a
39 letters field (as used by CE%sT where the variable part is either empty
40 or "S") from "the letters field is not known for this transition". The
41 tzdata file uses "-" for an empty letters field, which libstdc++ was
44 where we don't know the letters (and so need to decide it).
156 + format_abbrev_str(sys_info& info, string_view letters = {})
162 + // Expand "%s" to the variable part, given by Rule::letters.
163 + if (letters == "-")
166 + info.abbrev.replace(pos, 2, letters);
245 in >> rule.letters;
[all …]
/openbmc/gpioplus/src/gpioplus/utility/
H A Daspeed.hpp41 auto letters = name.substr(0, name.length() - 1); in nameToOffset() local
42 for (auto letter : letters) in nameToOffset()
46 throw std::logic_error("GPIO name must start with letters"); in nameToOffset()
58 for (auto letter : letters) in nameToOffset()
/openbmc/openbmc-test-automation/openpower/localuser/
H A Dtest_ipmi_redfish_user.robot32 ${random_username}= Generate Random String 8 [LETTERS]
46 ${random_username}= Generate Random String 8 [LETTERS]
72 ${random_username}= Generate Random String 8 [LETTERS]
100 ${random_username}= Generate Random String 8 [LETTERS]
127 ${random_username}= Generate Random String 8 [LETTERS]
175 ${random_username}= Generate Random String 8 [LETTERS]
/openbmc/openbmc-test-automation/redfish/account_service/
H A Dtest_ipmi_redfish_user.robot31 ${random_username}= Generate Random String 8 [LETTERS]
51 ${random_username}= Generate Random String 8 [LETTERS]
76 ${random_username}= Generate Random String 8 [LETTERS]
111 ${random_username}= Generate Random String 8 [LETTERS]
233 ${random_username}= Generate Random String 8 [LETTERS]
241 ${random_username}= Generate Random String 8 [LETTERS]
271 ${random_username}= Generate Random String 8 [LETTERS]
/openbmc/qemu/tcg/sparc64/
H A Dtcg-target-con-str.h8 * Define constraint letters for register sets:
14 * Define constraint letters for constants:
H A Dtcg-target-con-set.h9 * Each operand should be a sequence of constraint letters as defined by
/openbmc/qemu/tcg/mips/
H A Dtcg-target-con-str.h8 * Define constraint letters for register sets:
14 * Define constraint letters for constants:
H A Dtcg-target-con-set.h9 * Each operand should be a sequence of constraint letters as defined by
/openbmc/qemu/tcg/riscv/
H A Dtcg-target-con-str.h8 * Define constraint letters for register sets:
15 * Define constraint letters for constants:
H A Dtcg-target-con-set.h9 * Each operand should be a sequence of constraint letters as defined by
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target-con-str.h8 * Define constraint letters for register sets:
15 * Define constraint letters for constants:
/openbmc/qemu/tcg/ppc/
H A Dtcg-target-con-str.h8 * Define constraint letters for register sets:
16 * Define constraint letters for constants:
/openbmc/qemu/tcg/s390x/
H A Dtcg-target-con-str.h8 * Define constraint letters for register sets:
16 * Define constraint letters for constants:
/openbmc/qemu/tcg/arm/
H A Dtcg-target-con-str.h8 * Define constraint letters for register sets:
18 * Define constraint letters for constants:
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target-con-str.h13 * Define constraint letters for register sets:
20 * Define constraint letters for constants:
/openbmc/qemu/tcg/i386/
H A Dtcg-target-con-str.h9 * Define constraint letters for register sets:
26 * Define constraint letters for constants:
/openbmc/qemu/target/hexagon/
H A Dgen_decodetree.py64 # These instructions have unused operand letters in their encoding
161 ## Handle instructions with unused encoding letters
162 ## Change the unused letters to ignored
168 # Replace the operand letters with .
/openbmc/linux/lib/fonts/
H A DKconfig96 big letters. It fits between the sun 12x22 and the normal 8x16 font.
110 big letters (like the letters used in the SPARC PROM). If the
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-driver-speakup41 Description: This allows speakup to speak letters phoneticaly when arrowing through
45 will speak letters as normally.
161 word being reviewed. Zero just speaks the letters one after
240 can even change how Speakup will pronounce certain letters. For
289 to start speaking uppercase letters. For the soft synthesizer
297 speaking uppercase letters. In the case of the soft synthesizer
/openbmc/openbmc-test-automation/pldm/
H A Dtest_pldm_bios_attributes.robot30 ${random_attr}= Generate Random String 8 [LETTERS][NUMBERS]
46 ${random_str}= Generate Random String 8 [LETTERS][NUMBERS]
103 ${random_value}= Generate Random String ${count} [LETTERS][NUMBERS]
/openbmc/qemu/qapi/
H A Dqapi-util.c111 * A valid name consists of letters, digits, hyphen and underscore.
113 * may contain only letters, digits, hyphen and period.
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/
H A Dtest_user_management_sub_menu.robot161 ${username}= Generate Random String 8 [LETTERS]
177 ${username}= Generate Random String 8 [LETTERS]
215 ${username}= Generate Random String 8 [LETTERS]
257 ${username}= Generate Random String 8 [LETTERS]
/openbmc/qemu/tcg/tci/
H A Dtcg-target-con-str.h8 * Define constraint letters for register sets:
H A Dtcg-target-con-set.h9 * Each operand should be a sequence of constraint letters as defined by
/openbmc/openbmc/poky/meta/recipes-support/libunistring/
H A Dlibunistring_1.3.bb4 consist of very different scripts from Latin letters to Chinese Hanzi\

1234567