| /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/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/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/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/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/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/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/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gattlib/ |
| H A D | gattlib_git.bb | 12 file://dbus-avoid-strange-chars-from-the-build-dir.patch \
|
| /openbmc/qemu/hw/s390x/ |
| H A D | css.c | 107 VMSTATE_UINT32(chars, PMCW), 1309 dest->chars = cpu_to_be32(src->chars); in copy_pmcw_to_guest() 1385 dest->chars = be32_to_cpu(src->chars); in copy_pmcw_from_guest() 1453 schib->pmcw.chars &= ~(PMCW_CHARS_MASK_MBFC | PMCW_CHARS_MASK_CSENSE); in css_do_msch() 1454 schib->pmcw.chars |= schib_copy.pmcw.chars & in css_do_msch() 1581 if (sch->curr_status.pmcw.chars & PMCW_CHARS_MASK_MBFC) { in css_update_chnmon() 1676 !(pmcw->chars & PMCW_CHARS_MASK_XMWME)) { in copy_irb_to_guest() 1734 (schib->pmcw.chars & PMCW_CHARS_MASK_CSENSE)) { in build_irb_virtual() 1815 if (schib->pmcw.chars & PMCW_CHARS_MASK_CSENSE) { in css_do_tsch_update_subch() 2401 schib->pmcw.chars &= ~(PMCW_CHARS_MASK_MBFC | PMCW_CHARS_MASK_XMWME | in css_reset_sch()
|
| /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";
|
| /openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/ |
| H A D | kexecboot-cfg_0.2.bb | 66 # Note: for qvga the label is currently limited to about 24 chars
|
| /openbmc/qemu/include/hw/s390x/ |
| H A D | ioinst.h | 97 uint32_t chars; member
|
| /openbmc/qemu/hw/char/ |
| H A D | trace-events | 65 … rx_fifo_depth, unsigned rx_fifo_available) "LCR 0x%02x, RX FIFO used %u/%zu, can_receive %u chars" 69 pl011_receive(int size) "recv %d chars" 138 stm32f2xx_usart_drop(char *id) " %s dropping the chars"
|
| /openbmc/qemu/target/s390x/ |
| H A D | ioinst.c | 119 (be32_to_cpu(schib->pmcw.chars) & PMCW_CHARS_MASK_INVALID)) { in ioinst_schib_valid() 123 if (be32_to_cpu(schib->pmcw.chars) & PMCW_CHARS_MASK_XMWME) { in ioinst_schib_valid() 128 if ((be32_to_cpu(schib->pmcw.chars) & PMCW_CHARS_MASK_MBFC) && in ioinst_schib_valid()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ckermit/ckermit/ |
| H A D | 0001-Fix-function-prototype-errors.patch | 34 /* Text message definitions.. each should be 256 chars long, or less. */
|
| /openbmc/openbmc/poky/meta/recipes-devtools/clang/ |
| H A D | clang_git.bb | 273 …755 ${B}${BINPATHPREFIX}/bin/clang-tidy-confusable-chars-gen ${D}${bindir}/clang-tidy-confusable-c… 296 …755 ${B}${BINPATHPREFIX}/bin/clang-tidy-confusable-chars-gen ${D}${bindir}/clang-tidy-confusable-c…
|
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | terminal.bbclass | 84 # A complex PS1 might need more escaping of chars.
|
| H A D | report-error.bbclass | 103 # use lower value, because 650 chars can be spent in task, package, version
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-chess/gnuchess/ |
| H A D | 0001-Remove-register-storage-class-classifier.patch | 105 /* +2 for EOB chars. */
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | qunit-1.18.0.js | 220 …ray[0]="";function diffLinesToCharsMunge(text){var chars,lineStart,lineEnd,lineArrayLength,line;ch… 221 …sOwnProperty(line):(lineHash[line]!==undefined)){chars+=String.fromCharCode(lineHash[line]);}else{… 222 return chars;} 223 …lineArray){var x,chars,text,y;for(x=0;x<diffs.length;x++){chars=diffs[x][1];text=[];for(y=0;y<char…
|
| /openbmc/openbmc/poky/meta/recipes-support/vte/vte/ |
| H A D | 0004-fast_float-Add-single-header-library-for-from_char-i.patch | 1051 +read8_to_u64(const UC *chars) { 1055 + val |= uint64_t(uint8_t(*chars)) << (i * 8); 1056 + ++chars; 1061 + ::memcpy(&val, chars, sizeof(uint64_t)); 1085 +fastfloat_really_inline uint64_t simd_read8_to_u64(const char16_t *chars) { 1088 + _mm_loadu_si128(reinterpret_cast<const __m128i *>(chars))); 1101 +fastfloat_really_inline uint64_t simd_read8_to_u64(const char16_t *chars) { 1104 + vld1q_u16(reinterpret_cast<const uint16_t *>(chars))); 1133 +// Call this if chars are definitely 8 digits. 1136 +parse_eight_digits_unrolled(UC const *chars) noexcept { [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gattlib/files/ |
| H A D | dbus-avoid-strange-chars-from-the-build-dir.patch | 4 Subject: [PATCH] dbus: avoid 'strange' chars from the build dir in #defines
|
| /openbmc/qemu/qapi/ |
| H A D | char.json | 411 # @cols: console width, in chars 413 # @rows: console height, in chars
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | release-notes-4.3.4.rst | 95 - udev-extraconf: fix unmount directories containing octal-escaped chars
|