search for: diff

Displaying 20 results from an estimated 44652 matches for "diff".

2004 Aug 06
2
optimization possible?
hi, i did some tests about performance in jspeex ... uls@mainframe:~/eclipse/avrelay$ java TestClient Diff1: 0 10 Diff2: 141 started. uls@mainframe:~/eclipse/avrelay$ <p>{ SpeexEncoder e1=new SpeexEncoder(); e1.init(0,1,44100,1); byte[] by1=new byte[320]; long l1=System.currentTimeMillis(); long l2=System.currentTimeMillis(); System.out.println("Diff1: "+(l2-l1))...
2010 Jan 02
2
help with for loop
Dear useRs, I want to write a function that generates all the possible combinations of diff(). Example: If my vector has length 5, I need the diff() until lag=4 -> c(diff(my.vec), diff(my.vec, lag=2), diff(my.vec, lag=3), diff(my.vec, lag=4)) If it has length 4, I need until lag=3 -> c(diff(my.vec), diff(my.vec, lag=2), diff(my.vec, lag=3)) So, it must be until lag=(length(my.vec...
2014 Aug 03
2
[Bug 10756] New: rsync can't create files or dirs in subdirs (sometimes?)
...Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: samba at tlinx.org QAContact: rsync-qa at samba.org Ran my snapshot script -- haven't gotten a clean run for some time now, .. This time, I run the rsync from <snap> -> empty_diff_vol, with a basedir of files to exclude ... rsync --8-bit-output --acls \ --archive --hard-links --human-readable --no-inc-recursive \ --one-file-system --prune-empty-dirs --whole-file --xattrs ), "--compare-dest=/home, /home.snap /home.diff Today I got a bunch of new failures -- looks like...
2014 Sep 14
2
VGA resume & thaw (wake up from S3 & S4) broken - kernel(nouveau) exclusively
...ur input is greatly valued. The reason why > "we" (nouveau developers) generally ask for a git bisection is because > we don't know or track specific distributions. Although your search has > narrowed the problem down (thanks for that!), we don't know how big the > difference is between kernel-3.16.0-0.rc0.git9.1.fc21 and > kernel-3.16.0-0.rc0.git10.1.fc21. Is the difference literally just that > one patch? Or were there more patches to nouveau or drm that might have > been the culprit? So far I haven't succeeded in finding the exact > differen...
2014 Feb 21
6
[LLVMdev] make check issue with llvm-cov
...mp mkdir /home/rkotler/caviumllvm/build/test/tools/llvm-cov/Output/llvm-cov.test.tmp cd /home/rkotler/caviumllvm/build/test/tools/llvm-cov/Output/llvm-cov.test.tmp cp /home/rkotler/workspace/llvm/test/tools/llvm-cov/Inputs/test* . /home/rkotler/caviumllvm/build/Debug+Asserts/bin/llvm-cov test.c | diff -u test_no_options.output - diff -aub test_no_options.cpp.gcov test.cpp.gcov diff -aub test_no_options.h.gcov test.h.gcov mkdir -p /home/rkotler/caviumllvm/build/test/tools/llvm-cov/Output/llvm-cov.test.tmp/objdir cp test.gcno test.gcda /home/rkotler/caviumllvm/build/test/tools/llvm-cov/Output/l...
2014 Sep 14
0
VGA resume & thaw (wake up from S3 & S4) broken - kernel(nouveau) exclusively
...greatly valued. The reason why >> "we" (nouveau developers) generally ask for a git bisection is because >> we don't know or track specific distributions. Although your search has >> narrowed the problem down (thanks for that!), we don't know how big the >> difference is between kernel-3.16.0-0.rc0.git9.1.fc21 and >> kernel-3.16.0-0.rc0.git10.1.fc21. Is the difference literally just that >> one patch? Or were there more patches to nouveau or drm that might have >> been the culprit? So far I haven't succeeded in finding the exact >&...
2007 Jan 11
3
[LLVMdev] Ada support for llvm-gcc4
...lers build but not the runtimes. Also, I've replaced the gcc 4.0 Ada front-end with a back-port of the Ada front-end from FSF gcc head, since the 4.0 version is known to be weak. All testing done on x86-linux-gnu. No attempt was made to build for other targets. Patch description: 1-usehooks.diff Apple made some backend changes that assume a C-like front-end (C, C++ or ObjC): calls are made to decl_constant_value, iasm_build_bracket and similar routines that mostly aren't defined by the Ada, fortran and java front-ends. However two of the calls, to c_common_type_for_mode and pushdecl,...
2014 Sep 15
2
VGA resume & thaw (wake up from S3 & S4) broken - kernel(nouveau) exclusively
...The reason why >>> "we" (nouveau developers) generally ask for a git bisection is because >>> we don't know or track specific distributions. Although your search has >>> narrowed the problem down (thanks for that!), we don't know how big the >>> difference is between kernel-3.16.0-0.rc0.git9.1.fc21 and >>> kernel-3.16.0-0.rc0.git10.1.fc21. Is the difference literally just that >>> one patch? Or were there more patches to nouveau or drm that might have >>> been the culprit? So far I haven't succeeded in finding the...
2017 Nov 20
7
[PATCH 0/2] libopusfile int64 overflows
Just an attempt to avoid overflows with an explicit check, I don't know if there's a better way to identify corrupt input here. James Zern (2): op_pcm_seek: fix int64 overflow op_fetch_and_process_page: fix int64 overflow src/opusfile.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) -- 2.15.0.448.gf294e3d99a-goog
2007 Sep 10
1
how to compile a xen dom0 kernel the debian way
...\ fi; \ done Applying debian patch with xen parts Warning: Can't find series file for 3 (.) IGNORED bugfix/arm/nas100d-pata-artop-single-port.patch (.) IGNORED bugfix/m68k/falconide_intr_lock-reentrant.diff (.) IGNORED bugfix/m68k/633-atari_scc.diff (.) IGNORED bugfix/m68k/130-adbraw.diff (.) IGNORED bugfix/m68k/141-ide.diff (.) IGNORED bugfix/m68k/143-ioext.diff (.) IGNORED bugfix/m68k/149-mc68681.diff (.) IGNORED bugfix/m68k/152-pci.diff (.) IGNORED bugfix/m68k/448-ide.di...
2012 Feb 13
2
Error in apply(x2, 1, diff) : dim(X) must have a positive length
Anyone knows hat might be the cause of this error? Thanks for any help! >library(MASS) > dif.mns = function(x2,tr1=.2,tr2=.3){ + #generates four different 'means' using + #difference scores from x2, an n x 2 matrix + #for use w/ bootstrap comparisons + diffs = apply(x2,1,diff) + mn1=mean(diffs) + mn2=mean(diffs,tr=.2) + mn3=mean(diffs,tr=.3) + mn4=median(diffs) + mns=c(mn1,mn2,mn3,mn4) + list(mnds=round(mns,...
2012 Feb 03
1
A question on Unit Root Test using "urca" toolbox
...IC") > summary(CPILD4UR) The results indicate that the optimal lags selected by BIC is 4. Then I run the same unit root test with drift and 4 lags: > CPILD4UR1<-ur.df(x1$CPILD4[5:nr1], type ="drift", lags =4) > summary(CPILD4UR1) Nevertheless, the results are different. Could anyone tells me why? In EViews these two are the same and the results are close to my first case. Thanks! A complete log: > CPILD4UR1<-ur.df(x1$CPILD4[5:nr1], type ="drift", lags =4) > summary(CPILD4UR1) ############################################### # Aug...
2009 May 11
1
Delta backup program planned (problem met for adding files)
Dear List, Currently, I'm trying to implement a new feature to rsync. Delta back: Well, it simply just backups diff blocks, and the program is able to restore to any backup points. Current problem met for adding files! But I met a newbie problem here. I'm going to add six files, which are diff.h/diff.c del.h/del.c and merge.h/merge.c. I have modified Makefile.in. When I add an function, compiler prints...
2004 Aug 06
0
optimization possible?
hi, Ulrich B. Staudinger wrote: > uls@mainframe:~/eclipse/avrelay$ java TestClient > Diff1: 0 > 10 > Diff2: 141 > started. > uls@mainframe:~/eclipse/avrelay$ Sorry, i think this number (diff2) occured due to jvm startup load ... when doing repetive encoding the numbers are much closer to Marc's minimum requirements (with Diff being the elapsed time for encoding on my...
2014 Oct 14
1
[PATCH] diff: do not pad uid/gid in CSV mode
--- diff/diff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diff/diff.c b/diff/diff.c index f4b25e9..ad371b0 100644 --- a/diff/diff.c +++ b/diff/diff.c @@ -1108,7 +1108,7 @@ output_int64_uid (int64_t i) { next_field (); /* csv doesn't need escaping */ - if (printf ("...
2007 May 23
2
make check problem
...pilation on Windows until I tried "make check" Here is an abbreviated version of my results: C:\esr\R-2.5.0\src\gnuwin32>make check make check -------- Testing package base -------- Running examples in 'base-Ex.R' ... Comparing `base-Ex.Rout' to `base-Ex.Rout.prev' ...diff: extra operand `Settings/Erin/Local' diff: Try `diff --help' for more information. OK ; -------- Testing package stats4 -------- Running examples in 'stats4-Ex.R' ... Comparing `stats4-Ex.Rout' to `stats4-Ex.Rout.prev' ...diff: extra operand `Settings/Erin/Local' diff: T...
2013 Apr 17
4
[LLVMdev] Loop vectorizer behaviour for 2D arrays and parallel annotation
Hello, I am trying to vectorize the following loop but the vectorizer says: "Found a possible write-write reorder" and does not vectorize. Why? for (j=0; j < 8; j++) { jj = j << 3; m2[j][0] = diff[jj ] + diff[jj+4]; m2[j][1] = diff[jj+1] + diff[jj+5]; m2[j][2] = diff[jj+2] + diff[jj+6]; m2[j][3] = diff[jj+3] + diff[jj+7]; m2[j][4] = diff[jj ] - diff[jj+4]; m2[j][5] = diff[jj+1] - diff[jj+5]; m2[j][6] = diff[jj+2] - diff[jj+6]; m2[j][7] = diff[jj+3] - diff[jj+7];...
2014 Dec 15
0
[PATCH] diff/diff.c: diff output to show correct file handles and presence symbol
--- diff/diff.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/diff/diff.c b/diff/diff.c index 8b0fda0..6a374af 100644 --- a/diff/diff.c +++ b/diff/diff.c @@ -608,7 +608,7 @@ static void deleted (guestfs_h *g, struct file *file) { output_start_line (); - output_string ("+...
2000 Aug 21
2
diff.default / diff.ts in wrong package bug (PR#640)
{all recent versions of R} Problem / design bug : diff.default() doesn't deal with "ts" objects properly, diff.ts() does, but that is only available from package "ts" where as the constructor function ts() is in base. It's not sufficient to just move diff.ts() to package base, since it relies itself on lag & lag.def...
2017 Dec 07
2
[PATCH 0/2] libopusfile int64 overflows
On Tue, Nov 28, 2017 at 3:22 PM, James Zern <jzern at google.com> wrote: > On Mon, Nov 20, 2017 at 1:07 PM, James Zern <jzern at google.com> wrote: >> Just an attempt to avoid overflows with an explicit check, I don't know if >> there's a better way to identify corrupt input here. >> >> James Zern (2): >> op_pcm_seek: fix int64 overflow