Home
last modified time | relevance | path

Searched refs:Move (Results 1 – 25 of 161) sorted by relevance

1234567

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/
H A D0001-liftoff-Correct-function-signatures.patch8 Move(tmp, src, type.value_type());
27 // Move {src} into {dst}. {src} and {dst} must be different.
28 - void Move(LiftoffRegister dst, LiftoffRegister src, ValueKind);
29 + void Move(LiftoffRegister dst, LiftoffRegister src, ValueKind kind);
37 - inline void Move(Register dst, Register src, ValueKind);
38 - inline void Move(DoubleRegister dst, DoubleRegister src, ValueKind);
39 + inline void Move(Register dst, Register src, ValueKind kind);
52 - Move(tmp, src, type.value_type());
53 + Move(tmp, src, type.value_type().kind());
65 - Move(tmp, src, type.value_type());
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/fltk/
H A Dfltk-native-link-libdl.patch15 0c1c3a771e dlfcn: Move dlopen into libc
16 add8d7ea01 dlfcn: Move dlvsym into libc
17 6dfc0207eb dlfcn: Move dlinfo into libc
18 492560a32e dlfcn: Move dladdr1 into libc
19 6a1ed32789 dlfcn: Move dlmopen into libc
20 77f876c0e3 dlfcn: Move dlsym into libc
21 602252b553 dlfcn: Move dladdr into libc
22 d8cce17d2a dlfcn: Move dlclose into libc
/openbmc/linux/drivers/accessibility/speakup/
H A DDefaultKeyAssignments31 InsKeyPad-9 Move reading cursor to top of screen (insert pgup)
32 InsKeyPad-3 Move reading cursor to bottom of screen (insert pgdn)
33 InsKeyPad-7 Move reading cursor to left edge of screen (insert home)
34 InsKeyPad-1 Move reading cursor to right edge of screen (insert end)
35 ControlKeyPad-1 Move reading cursor to last character on current line.
/openbmc/linux/drivers/dma/
H A DTODO3 1. Move remaining drivers to use new slave interface
/openbmc/openbmc/meta-raspberrypi/recipes-connectivity/bluez5/
H A Dbluez5_%.bbappend7 file://0004-Move-the-hciattach-firmware-into-lib-firmware.patch \
/openbmc/qemu/tests/tcg/cris/bare/
H A Dcheck_movscr.s4 ; Move constant byte, word, dword to register. Check that sign-extension
H A Dcheck_movucr.s4 ; Move constant byte, word, dword to register. Check that zero-extension
H A Dcheck_mover.s4 ; Move between registers. Check that just the subreg is copied.
H A Dcheck_movecr.s4 ; Move constant byte, word, dword to register. Check that no extension is
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/libsodium/
H A Dlibsodium_1.0.19.bb8 file://0001-fix-aarch64-Move-target-pragma-after-arm_neon.h-incl.patch"
/openbmc/openbmc/poky/meta/recipes-core/newlib/
H A Dnewlib_git.bb11 # Move include files and libs to default directories so they can be picked up later
H A Dlibgloss_git.bb21 # Move libs to default directories so they can be picked up later
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D05_wildcard_matching.patch81 + /* Move ahead one character at a time and try to match at each
99 + /* Move to the next character, both in string and in pattern. */
/openbmc/linux/drivers/accel/ivpu/
H A DTODO1 - Move to threaded_irqs to mitigate potential infinite loop in ivpu_ipc_irq_handler()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ufw/ufw/
H A Dsetuptools.patch1 Move to setuptools as distutils is now deprecated.
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs/
H A D0001-btree-Avoid-conflicts-with-libc-namespace-about-setk.patch57 /* Move some entries to the right */
71 /* Move some entries to the left */
120 /* Move all entries to the left */
/openbmc/linux/arch/sparc/kernel/
H A Ddtlb_prot.S21 rdpr %pstate, %g5 ! Move into alt-globals
/openbmc/u-boot/arch/arm/mach-zynq/
H A Du-boot-spl.lds50 /* Move BSS section to RAM because of FAT */
/openbmc/openbmc/meta-raspberrypi/recipes-connectivity/bluez5/bluez5/
H A D0004-Move-the-hciattach-firmware-into-lib-firmware.patch4 Subject: [PATCH] Move the hciattach firmware into /lib/firmware
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/
H A D0008-libsodium-aarch64_crypto.patch1 Move target #pragma after arm_neon.h include
/openbmc/linux/Documentation/gpu/rfc/
H A Di915_gem_lmem.rst20 * Move i915 buddy allocator over to TTM
/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.patch27 Move(skip_p, skip_p + u8, re_p - skip_p, char);
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0026-nvmxip-move-header-to-include.patch6 Move header to include to allow external code
/openbmc/openbmc/poky/meta/recipes-extended/man-db/files/
H A D0001-man-Move-local-variable-declaration-to-function-scop.patch4 Subject: [PATCH] man: Move local variable declaration to function scope
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/libsodium/libsodium/
H A D0001-fix-aarch64-Move-target-pragma-after-arm_neon.h-incl.patch4 Subject: [PATCH] fix(aarch64): Move target #pragma after arm_neon.h include

1234567