Displaying 20 results from an estimated 48373 matches for "move".
Did you mean:
mode
2007 Jun 19
0
Branch 'as' - 4 commits - libswfdec/swfdec_codec_video.c libswfdec/swfdec_movie.c test/trace
...ace/place-object-button-6.swf |binary
test/trace/place-object-button-6.swf.trace | 2
test/trace/place-object-button-7.swf |binary
test/trace/place-object-button-7.swf.trace | 2
test/trace/place-object-button-move-5.swf |binary
test/trace/place-object-button-move-5.swf.trace | 2
test/trace/place-object-button-move-6.swf |binary
test/trace/place-object-button-move-6.swf.trace | 2
test/trace/place-object-button-move-7.swf...
2004 Jun 22
3
[LLVMdev] Linearscan allocator bug?
...basic block in question is shortcirc_done.1 (line 198 in the log). It
starts with:
%reg1060 = phi %reg1032, mbb<shortcirc_next.0.selectcont.selectcont,
The predecessor is at line 155 and the register 1032 is assigned a value on
line 140 (in shortcirc_next.0.selectcont):
%reg1032 = move %reg103
After register allocation the code in shortcirc_done.1 is (line 334):
%gr2 = move %gr6
the predecessor in at line 285 and the code in shortcirc_next.0.selectcont is
(line 268)
%gr4 = move %gr2
while I'd expect destination register should be gr6.
In fact, gr6 is first...
2008 Oct 21
3
R Help
...020189061
2007-06-30 0.025034436 0.009045381
2007-09-30 0.032251184 0.025034436
2007-12-31 0.051555978 0.032251184
2008-03-31 0.001866808 0.051555978
2008-06-30 0.043680370 0.001866808
2008-09-30 0.031271730 0.043680370
y.JIBqq[,1][y.JIBqq[,1]> y.JIBqq[,2]]<-'up move'
y.JIBqq[,1][y.JIBqq[,1]< y.JIBqq[,2]]<-'down move'
> y.JIBqq
JIBqq lag(JIBqq, -1)
2004-06-30 0.00331890938117052 <NA>
2004-09-30 down move 0.00331890938117052
2004-12-31 up move -0.0285361360020099
2005...
2018 Sep 25
3
[cfe-dev] New warnings when building trunk with GCC 9
+ Erik, who implemented DR1579
Originally, I had the warning similar to GCC's warning, but took it out due
to not having DR1579 implemented in clang (warning changed in r243594)
Erik in r274291 implemented DR1579, although PR27785 didn't mention
anything about std::move
It looks like what's happening is that Clang and GCC handles the return
differently. Clang needs the std::move call to use the move constructor
while GCC will use the move constructor with or without the std::move
call. This means that the warning is currently correct when running on
either...
2003 Nov 08
2
malloc errors? out of memory with many files on HP-UX
...es in the TODO list with my distribution, but I'm not
familiar with the fix(es). It perplexes me that the site above references
80MB transfers - over twice the size of my current issue ... oh wait, my
test is back (with double-v) ...
receiving file list ...
expand file_list to 4000 bytes, did move
expand file_list to 8000 bytes, did move
expand file_list to 8000 bytes, did move
expand file_list to 16000 bytes, did move
expand file_list to 16000 bytes, did move
expand file_list to 32000 bytes, did move
expand file_list to 32000 bytes, did move
expand file_list to 64000 bytes, did move
expand...
2011 Jan 29
1
[PATCH] Re: klibc barfs on m68k syscall interface
...==================
+--- klibc-1.5.21.orig/usr/klibc/arch/m68k/syscall.S 2011-01-29 13:28:39.000000000 +0100
++++ klibc-1.5.21/usr/klibc/arch/m68k/syscall.S 2011-01-29 15:47:09.000000000 +0100
+@@ -11,17 +11,47 @@
+ .globl __syscall_common
+ .type __syscall_common, @function
+ __syscall_common:
+- movem.l %d2-%d6, -(%sp) /* 5 registers saved */
+- movem.l 24(%sp), %d1-%d6
++#if 0
++ /* debugging: define "int32_t last_syscall;" in your code... */
++ move.l %d0, (last_syscall) /* to see which is actually run */
++#endif
++ /*
++ * According to eglibc, separate moves are faster than movem...
2007 Mar 04
1
[PATCH] CompWindowActionMoveMask (move plugin)
Here a patch to make move plugin take care of CompWindowActionMoveMask.
http://hibbert.univ-lille3.fr/~cbellegarde/Compiz/respectWindowActions.patch
There is also a bug in gtk-window-decorator.
If you use this plugin:
http://forum.go-compiz.org/viewtopic.php?t=643
Set your terminal to be non movable, terminal window doe...
2017 Jun 21
6
IMPORTANT: LLVM.org server move on June 24th! (SVN impact)
LLVMers,
The LLVM.org <http://llvm.org/> server which hosts SVN, GIT mirror, documentation, and the main LLVM.org <http://llvm.org/> website is moving to a new server on June 24th. As a result of the move commit access will be locked out beginning 09:00PDT on the 24th. We hope to have the move complete and commit access restored to everyone in a timely manner, however, a move of this magnitude will take several hours to complete.
In addition, this is the first step in moving SVN to a new URL: svn...
2007 Jun 25
2
[PATCH] Add option to Move for disabling server position sync on each notify
The new move plugin interface that makes the applications sync to
Xserver position at each move notify, also if it could be considered
important, caused - as negative point - a poor wobbly quality while
moving windows...
That's why some kinds of "forks" were made to disable this new feature
(see t...
2006 Apr 21
3
Bug: maidirsize double counting moved messages
The maildirsize file is double counting messages when moving them from
folder to folder when "maildir_copy_with_hardlinks = no":
1024000000000S
99337571 19370
14010590 2 <--- moved from subfolder to subfolder
-7005295 -1
14010590 2 <--- moved from subfolder to INBOX
-7005295 -1
14010590 2 <--- moved from INBOX to subfolder
-7005295 -1
14010590 2 <--- moved from subfolder to subfolder
-7005295 -1
When I change "maildir_copy_with_hardlinks"...
2019 Jan 21
2
Moving messages between servers with different configurations
I wanted to move messages from a mbox mailbox on server A to mdbox on
server B. I thought I could do this by connecting to the remote server
with "doveadm move -S x.x.x.x:x -u testuser Archive/2017 mailbox
INBOX/test" but I guess this will only allow and move messages
internally on server B?
Should I...
2019 Mar 21
2
[summary] virtio network device failover writeup
On Thu, Mar 21, 2019 at 08:45:17AM -0700, Stephen Hemminger wrote:
> On Thu, 21 Mar 2019 15:04:37 +0200
> Liran Alon <liran.alon at oracle.com> wrote:
>
> > >
> > > OK. Now what happens if master is moved to another namespace? Do we need
> > > to move the slaves too?
> >
> > No. Why would we move the slaves? The whole point is to make most customer ignore the net-failover slaves and remain them ?hidden? in their dedicated netns.
> > We won?t prevent customer from expli...
2019 Mar 21
2
[summary] virtio network device failover writeup
On Thu, Mar 21, 2019 at 08:45:17AM -0700, Stephen Hemminger wrote:
> On Thu, 21 Mar 2019 15:04:37 +0200
> Liran Alon <liran.alon at oracle.com> wrote:
>
> > >
> > > OK. Now what happens if master is moved to another namespace? Do we need
> > > to move the slaves too?
> >
> > No. Why would we move the slaves? The whole point is to make most customer ignore the net-failover slaves and remain them ?hidden? in their dedicated netns.
> > We won?t prevent customer from expli...
2018 Sep 16
2
[cfe-dev] New warnings when building trunk with GCC 9
...I could be
misrecalling, but I think the rationale for the current behaviour is based
on historical GCC behaviour.)
On Sun, 16 Sep 2018, 10:04 David Blaikie via cfe-dev, <
cfe-dev at lists.llvm.org> wrote:
> Fair point made on that thread - that this is a DR, so technically the
> std::move is pessimizing even in C++11 mode. Richard: Any thoughts on
> generalizing the warning to cover these cases even in C++11 mode?
>
> On Sat, Sep 15, 2018 at 2:37 AM Dávid Bolvanský <david.bolvansky at gmail.com>
> wrote:
>
>> There is a new discussion related to -Wredundan...
2011 Jan 29
0
[PATCH] Fix m68k syscall API and support 6-argument syscalls.
...), 17 deletions(-)
diff --git a/usr/klibc/arch/m68k/syscall.S b/usr/klibc/arch/m68k/syscall.S
index 966c92d..f468678 100644
--- a/usr/klibc/arch/m68k/syscall.S
+++ b/usr/klibc/arch/m68k/syscall.S
@@ -11,17 +11,43 @@
.globl __syscall_common
.type __syscall_common, @function
__syscall_common:
- movem.l %d2-%d6, -(%sp) /* 5 registers saved */
- movem.l 24(%sp), %d1-%d6
+ /*
+ * According to eglibc, separate moves are faster than movem;
+ * speed is important and this code is not duplicated anyway,
+ * so we do the same here. We use %a1 as scratch register for
+ * saving; syscall arguments a...
2006 Mar 05
1
[patch] Effect.Move and a little experiment
i everybody! first at all, sorry about my poor english...
i''m working in a little experiment about boucing objects using
Effect.Move implementation and a couple Effect.Transitions''
but... i was stuck in the way how Effect.Move works. I need to move a
object in two dimensions: X and Y, but in different times....
Effect.Parallel not work for me, because meanwhile the object moves in
X direction (with linear transition),...
2018 Jul 19
0
[ANNOUNCE] xf86-video-r128 6.11.0
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Dylan Aïssi (1):
Fix typo: Initalizing --> Initializing
Emil Velikov (2):
autogen.sh: use quoted string variables
xf86-video-r128: remove the GlxSetVisualConfigs stub and friends
Helmut Grohne (1):
Fix for cross build failure
Kevin Brace (31):
Move the location where R128PreInitGamma is called
Move assignment of color depth variables away from R128PreInitVisual
Move the assignment to monitor field of ScrnInf...
2013 Sep 19
2
[LLVMdev] [Polly] Move Polly's execution later
Hi Tobias,
I am trying to move Polly later.
LLVM provides some predefined ExtensionPointTy:
EP_EarlyAsPossible,
EP_ModuleOptimizerEarly,
EP_LoopOptimizerEnd,
EP_ScalarOptimizerLate,
...
Currently Polly uses "EP_EarlyAsPossible" to run as early as possible. As what you suggested:
>Instead of...
2019 Jan 22
2
Moving messages between servers with different configurations
...[@~]# doveadm mailbox status -S 192.168.10.43:542 -u testuser -t
messages test
messages=43
[@~]# doveadm mailbox status -u testuser -t messages INBOX/test2
messages=16
Also tried with
doveadm -v copy -S 192.168.10.43:542 -u testuser INBOX/test2 user
testuser mailbox test
>doveadm [-Dv] move [-S socket_path] -u user destination [user
source_user] search_query
>
>Moving all mails from mailbox INBOX/test on serverA to mailbox
>Archive/2017 on local serverB.
> + destination Archive/2017 must exist
> + Limitation: source_user and testuser must share the same UID and...
2011 Apr 04
1
moving mean and moving variance functions
Hello
Lets say as an example I have a dataframe with the following attributes:
rownum(1:405), colnum(1:287), year(2000:2009), daily(rownum x colnum x year)
and foragePotential (0:1, by 0.01). The data is actually stored in a netcdf
file and I'm trying to provide a conceptual version of the data.
Ok. I need to calculate a moving mean and a moving variance for each cell on
the following