/openbmc/linux/Documentation/fb/ |
H A D | viafb.modes | 16 # 12 chars 2 lines 18 # 2 chars 10 lines 20 # 6 chars 33 lines 22 # 80 chars 480 lines 24 # 20 chars 45 lines 41 # 8 chars 3 lines 43 # 2 chars 1 lines 45 # 15 chars 16 lines 47 # 80 chars 480 lines 49 # 25 chars 20 lines [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-qtree.c | 70 char chars[] = variable 101 for (i = 0; chars[i]; i++) { in test_tree_search() 102 q_tree_insert(tree, &chars[i], &chars[i]); in test_tree_search() 107 g_assert(q_tree_nnodes(tree) == strlen(chars)); in test_tree_search() 110 p = chars; in test_tree_search() 114 removed = q_tree_remove(tree, &chars[i + 10]); in test_tree_search() 131 q_tree_insert(tree, &chars[i + 10], &chars[i + 10]); in test_tree_search() 134 p = chars; in test_tree_search() 209 for (i = 0; chars[i]; i++) { in test_tree_remove() 210 q_tree_insert(tree, &chars[i], &chars[i]); in test_tree_remove() [all …]
|
/openbmc/linux/include/linux/ |
H A D | tty_flip.h | 13 size_t __tty_insert_flip_string_flags(struct tty_port *port, const u8 *chars, 16 size_t tty_prepare_flip_string(struct tty_port *port, u8 **chars, size_t size); 32 const u8 *chars, u8 flag, in tty_insert_flip_string_fixed_flag() argument 35 return __tty_insert_flip_string_flags(port, chars, &flag, false, size); in tty_insert_flip_string_fixed_flag() 51 const u8 *chars, in tty_insert_flip_string_flags() argument 54 return __tty_insert_flip_string_flags(port, chars, flags, true, size); in tty_insert_flip_string_flags() 81 const u8 *chars, size_t size) in tty_insert_flip_string() argument 83 return tty_insert_flip_string_fixed_flag(port, chars, TTY_NORMAL, size); in tty_insert_flip_string()
|
H A D | lp.h | 23 #define LP_CHAR(minor) lp_table[(minor)].chars /* busy timeout */ 37 unsigned long chars; member 49 unsigned int chars; member
|
/openbmc/linux/lib/ |
H A D | strscpy_kunit.c | 26 int chars, int terminator, int pad) in tc() argument 60 for (i = 0; i < chars; i++) in tc() 69 index = chars + terminator + i; in tc() 74 nr_bytes_poison = sizeof(buf) - chars - terminator - pad; in tc()
|
/openbmc/linux/fs/ |
H A D | pipe.c | 287 size_t chars = buf->len; in pipe_read() local 291 if (chars > total_len) { in pipe_read() 297 chars = total_len; in pipe_read() 307 written = copy_page_to_iter(buf->page, buf->offset, chars, to); in pipe_read() 308 if (unlikely(written < chars)) { in pipe_read() 313 ret += chars; in pipe_read() 314 buf->offset += chars; in pipe_read() 315 buf->len -= chars; in pipe_read() 319 total_len = chars; in pipe_read() 334 total_len -= chars; in pipe_read() [all …]
|
/openbmc/linux/drivers/tty/ |
H A D | tty_buffer.c | 300 size_t __tty_insert_flip_string_flags(struct tty_port *port, const u8 *chars, in __tty_insert_flip_string_flags() argument 315 memcpy(char_buf_ptr(tb, tb->used), chars, space); in __tty_insert_flip_string_flags() 329 chars += space; in __tty_insert_flip_string_flags() 354 size_t tty_prepare_flip_string(struct tty_port *port, u8 **chars, size_t size) in tty_prepare_flip_string() argument 361 *chars = char_buf_ptr(tb, tb->used); in tty_prepare_flip_string() 553 const u8 *chars, size_t size) in tty_insert_flip_string_and_push_buffer() argument 559 size = tty_insert_flip_string(port, chars, size); in tty_insert_flip_string_and_push_buffer()
|
/openbmc/qemu/ui/ |
H A D | cursor.c | 12 unsigned int width, height, colors, chars; in cursor_parse_xpm() local 19 &width, &height, &colors, &chars) != 4) { in cursor_parse_xpm() 24 if (chars != 1) { in cursor_parse_xpm()
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-idn-encode/ |
H A D | Net-IDN-Encode-2.500-use_uvchr_to_utf8_flags_instead_of_uvuni_to_utf8_flags.patch | 26 if(skip_p < re_p) /* move succeeding chars */ 33 if(!first) SvUTF8_on(RETVAL); /* UTF-8 chars have been inserted */
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/ |
H A D | 0001-Update-exported-symbol-list.patch | 27 …0_(create_(de|en)coder_state|(de|en)code)|raw(read|write)|read(_b_buf|buf|chars)|realloc|rewind|se… 28 …0_(create_(de|en)coder_state|(de|en)code)|raw(read|write)|read(_b_buf|buf|chars)|rewind|seeki|sigf…
|
/openbmc/linux/arch/x86/kernel/ |
H A D | head_32.S | 250 movl %ebx,X86_VENDOR_ID # lo 4 chars 251 movl %edx,X86_VENDOR_ID+4 # next 4 chars 252 movl %ecx,X86_VENDOR_ID+8 # last 4 chars
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | quoted-structural-chars.err | 1 quoted-structural-chars.json:1: top-level expression must be an object
|
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/ |
H A D | pyshlex.py | 100 def find_chars(seq, chars): argument 102 if v in chars: 214 chars = '$\\`"\'' 216 chars += ')' 217 pos, sep = find_chars(buf, chars)
|
/openbmc/linux/scripts/ |
H A D | rustdoc_test_builder.rs | 46 .filter(|x| x.chars().all(|c| c.is_alphanumeric() || c == '_')) in main()
|
/openbmc/linux/drivers/usb/serial/ |
H A D | generic.c | 254 unsigned int chars; in usb_serial_generic_chars_in_buffer() local 260 chars = kfifo_len(&port->write_fifo) + port->tx_bytes; in usb_serial_generic_chars_in_buffer() 263 dev_dbg(&port->dev, "%s - returns %u\n", __func__, chars); in usb_serial_generic_chars_in_buffer() 264 return chars; in usb_serial_generic_chars_in_buffer()
|
/openbmc/qemu/tests/vm/ |
H A D | basevm.py | 350 chars = vm.console_socket.recv(1) 352 self.console_raw_file.write(chars) 364 output += chars.decode("latin1") 386 chars = vm.console_socket.recv(1) 389 output += chars.decode("latin1")
|
/openbmc/linux/arch/x86/pci/ |
H A D | pcbios.c | 72 char chars[16]; member 315 sum += check->chars[i]; in pci_find_bios()
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | kirkwood-netgear_readynas_nv+_v2.dts | 126 display-height-chars = <2>; 127 display-width-chars = <16>;
|
H A D | armada-370-netgear-rn104.dts | 156 display-height-chars = <2>; 157 display-width-chars = <16>;
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome/ |
H A D | 0002-Auth-dialog-Make-the-label-wrap-at-70-chars.patch | 3 Subject: Auth dialog: Make the label wrap at 70 chars
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/ |
H A D | polkit-gnome_0.105.bb | 15 file://0002-Auth-dialog-Make-the-label-wrap-at-70-chars.patch \
|
/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | .yamllint | 10 # 80 chars should be enough, but don't fail if a line is longer
|
/openbmc/qemu/hw/s390x/ |
H A D | css.c | 109 VMSTATE_UINT32(chars, PMCW), 1338 dest->chars = cpu_to_be32(src->chars); in copy_pmcw_to_guest() 1414 dest->chars = be32_to_cpu(src->chars); in copy_pmcw_from_guest() 1482 schib->pmcw.chars &= ~(PMCW_CHARS_MASK_MBFC | PMCW_CHARS_MASK_CSENSE); in css_do_msch() 1483 schib->pmcw.chars |= schib_copy.pmcw.chars & in css_do_msch() 1610 if (sch->curr_status.pmcw.chars & PMCW_CHARS_MASK_MBFC) { in css_update_chnmon() 1705 !(pmcw->chars & PMCW_CHARS_MASK_XMWME)) { in copy_irb_to_guest() 1763 (schib->pmcw.chars & PMCW_CHARS_MASK_CSENSE)) { in build_irb_virtual() 1844 if (schib->pmcw.chars & PMCW_CHARS_MASK_CSENSE) { in css_do_tsch_update_subch() 2430 schib->pmcw.chars &= ~(PMCW_CHARS_MASK_MBFC | PMCW_CHARS_MASK_XMWME | in css_reset_sch()
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-dbgtty.c | 298 unsigned int chars; in dbc_tty_chars_in_buffer() local 301 chars = kfifo_len(&port->port.xmit_fifo); in dbc_tty_chars_in_buffer() 304 return chars; in dbc_tty_chars_in_buffer()
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/liburi/liburi-perl/ |
H A D | 0001-Skip-TODO-test-cases-that-fail.patch | 66 - local $TODO = "some chars (like U+202E, RIGHT-TO-LEFT OVERRIDE) need to stay escaped"; 70 +# local $TODO = "some chars (like U+202E, RIGHT-TO-LEFT OVERRIDE) need to stay escaped";
|