Home
last modified time | relevance | path

Searched refs:chr (Results 1 – 25 of 58) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Di18n.cpp328 bool allowsWordBreaking(char16_t chr) { in allowsWordBreaking() argument
329 return (chr == 0x0a /* newline */ in allowsWordBreaking()
330 || chr == 0x20 /* space */ in allowsWordBreaking()
331 || chr == 0x26 /* ampersand */ in allowsWordBreaking()
332 || chr == 0x28 /* open parenthesis */ in allowsWordBreaking()
333 || chr == 0x29 /* close parenthesis */ in allowsWordBreaking()
334 || chr == 0x2b /* plus sign */ in allowsWordBreaking()
335 || chr == 0x2d /* hyphen-minus */ in allowsWordBreaking()
336 || chr == 0x2f /* solidus */ in allowsWordBreaking()
337 || chr == 0xad /* soft hyphen */ in allowsWordBreaking()
[all …]
H A Di18n.hpp11 bool allowsWordBreaking(char16_t chr);
24 bool allowsIdeographicBreaking(char16_t chr);
28 bool allowsFixedWidthGlyphGeneration(char16_t chr);
42 bool hasUprightVerticalOrientation(char16_t chr);
54 bool hasNeutralVerticalOrientation(char16_t chr);
65 bool hasRotatedVerticalOrientation(char16_t chr);
74 char16_t verticalizePunctuation(char16_t chr);
/OK3568_Linux_fs/u-boot/drivers/input/
H A Dps2ser.c65 void ps2ser_putc(int chr) in ps2ser_putc() argument
68 debug(">>>> 0x%02x\n", chr); in ps2ser_putc()
71 com_port->thr = chr; in ps2ser_putc()
88 volatile int chr; in ps2ser_getc() local
97 chr = ps2buf[ps2buf_out_idx++]; in ps2ser_getc()
101 chr = ps2ser_getc_hw(); in ps2ser_getc()
104 while (chr < 0); in ps2ser_getc()
109 debug("0x%02x\n", chr); in ps2ser_getc()
111 return chr; in ps2ser_getc()
128 int chr; in ps2ser_interrupt() local
[all …]
/OK3568_Linux_fs/kernel/fs/isofs/
H A Ddir.c54 unsigned char *chr; in get_acorn_filename() local
64 chr = ((unsigned char *) de) + std; in get_acorn_filename()
65 if (strncmp(chr, "ARCHIMEDES", 10)) in get_acorn_filename()
67 if ((*retname == '_') && ((chr[19] & 1) == 1)) in get_acorn_filename()
69 if (((de->flags[0] & 2) == 0) && (chr[13] == 0xff) in get_acorn_filename()
70 && ((chr[12] & 0xf0) == 0xf0)) { in get_acorn_filename()
73 ((chr[12] & 0xf) << 8) | chr[11]); in get_acorn_filename()
H A Drock.c29 unsigned char *chr; member
59 rs->chr = (unsigned char *)de + rs->len; in setup_rock_ridge()
66 rs->chr += ISOFS_SB(inode->i_sb)->s_rock_offset; in setup_rock_ridge()
120 rs->chr = rs->buffer; in rock_continue()
219 rr = (struct rock_ridge *)rs.chr; in get_rock_ridge_filename()
227 sig = isonum_721(rs.chr); in get_rock_ridge_filename()
230 rs.chr += rr->len; in get_rock_ridge_filename()
327 rs.chr += 14; in parse_rock_ridge_inode_internal()
335 rr = (struct rock_ridge *)rs.chr; in parse_rock_ridge_inode_internal()
343 sig = isonum_721(rs.chr); in parse_rock_ridge_inode_internal()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dshaping.cpp120 for (char16_t chr : logicalInput) { in determineAverageLineWidth() local
121 auto it = glyphs.find(chr); in determineAverageLineWidth()
282 for (char16_t chr : line) { in shapeLines() local
283 auto it = glyphs.find(chr); in shapeLines()
290 …f (writingMode == WritingModeType::Horizontal || !util::i18n::hasUprightVerticalOrientation(chr)) { in shapeLines()
291 shaping.positionedGlyphs.emplace_back(chr, x, y, false); in shapeLines()
294 shaping.positionedGlyphs.emplace_back(chr, x, 0, true); in shapeLines()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0006-chardev-connect-socket-to-a-spawned-command.patch63 +static void chardev_open_socket_cmd(Chardev *chr,
107 + g_free(chr->filename);
108 + chr->filename = g_strdup_printf("cmd:%s", cmd);
109 + tcp_chr_new_client(chr, sioc);
124 static void qmp_chardev_open_socket(Chardev *chr,
128 SocketChardev *s = SOCKET_CHARDEV(chr);
142 + chardev_open_socket_cmd(chr, cmd, errp);
149 if (qmp_chardev_open_socket_server(chr, is_telnet || is_tn3270,
/OK3568_Linux_fs/kernel/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c1891 u8 chr = font8x16[(u8)text[s] * 16 + line]; \
1894 pos[3] = (chr & (0x01 << 6) ? fg : bg); \
1895 pos[2] = (chr & (0x01 << 4) ? fg : bg); \
1896 pos[1] = (chr & (0x01 << 2) ? fg : bg); \
1897 pos[0] = (chr & (0x01 << 0) ? fg : bg); \
1899 pos[0] = (chr & (0x01 << 7) ? fg : bg); \
1900 pos[1] = (chr & (0x01 << 5) ? fg : bg); \
1901 pos[2] = (chr & (0x01 << 3) ? fg : bg); \
1902 pos[3] = (chr & (0x01 << 1) ? fg : bg); \
1904 pos[7] = (chr & (0x01 << 7) ? fg : bg); \
[all …]
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dkgdboc.c308 static void kgdboc_put_char(u8 chr) in kgdboc_put_char() argument
313 kgdb_tty_line, chr); in kgdboc_put_char()
442 static void kgdboc_earlycon_put_char(u8 chr) in kgdboc_earlycon_put_char() argument
444 kgdboc_earlycon_io_ops.cons->write(kgdboc_earlycon_io_ops.cons, &chr, in kgdboc_earlycon_put_char()
H A Darc_uart.c440 static void arc_serial_poll_putchar(struct uart_port *port, unsigned char chr) in arc_serial_poll_putchar() argument
445 UART_SET_DATA(port, chr); in arc_serial_poll_putchar()
450 unsigned char chr; in arc_serial_poll_getchar() local
455 chr = UART_GET_DATA(port); in arc_serial_poll_getchar()
456 return chr; in arc_serial_poll_getchar()
/OK3568_Linux_fs/u-boot/tools/binman/
H A Dfunc_test.py376 self.assertEqual(chr(0) * 3, data[:3])
377 self.assertEqual(chr(0) * 5, data[7:])
555 self.assertEqual(U_BOOT_SPL_DATA + (chr(0xff) * 9) + U_BOOT_DATA, data)
577 self.assertEqual(chr(0) * 5 + U_BOOT_SPL_DATA + chr(0) * 2 +
611 self.assertEqual(U_BOOT_DATA + chr(0) * 3 + U_BOOT_SPL_DATA +
612 chr(0) * 6, data)
789 self.assertEqual(chr(0) * (0x200 - used_len), third)
H A Dfdt_test.py63 self.assertEquals(chr(8), prop.value)
70 self.assertEquals([chr(1), '#', '4'], prop.value)
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Dyealink.c129 static int setChar(struct yealink_dev *yld, int el, int chr) in setChar() argument
136 if (chr == '\t' || chr == '\n') in setChar()
139 yld->lcdMap[el] = chr; in setChar()
144 if (chr != ' ') in setChar()
151 val = map_to_seg7(&map_seg7, chr); in setChar()
701 int chr) in set_icon() argument
717 setChar(yld, i, chr); in set_icon()
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dlexer.l77 static void warn_ignored_character(char chr) in warn_ignored_character() argument
81 current_file->name, yylineno, chr); in warn_ignored_character()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dzconf.l70 static void warn_ignored_character(char chr) in warn_ignored_character() argument
74 zconf_curname(), zconf_lineno(), chr); in warn_ignored_character()
/OK3568_Linux_fs/kernel/drivers/misc/
H A Dkgdbts.c741 static int run_simple_test(int is_get_char, int chr) in run_simple_test() argument
790 if (put_buf_cnt == 0 && chr != '$') in run_simple_test()
793 put_buf[put_buf_cnt] = chr; in run_simple_test()
1118 static void kgdbts_put_char(u8 chr) in kgdbts_put_char() argument
1121 ts.run_test(0, chr); in kgdbts_put_char()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.l70 static void warn_ignored_character(char chr) in warn_ignored_character() argument
74 zconf_curname(), zconf_lineno(), chr); in warn_ignored_character()
/OK3568_Linux_fs/u-boot/common/
H A Dhash.c227 char chr[3]; in hash_parse_string() local
229 strncpy(chr, &str[i * 2], 2); in hash_parse_string()
230 result[i] = simple_strtoul(chr, NULL, 16); in hash_parse_string()
/OK3568_Linux_fs/u-boot/test/py/
H A Dmultiplexed_log.py316 _nonprint = ('%' + ''.join(chr(c) for c in range(0, 32) if c not in (9, 10)) +
317 ''.join(chr(c) for c in range(127, 256)))
332 data = data.replace(chr(13), '')
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Dedid.c52 unsigned char chr = 0; in edid_get_byte() local
72 chr = edid_data->edid_block[edid->current_edid_read]; in edid_get_byte()
77 return chr; in edid_get_byte()
/OK3568_Linux_fs/u-boot/tools/binman/etype/
H A Du_boot_spl_bss_pad.py25 self.data = chr(0) * bss_size
/OK3568_Linux_fs/u-boot/include/
H A Dps2mult.h43 extern void ps2ser_putc(int chr);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/
H A Dchr_US126 lang_term "chr"
127 lang_lib "chr"
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/
H A Dchr_US126 lang_term "chr"
127 lang_lib "chr"
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dbus.c671 const char *str, *chr; in acpi_of_modalias() local
683 chr = strchr(str, ','); in acpi_of_modalias()
684 strlcpy(modalias, chr ? chr + 1 : str, len); in acpi_of_modalias()

123