search for: 14,13

Displaying 18 results from an estimated 18 matches for "14,13".

2007 Oct 09
1
VC6 Patch
...+SOURCE=..\lib\dec\x86\x86int.h +# End Source File # End Group # End Target # End Project Index: lib/enc/x86_32_vs/fdct_mmx.c =================================================================== --- lib/enc/x86_32_vs/fdct_mmx.c (revision 13942) +++ lib/enc/x86_32_vs/fdct_mmx.c (working copy) @@ -14,13 +14,13 @@ #include "dsp.h" -static const ogg_int64_t xC1S7 = 0x0fb15fb15fb15fb15LL; -static const ogg_int64_t xC2S6 = 0x0ec83ec83ec83ec83LL; -static const ogg_int64_t xC3S5 = 0x0d4dbd4dbd4dbd4dbLL; -static const ogg_int64_t xC4S4 = 0x0b505b505b505b505LL; -static const ogg_int...
2016 Mar 06
0
[PATCH 5/5] installers: fix a MinGW redefinition warning
...have it in a source (which is what Syslinux already seems to do elsewhere). Could you provide details on this re-definition? I see lots of use of it in libinstaller/ > [1] > https://github.com/geneC/syslinux/commit/e4fc443f9b70f188963ff33e0a16ccb72a553540 > > From 6dc3ad338cf740bf81e2148a35222485904ac615 Mon Sep 17 00:00:00 2001 > From: Pete Batard <pete at akeo.ie> > Date: Tue, 23 Feb 2016 20:03:36 +0000 > Subject: [PATCH 5/5] installers: fix a MinGW redef warning > > --- > libinstaller/setadv.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-)...
2016 Feb 24
2
[PATCH 5/5] installers: fix a MinGW redefinition warning
I get a redefinition warning on _GNU_SOURCE when compiling with MinGW, and while I could see that this #define was introduced in e4fc44 [1], but the reason to introduce it is not mentioned, and I can't really see a good reason to have it, especially as MSVC will happily compile that source. So far I have found no evidence that _GNU_SOURCE applies to memset/memmove/memcpy, which are the
2010 Jul 16
0
Mixed Conditional Logit with nested data
...1,0 1,8,B,0,0,1,0,0,1,0,0,0,1 1,9,A,1,0,1,0,1,0,0,1,0,0 1,9,B,0,0,0,1,0,1,0,0,1,0 1,10,A,1,1,0,0,1,0,0,0,1,0 1,10,B,0,0,0,1,0,0,1,1,0,0 1,11,A,1,0,1,0,0,1,0,1,0,0 1,11,B,0,0,0,1,1,0,0,0,0,1 1,12,A,1,1,0,0,0,1,0,1,0,0 1,12,B,0,0,1,0,0,0,1,0,1,0 1,13,A,0,0,0,1,0,0,1,0,1,0 1,13,B,1,1,0,0,0,1,0,0,0,1 1,14,A,0,0,0,1,0,0,1,0,0,1 1,14,B,1,0,1,0,1,0,0,1,0,0 1,15,A,1,1,0,0,1,0,0,0,1,0 1,15,B,0,0,0,1,0,1,0,0,0,1 1,16,A,1,1,0,0,0,0,1,1,0,0 1,16,B,0,0,1,0,0,1,0,0,1,0 1,17,A,1,0,1,0,1,0,0,0,1,0 1,17,B,0,0,0,1,0,0,1,1,0,0 1,18,A,1,1,0,0,1,0,0,1,0,0 1,18,B,0,0,0,1,0,0,1,0,0,1 1,19,A,1,1,0,0,1,0,0,0,0,1 1,19,B,...
2015 Nov 05
1
[PATCH v2] build: Drop serial_tests.
I pushed the (hopefully) completely non-controversial bits upstream: https://github.com/libguestfs/libguestfs/commit/8a72616bf7bc686ad4d033482541fcd73c148b53 https://github.com/libguestfs/libguestfs/commit/b20d36aa1bcabfe1e5eefcf47b727280a6474be8 This patch is what remains. Rich.
2015 Nov 06
1
[PATCH v3] build: Drop serial_tests.
Same as v2, except: - Drop the RUN_OUTPUT_FILE functionality completely. It will be replaced with enhanced .trs files as discussed. - Rebase on head. Rich.
2010 Oct 08
7
[PATCH] Replace pyxml/xmlproc-based XML validator with lxml based one.
...tively maintained. Signed-off-by: Stephan Peijnik <spe@anexia.at> diff -r 6e0ffcd2d9e0 -r 7082ce86e492 tools/python/xen/xm/xenapi_create.py --- a/tools/python/xen/xm/xenapi_create.py Fri Sep 17 17:06:57 2010 +0100 +++ b/tools/python/xen/xm/xenapi_create.py Fri Oct 08 12:31:18 2010 +0200 @@ -14,13 +14,15 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #============================================================================ # Copyright (C) 2007 Tom Wilkie <tom.wilkie@gmail.com> +# Copyright (C) 2010 ANEXIA Internetdienstleistungs GmbH +# Author...
2006 Oct 15
12
Very small scores for search results
Hi Everyone, I''m using Ferret 0.10.11 with acts_as_ferret from SVN (same results with 0.10.10 and 0.10.9 though). I''m running into an odd problem where the scores of my top-ranking search results are ridiculously small - even when the query is one that should match at least one document with a decent score. To give an example, I have just the names of 5 businesses indexed
2012 Dec 17
2
Suggestion: 'method' slot for format.ftable()
Dear R-developers, I would like to suggest a 'method' slot for format.ftable() (see an adjusted 'format.ftable()' below, taken from the source of R-2.15.2). At the moment, format.ftable() contains several empty cells due to the way the row and column labels are printed. This creates problems (= unwanted empty columns/rows) when converting an ftable to a LaTeX table; see an
2016 May 26
0
Samba 4.4.3 debian wheezy backport intructions
...ckages Required patches: cmocka-1.0.1~bpo7+1.diff --------------------------------------------------------------------------------------------------------------------- diff -ur cmocka-1.0.1.orig/debian/changelog cmocka-1.0.1/debian/changelog --- cmocka-1.0.1.orig/debian/changelog 2015-05-15 17:14:35.000000000 +0200 +++ cmocka-1.0.1/debian/changelog 2016-05-26 19:23:36.253147215 +0200 @@ -1,3 +1,10 @@ +cmocka (1.0.1-2~bpo7+1) wheezy; urgency=low + + * Wheezy backport + * Remove doxygen dependency and doc package + + -- Achim Gottinger <achim at ag-web.biz> Thu, 26 May 2016 19:...
2015 Nov 05
1
[PATCH 1/2] test-data: phony-guests: Don't use *.tmp.* temporary files.
...t-data/phony-guests/make-archlinux-img.sh | 4 ++-- test-data/phony-guests/make-coreos-img.sh | 10 ++++---- test-data/phony-guests/make-debian-img.sh | 10 ++++---- test-data/phony-guests/make-fedora-img.pl | 34 ++++++++++++++-------------- test-data/phony-guests/make-ubuntu-img.sh | 14 ++++++------ test-data/phony-guests/make-windows-img.sh | 4 ++-- 7 files changed, 39 insertions(+), 40 deletions(-) diff --git a/test-data/phony-guests/Makefile.am b/test-data/phony-guests/Makefile.am index 98922c7..f05aeb9 100644 --- a/test-data/phony-guests/Makefile.am +++ b/test-data/phony...
2010 Sep 09
2
[PATCH]: add libxl python binding
...rno != ENOSYS)) LIBXL__LOG_ERRNOVAL(ctx, LIBXL__LOG_ERROR, rc, "xc_deassign_device failed"); } diff -r b19856f6dd76 tools/libxl/libxltypes.py --- a/tools/libxl/libxltypes.py Thu Sep 09 09:24:24 2010 +0100 +++ b/tools/libxl/libxltypes.py Thu Sep 09 12:06:50 2010 +0100 @@ -14,10 +14,13 @@ class Type(object): if typename is None: # Anonymous type self.typename = None + self.rawname = None elif self.namespace is None: # e.g. system provided types self.typename = typename + self.rawname = typename...
2020 Jul 21
11
[RFC PATCH 0/4] PAM module for ssh-agent user authentication
Hi, The main (and probably the only) use case of this PAM module is to let sudo authenticate users via their ssh-agent, therefore without having to type any password and without being tempted to use the NOPASSWD sudo option for such convenience. The principle is originally implemented by an existing module [0][1] and many pages that explain how to use it for such purpose can be found online.
2007 Jul 02
0
Branch 'as' - 24 commits - configure.ac doc/Makefile.am doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_amf.c libswfdec/swfdec_as_array.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c
...++++++++++++++++++++ test/trace/stack-overflow-7.swf |binary test/trace/stack-overflow-7.swf.trace | 256 +++++++++++++++++++++++++++++ test/trace/stack-overflow.as | 13 + test/trace/trace.c | 191 +++++++++++++++++---- 58 files changed, 1149 insertions(+), 157 deletions(-) New commits: diff-tree 6e58faa8ad4c043914e9a838a39c607dd578d107 (from 1f718a32a857b2ea082f6a4b3dafb06bb81d7aa1) Author: Benjamin Otte <otte at gnome.org> Date: Sun Jul 1 10:07:12 2007 +0100 swfdec_as_stack_ensure_left => swfdec_as_stack_ensure_free...
2012 Aug 14
1
[GIT PULL] elflink fixes
...| 10 +++ com32/include/syslinux/config.h | 5 ++ com32/include/syslinux/features.h | 10 +-- com32/include/syslinux/pxe_api.h | 4 + com32/lib/Makefile | 1 - com32/lib/sys/ansicon_write.c | 4 +- com32/lib/sys/gpxe.c | 14 +--- com32/lib/sys/module/common.c | 36 ++++++++++- com32/lib/sys/module/elf_module.c | 15 ++++- com32/lib/sys/rawcon_read.c | 25 +++++--- com32/lib/sys/rawcon_write.c | 8 +-- com32/lib/sys/serial_write.c | 8 +-- com32/lib/sys/stdcon_write.c...
2012 Mar 19
24
[PATCHv2 00/11] arm: pass a device tree to dom0
This series of patches makes Xen pass a (somewhat) valid device tree to dom0. The device tree for dom0 is the same as the one supplied to Xen except the memory and chosen nodes are adjusted appropriately. We don''t yet make use of the device tree to map MMIO regions or setup interrupts for the guest and we still include the UART used for Xen''s console. Note that loading Linux
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths