Home
last modified time | relevance | path

Searched full:character (Results 1 – 25 of 874) sorted by relevance

12345678910>>...35

/openbmc/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_types.h24 * @A: The first ASCII character.
25 * @B: The second ASCII character.
38 * @A: The first ASCII character.
39 * @B: The second ASCII character.
40 * @C: The third ASCII character.
41 * @D: The fourth ASCII character.
55 * @A: The first ASCII character.
56 * @B: The second ASCII character.
57 * @C: The third ASCII character.
58 * @D: The fourth ASCII character.
[all …]
/openbmc/u-boot/include/
H A Dvideo_console.h51 * @x_charsize: Character width in pixels
52 * @y_charsize: Character height in pixels
56 * @last_ch: Last character written to the text console on this line
76 * ANSI escape sequences are accumulated character by character,
96 * putc_xy() - write a single character to a position
102 * @ch: Character to write
137 * each character output so that backspace will return to the correct
146 * backspace() - Handle erasing the last character
149 * the previous character. This optional method will be called when
151 * character and update the cursor position (xcur_frac, ycur) to the
[all …]
H A Defi_selftest.h80 * efi_st_translate_char() - translate a unicode character to a string
82 * @code: unicode character
90 * @code: unicode character
116 * Reads an Unicode character from the input device.
118 * @return: Unicode character
/openbmc/qemu/ui/
H A Dvnc_keysym.h627 {"Thai_bobaimai", 0x0dba}, /* U+0E1A THAI CHARACTER BO BAIMAI */
628 {"Thai_chochan", 0x0da8}, /* U+0E08 THAI CHARACTER CHO CHAN */
629 {"Thai_chochang", 0x0daa}, /* U+0E0A THAI CHARACTER CHO CHANG */
630 {"Thai_choching", 0x0da9}, /* U+0E09 THAI CHARACTER CHO CHING */
631 {"Thai_chochoe", 0x0dac}, /* U+0E0C THAI CHARACTER CHO CHOE */
632 {"Thai_dochada", 0x0dae}, /* U+0E0E THAI CHARACTER DO CHADA */
633 {"Thai_dodek", 0x0db4}, /* U+0E14 THAI CHARACTER DO DEK */
634 {"Thai_fofa", 0x0dbd}, /* U+0E1D THAI CHARACTER FO FA */
635 {"Thai_fofan", 0x0dbf}, /* U+0E1F THAI CHARACTER FO FAN */
636 {"Thai_hohip", 0x0dcb}, /* U+0E2B THAI CHARACTER HO HIP */
[all …]
/openbmc/libcper/include/libcper/
H A DBaseTypes.h42 /// 2-byte Character. Unless otherwise specified all strings are stored in the
60 /// 1-byte Character
83 @param A The first ASCII character.
84 @param B The second ASCII character.
96 @param A The first ASCII character.
97 @param B The second ASCII character.
98 @param C The third ASCII character.
99 @param D The fourth ASCII character.
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_sol.robot107 Set Invalid SOL Character Accumulate Level
108 [Documentation] Verify invalid SOL's character accumulate level via IPMI.
111 # Any integer above 255 is invalid for SOL character accumulate level.
115 ... sol set character-accumulate-level ${value}
119 Set Invalid SOL Character Send Threshold
120 [Documentation] Verify invalid SOL's character send threshold via IPMI.
123 # Any integer above 255 is invalid for SOL character send threshold.
127 ... sol set character-send-threshold ${value}
187 Set Valid SOL Character Accumulate Level
188 [Documentation] Verify valid SOL's character accumulat
[all...]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtext/
H A Dlibtext-charwidth-perl_0.04.bb5 example, ASCII characters occupy one column per character, east Asian \
7 per character, and combining characters (apperaring in ISO-8859-11 Thai, \
8 Unicode, and so on) occupy zero columns per character. mbwidth() gives the \
9 width of the first character of the given string and mbswidth() gives the \
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Ddammit.py19 # Import a library to autodetect character encodings. We'll support
94 for name_with_semicolon, character in sorted(html5.items()):
96 # code points have multiple character reference names. For
99 … # - https://html.spec.whatwg.org/multipage/named-characters.html#named-character-references
101 # The parsers are in charge of handling (or not) character
113 name_to_unicode[name] = character
116 # character sequences that _could_ be converted to named
118 unicode_to_name[character] = name
126 if (len(character) == 1 and ord(character) < 128
127 and character not in '<>&'):
[all …]
/openbmc/qemu/include/chardev/
H A Dchar.h17 /* character device */
80 * Create a new character backend from a QemuOpts list.
82 * Returns: on success: a new character backend
95 * Parse the common options available to all character backends.
115 * Create a new character backend from a URI.
118 * Returns: a new character backend
129 * Create a new character backend from a URI.
132 * Returns: a new character backend
141 * Change an existing character backend
159 * Create a new character backend from a URI.
[all …]
/openbmc/qemu/rust/qemu-api/src/
H A Dchardev.rs5 //! Bindings for character devices
7 //! Character devices in QEMU can run under the big QEMU lock or in a separate
36 /// A safe wrapper around [`bindings::CharBackend`], denoting the character
90 /// Enable the front-end's character device handlers, if there is an
102 // So require the owner to outlive the character device. in enable_handlers()
170 /// Disable the front-end's character device handlers.
195 /// Temporarily borrow the character device, allowing it to be used
197 /// the big QEMU lock while the character device is borrowed, as
198 /// that might cause C code to write to the character device.
220 /// Write data to a character backend from the front end. This function
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D05_wildcard_matching.patch68 + /* If next character in pattern is known, optimize. */
71 + /* Look instances of the next character in pattern, and try
81 + /* Move ahead one character at a time and try to match at each
90 + /* There must be at least one more character in the string. If we are
95 + /* Check if the next character of the string is acceptable. */
99 + /* Move to the next character, both in string and in pattern. */
/openbmc/qemu/docs/system/
H A Dmux-chardev.rst.inc1 During emulation, if you are using a character backend multiplexer
4 start with an escape character, which is :kbd:`Ctrl+a` by default, but can be
33 - Send the escape character to the frontend
H A Dmux-chardev.rst1 .. _keys in the character backend multiplexer:
3 Keys in the character backend multiplexer
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml/
H A DCVE-2021-42260.patch5 the start byte of a three byte character) this leads to an infinite
17 { p +=3; ++col; } // A normal character.
21 + // TIXML_UTF_LEAD_0 (239) is the start character of a 3 byte sequence, so
/openbmc/u-boot/lib/efi_loader/
H A Defi_unicode_collation.c84 * - ? matches 1 character
85 * - [<char1><char2>...<charN>] match any character in the set
86 * - [<char1>-<char2>] matches any character in the range
112 /* Match any one character */ in metai_match()
115 /* Match any character in the set */ in metai_match()
145 /* Match one character */ in metai_match()
165 * - ? matches 1 character
166 * - [<char1><char2>...<charN>] match any character in the set
167 * - [<char1>-<char2>] matches any character in the range
271 * Return: true if an illegal character was substituted by '_'.
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D_htmlparser.py183 """Handle a numeric character reference by converting it to the
184 corresponding Unicode character and treating it as textual
187 :param name: Character number, possibly in hexadecimal.
219 data = data or "\N{REPLACEMENT CHARACTER}"
224 corresponding Unicode character(s) and treating it as textual
229 character = EntitySubstitution.HTML_ENTITY_TO_CHARACTER.get(name)
230 if character is not None:
231 data = character
234 # was an character entity reference with a missing
236 # HTML, we have a complete list of all character entity references,
[all …]
/openbmc/phosphor-net-ipmid/sol/
H A Dsol_context.hpp73 * RMCP+ packet, followed by the console character data.
79 uint8_t acceptedCharCount; //!< Accepted character count
173 * @param[in] sendThreshold - Character send threshold.
188 * @param[in] sendThreshold - Character send threshold.
211 /** @brief Character send threshold. */
249 * @param[in] count - Accepted character count.
251 * @param[in] input - Incoming SOL character data.
278 /** @brief Expected character count.
280 * Expected Sequence number and expected character count is set before
300 * @param[in] count - Accepted Character Count.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dtftp-hpa-bug-fix-on-separated-CR-and-LF.patch8 Add a checking on the first character to fix it.
26 + /* Check the first character together with prevchar */
34 c = *p++; /* pick up a character */
/openbmc/u-boot/drivers/video/
H A Dconsole_truetype.c89 * Allow one for each character on the command line plus one for each newline.
100 * @pos: List of cursor positions for each character written. This is
103 * last character. We record enough characters to go back to the
207 /* First get some basic metrics about this character */ in console_truetype_putc_xy()
212 * a character previously, using kerning to fine-tune the position of in console_truetype_putc_xy()
213 * this character */ in console_truetype_putc_xy()
221 * Figure out where the cursor will move to after this character, and in console_truetype_putc_xy()
223 * effective width of this character, which will be our return value: in console_truetype_putc_xy()
243 * image of the character. For empty characters, like ' ', data will in console_truetype_putc_xy()
252 /* Figure out where to write the character in the frame buffer */ in console_truetype_putc_xy()
[all …]
/openbmc/bmcweb/http/
H A Dutility.hpp44 char character = url[urlIndex]; in getParameterTag() local
45 if (character == '<') in getParameterTag()
53 if (character == '>') in getParameterTag()
95 char character = base64key[index]; in getDecodeTable() local
96 decodeTable[std::bit_cast<uint8_t>(character)] = in getDecodeTable()
218 // Base64 encodes 3 character blocks as 4 character blocks in encodedSize()
226 // Encodes a 3 character stream into a 4 character stream in base64encode()
279 // non base64 character in base64Decode()
290 // non base64 character in base64Decode()
307 // non base64 character in base64Decode()
[all …]
/openbmc/u-boot/doc/
H A DREADME.autoboot32 It's not so good if the key press was a stray character on the
37 character at the wrong time and the system hangs, with no clue as to
86 they are used a specific character or string is required to
123 partial match is detected, the first non-matching character
126 character of a key string does not appear in the rest of the
/openbmc/qemu/qapi/
H A Dchar.json7 # Character devices
16 # Information about a character device.
18 # @label: the label of the character device
20 # @filename: the filename of the character device
26 # .. note:: @filename is encoded using the QEMU command line character
39 # Return information about current character devices.
72 # Information about a character device backend
83 # Return information about character device backends.
126 # Write to a ring buffer character device.
128 # @device: the ring buffer character device name
[all …]
/openbmc/qemu/python/qemu/utils/
H A D__init__.py80 ┃ accommodate the occasional unicode character that might make
94 :param upper_left: Upper-left single-width text decoration character.
95 :param lower_left: Lower-left single-width text decoration character.
96 :param horizontal: Horizontal single-width text decoration character.
97 :param vertical: Vertical single-width text decoration character.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/
H A DAsset.interface.yaml16 YYYYMMDDThhmmssZ. Where 'T' is a literal character to separate date
17 fields from time and 'Z' is a literal character to indicate UTC. If
/openbmc/qemu/include/hw/char/
H A Dimx_serial.h31 #define URXD_CHARRDY (1<<15) /* character read is valid */
32 #define URXD_ERR (1<<14) /* Character has error */
33 #define URXD_OVRRUN (1<<13) /* 32nd character in RX FIFO */
34 #define URXD_FRMERR (1<<12) /* Character has frame error */
92 /* Assume 8 bits per character */

12345678910>>...35