Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/yocto/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 \
/OK3568_Linux_fs/buildroot/package/libgtk2/
H A D0001-reduce-dependencies.patch20 -AC_ARG_WITH(gdktarget, [ --with-gdktarget=[[x11/win32/quartz/directfb]] select non-default GDK ta…
21 +AC_ARG_WITH(gdktarget, [ --with-gdktarget=[[x11/win32/quartz/directfb/none]] select non-default G…
26 - x11|win32|quartz|directfb) ;;
27 + x11|win32|quartz|directfb|none) ;;
28 *) AC_MSG_ERROR([Invalid target for GDK: use x11, quartz, directfb or win32.]);;
49 ## target is win32 we need the cairo-win32 backend and so on.
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A Dmingwbuild103 rm -rf $dir $dir-win32.zip
106 for f in ChangeLog LICENSE.GPL README README.win32; do
134 zip -r $dir-win32.zip $dir
140 nsiswrapper --run --name $dir --outfile ../${dir}-win32.exe *.exe *.dll *.ini *.txt *.pdf *.bat
/OK3568_Linux_fs/yocto/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* \
/OK3568_Linux_fs/kernel/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.c198 struct reg_window32 win32; in regwindow64_get() local
201 if (get_from_target(target, rw_addr, &win32, sizeof(win32))) in regwindow64_get()
204 wbuf->locals[i] = win32.locals[i]; in regwindow64_get()
206 wbuf->ins[i] = win32.ins[i]; in regwindow64_get()
223 struct reg_window32 win32; in regwindow64_set() local
227 win32.locals[i] = wbuf->locals[i]; in regwindow64_set()
229 win32.ins[i] = wbuf->ins[i]; in regwindow64_set()
231 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()
/OK3568_Linux_fs/buildroot/package/docker-compose/
H A D0003-support-PyYAML-up-to-5.1-version.patch21 pypiwin32==219; sys_platform == 'win32' and python_version < '3.6'
22 pypiwin32==223; sys_platform == 'win32' and python_version >= '3.6'
H A D0001-Strip-up-generic-versions-and-bump-requests.patch57 - ':sys_platform == "win32"': ['colorama >= 0.4, < 0.5'],
60 + ':sys_platform == "win32"': ['colorama >= 0.4, < 1'],
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/proxy-libintl/
H A Dproxy-libintl_20100902.bb2 HOMEPAGE = "http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/"
11 http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/${BPN}-dev_${PV}_win32.zip \
/OK3568_Linux_fs/buildroot/package/nginx/
H A D0003-auto-set-ngx_feature_run_force_result-for-each-featu.patch33 @@ -184,6 +184,7 @@ if [ "$NGX_PLATFORM" != win32 ]; then
41 @@ -205,6 +206,7 @@ if [ "$NGX_PLATFORM" != win32 ]; then
49 @@ -219,6 +221,7 @@ if [ "$NGX_PLATFORM" != win32 ]; then
61 @@ -8,6 +8,7 @@ if [ "$NGX_PLATFORM" != win32 ]; then
H A D0006-auto-lib-openssl-conf-use-pkg-config.patch63 - if [ "$NGX_PLATFORM" = win32 ]; then
103 + if [ "$NGX_PLATFORM" = win32 ]; then
111 if [ "$NGX_PLATFORM" != win32 ]; then
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/serf/serf/
H A Dnorpath.patch12 @@ -224,8 +224,7 @@ if sys.platform != 'win32':
23 if sys.platform == 'win32':
/OK3568_Linux_fs/buildroot/package/libshout/
H A D0001-configure.ac-add-an-option-to-disable-tools.patch22 -SUBDIRS = include src doc win32 tools
23 +SUBDIRS = include src doc win32
/OK3568_Linux_fs/external/xserver/m4/
H A Dltoptions.m473 _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no
124 # win32-dll
126 # Declare package support for building win32 dll's.
127 LT_OPTION_DEFINE([LT_INIT], [win32-dll],
146 ])# win32-dll
150 _LT_SET_OPTION([LT_INIT], [win32-dll])
153 put the 'win32-dll' option into LT_INIT's first parameter.])
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libmimetic/libmimetic/
H A D0001-libmimetic-Removing-test-directory-from-the-Makefile.patch30 -SUBDIRS = mimetic doc examples test win32
31 +SUBDIRS = mimetic doc examples win32
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A DMakefile.am30 sox_SOURCES += win32/glob.c win32/glob.h
31 AM_CPPFLAGS += -I$(srcdir)/win32
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python-imaging/
H A Dallow.to.disable.some.features.patch33 elif sys.platform == "win32" and find_library_file(self, "zlib"):
40 elif sys.platform == "win32" and find_library_file(self, "libjpeg"):
/OK3568_Linux_fs/buildroot/package/rpi-userland/
H A D0003-Disable-Werror-everywhere.patch51 set(VCOS_PLATFORM win32)
90 set(VCOS_PLATFORM win32)
103 set(VCOS_PLATFORM win32)
/OK3568_Linux_fs/external/xserver/include/
H A Dxwin-config.h.meson.in12 /* Cygwin has /dev/windows for signaling new win32 messages */
H A Dxwin-config.h.in12 /* Cygwin has /dev/windows for signaling new win32 messages */
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/audiorecorder/
H A Daudiorecorder.pro8 win32:INCLUDEPATH += $$PWD
/OK3568_Linux_fs/app/forlinx/forlinx_qt/audiorecorder/
H A Daudiorecorder.pro8 win32:INCLUDEPATH += $$PWD
/OK3568_Linux_fs/kernel/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()

1234