Home
last modified time | relevance | path

Searched refs:chars (Results 1 – 25 of 50) sorted by relevance

12

/openbmc/qemu/tests/unit/
H A Dtest-qtree.c70 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 DNet-IDN-Encode-2.500-use_uvchr_to_utf8_flags_instead_of_uvuni_to_utf8_flags.patch26 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 Dquoted-structural-chars.err1 quoted-structural-chars.json:1: top-level expression must be an object
/openbmc/qemu/ui/
H A Dcursor.c12 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 Dpyshlex.py100 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 D0002-Auth-dialog-Make-the-label-wrap-at-70-chars.patch3 Subject: Auth dialog: Make the label wrap at 70 chars
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/
H A Dpolkit-gnome_0.105.bb15 file://0002-Auth-dialog-Make-the-label-wrap-at-70-chars.patch \
/openbmc/qemu/tests/vm/
H A Dbasevm.py350 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 Dgattlib_git.bb12 file://dbus-avoid-strange-chars-from-the-build-dir.patch \
/openbmc/qemu/hw/s390x/
H A Dcss.c107 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 D0001-Skip-TODO-test-cases-that-fail.patch66 - 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 Dkexecboot-cfg_0.2.bb66 # Note: for qvga the label is currently limited to about 24 chars
/openbmc/qemu/include/hw/s390x/
H A Dioinst.h97 uint32_t chars; member
/openbmc/qemu/hw/char/
H A Dtrace-events65 … 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 Dioinst.c119 (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 D0001-Fix-function-prototype-errors.patch34 /* Text message definitions.. each should be 256 chars long, or less. */
/openbmc/openbmc/poky/meta/recipes-devtools/clang/
H A Dclang_git.bb273 …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 Dterminal.bbclass84 # A complex PS1 might need more escaping of chars.
H A Dreport-error.bbclass103 # 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 D0001-Remove-register-storage-class-classifier.patch105 /* +2 for EOB chars. */
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dqunit-1.18.0.js220 …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 D0004-fast_float-Add-single-header-library-for-from_char-i.patch1051 +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 Ddbus-avoid-strange-chars-from-the-build-dir.patch4 Subject: [PATCH] dbus: avoid 'strange' chars from the build dir in #defines
/openbmc/qemu/qapi/
H A Dchar.json411 # @cols: console width, in chars
413 # @rows: console height, in chars
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.3.4.rst95 - udev-extraconf: fix unmount directories containing octal-escaped chars

12