Home
last modified time | relevance | path

Searched refs:win32 (Results 1 – 25 of 51) sorted by relevance

123

/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools/
H A Dgettext.patch24 win32/Makefile
31 -SUBDIRS = po intl include share win32 @OPT_SUBDIRS@
32 -DIST_SUBDIRS = po intl include share win32 ogg123 oggenc oggdec ogginfo \
33 +SUBDIRS = po include share win32 @OPT_SUBDIRS@
34 +DIST_SUBDIRS = po include share win32 ogg123 oggenc oggdec ogginfo \
/openbmc/qemu/qga/
H A Dmeson.build73 'channel-win32.c',
74 'commands-win32.c',
75 'service-win32.c',
76 'vss-win32.c',
101 subdir('vss-win32')
110 msgrc = custom_target('messages-win32.rc',
111 input: 'messages-win32.mc',
112 output: ['messages-win32.rc', 'MSG00409.bin', 'messages-win32.h'],
114 msgobj = custom_target('messages-win32.o',
116 output: 'messages-win32.o',
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pyserial_3.5.bb16 PACKAGES =+ "${PN}-java ${PN}-osx ${PN}-win32 ${PN}-tools"
28 FILES:${PN}-win32 = " \
31 ${PYTHON_SITEPACKAGES_DIR}/serial/*win32* \
32 ${PYTHON_SITEPACKAGES_DIR}/serial/__pycache__/*win32* \
/openbmc/linux/arch/sparc/kernel/
H A Dunaligned_64.c134 struct reg_window32 __user *win32; in fetch_reg() local
135 win32 = (struct reg_window32 __user *)((unsigned long)((u32)fp)); in fetch_reg()
136 get_user(value, &win32->locals[reg - 16]); in fetch_reg()
159 struct reg_window32 *win32; in fetch_reg_addr() local
160 win32 = (struct reg_window32 *)((unsigned long)((u32)fp)); in fetch_reg_addr()
161 return (unsigned long *)&win32->locals[reg - 16]; in fetch_reg_addr()
418 struct reg_window32 __user *win32; in handle_popc() local
419 win32 = (struct reg_window32 __user *)((unsigned long)((u32)fp)); in handle_popc()
420 put_user(ret, &win32->locals[rd - 16]); in handle_popc()
H A Dptrace_64.c197 struct reg_window32 win32; in regwindow64_get() local
200 if (get_from_target(target, rw_addr, &win32, sizeof(win32))) in regwindow64_get()
203 wbuf->locals[i] = win32.locals[i]; in regwindow64_get()
205 wbuf->ins[i] = win32.ins[i]; in regwindow64_get()
222 struct reg_window32 win32; in regwindow64_set() local
226 win32.locals[i] = wbuf->locals[i]; in regwindow64_set()
228 win32.ins[i] = wbuf->ins[i]; in regwindow64_set()
230 if (set_to_target(target, rw_addr, &win32, sizeof(win32))) in regwindow64_set()
H A Dvisemul.c165 struct reg_window32 __user *win32; in fetch_reg() local
166 win32 = (struct reg_window32 __user *)((unsigned long)((u32)fp)); in fetch_reg()
167 get_user(value, &win32->locals[reg - 16]); in fetch_reg()
185 struct reg_window32 __user *win32; in __fetch_reg_addr_user() local
186 win32 = (struct reg_window32 __user *)((unsigned long)((u32)fp)); in __fetch_reg_addr_user()
187 return (unsigned long __user *)&win32->locals[reg - 16]; in __fetch_reg_addr_user()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/proxy-libintl/
H A Dproxy-libintl_20100902.bb2 HOMEPAGE = "http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/"
10 http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/${BPN}-dev_${PV}_win32.zip \
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Dzlib-off64_t.patch33win32/DLL_FAQ.txt":"f17fd3823726adbae63b91c00d5db1dccae2e289258edabbbbebde04bb6e7e8c","src/zlib-ng…
35win32/DLL_FAQ.txt":"f17fd3823726adbae63b91c00d5db1dccae2e289258edabbbbebde04bb6e7e8c","src/zlib-ng…
/openbmc/openbmc/poky/meta/recipes-support/serf/serf/
H A Dnorpath.patch12 @@ -224,8 +224,7 @@ if sys.platform != 'win32':
23 if sys.platform == 'win32':
H A Denv.patch21 @@ -149,6 +149,7 @@ if sys.platform == 'win32':
/openbmc/qemu/util/
H A Dmeson.build24 util_ss.add(files('aio-win32.c'))
25 util_ss.add(files('event_notifier-win32.c'))
26 util_ss.add(files('oslib-win32.c'))
27 util_ss.add(files('qemu-thread-win32.c'))
H A Dtrace-events49 # oslib-win32.c
55 # oslib-win32.c
79 # qemu-thread-win32.c
/openbmc/qemu/tests/lcitool/projects/
H A Dqemu-win-installer.yml1 # Additional packages that are required to build the code in qga/vss-win32/
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/
H A D0001-Update-exported-symbol-list.patch31 libsox_la_SOURCES += win32-ltdl.c win32-ltdl.h
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libmimetic/libmimetic/
H A D0001-libmimetic-Removing-test-directory-from-the-Makefile.patch32 -SUBDIRS = mimetic doc examples test win32
33 +SUBDIRS = mimetic doc examples win32
/openbmc/qemu/ui/
H A Dmeson.build108 system_ss.add(files('win32-kbd-hook.c'))
124 system_ss.add(files('win32-kbd-hook.c'))
165 ['win32', 'qcode'],
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-scrypt/
H A D0001-py-scrypt-remove-the-hard-coded-include-paths.patch23 elif sys.platform.startswith('win32') and os.environ.get('MSYSTEM'):
/openbmc/openbmc/poky/meta/recipes-graphics/glew/glew/
H A Dnotempdir.patch16 DIST_WIN32 ?= $(shell pwd)/$(DIST_NAME)-win32.zip
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-m2crypto/
H A D0001-setup.py-link-in-sysroot-not-in-host-directories.patch20 if sys.platform == 'win32':
/openbmc/linux/arch/sparc/math-emu/
H A Dmath_64.c325 struct reg_window32 __user *win32; in do_mathemu() local
327 win32 = (struct reg_window32 __user *)((unsigned long)((u32)regs->u_regs[UREG_FP])); in do_mathemu()
328 get_user(XR, &win32->locals[freg - 16]); in do_mathemu()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-icu/
H A D0001-Fix-host-contamination-of-include-files.patch29 'win32': False, # no icu-config
/openbmc/qemu/block/
H A Dmeson.build92 block_ss.add(files('file-win32.c', 'win32-aio.c'))
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0021-cmake-Disable-format-overflow-warning-as-error.patch27 set(VCOS_PLATFORM win32)
/openbmc/qemu/scripts/
H A Dclean-includes134 *include/sysemu/os-win32.h | \
/openbmc/openbmc/poky/meta/recipes-support/libffi/
H A Dlibffi_3.4.6.bb14 file://not-win32.patch \

123