search for: 11,11

Displaying 20 results from an estimated 88 matches for "11,11".

Did you mean: 1,11
2003 Oct 28
1
'levelplot' with an option 'at'
...tween versions 1.6.1 and 1.7.0 when using levelplot with an option 'at'. Here are the specs of the two platforms used: > R.version _ platform sparc-sun-solaris2.8 arch sparc os solaris2.8 system sparc, solaris2.8 status major 1 minor 6.1 year 2002 month 11 day 01 language R > R.version _ platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 1 minor 7.0 year 2003 month 04 day 16 language R I created an easy example of two levelplots (one without an option 'at' an...
2008 May 14
3
Help to Draw Plot
...ates the value -10,-5,0,5,10 have a blue colour too. 2?)It?s different to the question one. I want that the plot start and finish in the two points that are drawn, is say... I want that the plot start in (-10,-10) (corner left down) and finish in (10,10) (corner right up)... Now the plot start in -11,-11 and finish in 11,11 more or less... Sorry if I don?t write very well, but I?m spanish student. I hope that you could help me. Thank you very much, I greetings, Luismi -- View this message in context: http://www.nabble.com/Help-to-Draw-Plot-tp17234957p17234957.html Sent from the R help maili...
2017 Oct 27
1
[PATCH v6] x86: use lock+addl for smp_mb()
...ns(-) Changes from v5: - ringtest update - document mb() interaction with clflush - add micro-benchmark results diff --git a/arch/x86/include/asm/barrier.h b/arch/x86/include/asm/barrier.h index bfb28ca..3c6ba1e 100644 --- a/arch/x86/include/asm/barrier.h +++ b/arch/x86/include/asm/barrier.h @@ -11,11 +11,11 @@ */ #ifdef CONFIG_X86_32 -#define mb() asm volatile(ALTERNATIVE("lock; addl $0,0(%%esp)", "mfence", \ +#define mb() asm volatile(ALTERNATIVE("lock; addl $0,-4(%%esp)", "mfence", \ X86_FEATURE_XMM2) ::: "memory", "cc&...
2017 Oct 27
1
[PATCH v6] x86: use lock+addl for smp_mb()
...ns(-) Changes from v5: - ringtest update - document mb() interaction with clflush - add micro-benchmark results diff --git a/arch/x86/include/asm/barrier.h b/arch/x86/include/asm/barrier.h index bfb28ca..3c6ba1e 100644 --- a/arch/x86/include/asm/barrier.h +++ b/arch/x86/include/asm/barrier.h @@ -11,11 +11,11 @@ */ #ifdef CONFIG_X86_32 -#define mb() asm volatile(ALTERNATIVE("lock; addl $0,0(%%esp)", "mfence", \ +#define mb() asm volatile(ALTERNATIVE("lock; addl $0,-4(%%esp)", "mfence", \ X86_FEATURE_XMM2) ::: "memory", "cc&...
2016 Jan 27
0
[PATCH v4 5/5] x86: drop mfence in favor of lock+addl
...redhat.com> --- arch/x86/include/asm/barrier.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/x86/include/asm/barrier.h b/arch/x86/include/asm/barrier.h index bfb28ca..7ab9581 100644 --- a/arch/x86/include/asm/barrier.h +++ b/arch/x86/include/asm/barrier.h @@ -11,11 +11,11 @@ */ #ifdef CONFIG_X86_32 -#define mb() asm volatile(ALTERNATIVE("lock; addl $0,0(%%esp)", "mfence", \ +#define mb() asm volatile(ALTERNATIVE("lock; addl $0,-4(%%esp)", "mfence", \ X86_FEATURE_XMM2) ::: "memory", "cc&...
1999 Oct 27
1
Plotting bug in R (PR#300)
** Symptom: plot(1:1000,1:1000,xlim=c(10,11),type="l") makes a plot with lots of (nearly) horizontal lines, not just the intended one from (10,10) to (11,11). So do lots of similar commands where the xlim or ylim is much shorter than the range of the data. ** R version: _ platform i686-unknown-linux...
2024 Aug 21
1
[PATCH v2 56/86] drm/mgag200: Run DRM default client setup
...th_fourcc(dev, fourcc); } EXPORT_SYMBOL(drm_client_setup_with_color_mode); diff --git a/drivers/gpu/drm/mgag200/mgag200_drv.c b/drivers/gpu/drm/mgag200/mgag200_drv.c index 6623ee4e3277..29087e2398df 100644 --- a/drivers/gpu/drm/mgag200/mgag200_drv.c +++ b/drivers/gpu/drm/mgag200/mgag200_drv.c @@ -11,9 +11,11 @@ #include <drm/drm_aperture.h> #include <drm/drm_atomic_helper.h> +#include <drm/drm_client_setup.h> #include <drm/drm_drv.h> #include <drm/drm_fbdev_shmem.h> #include <drm/drm_file.h> +#include <drm/drm_fourcc.h> #include <drm/drm_ioc...
2011 Sep 12
1
nested anova<-R chrashing
...quot;,1,ifelse(clone=="Loden",2,ifelse(clone=="021",3,4)))) plant1<-as.factor(ifelse(plant==1,1,ifelse(plant==2,2,ifelse(plant==3,3,ifelse(plant==4,4,ifelse(plant==5,5,ifelse(plant==6,6, ifelse(plant==7,7,ifelse(plant==8,8,ifelse(plant==9,9,ifelse(plant==10,10,ifelse(plant==11,11,ifelse(plant==12,12, ifelse(plant==13,13,ifelse(plant==14,14,ifelse(plant==15,15,ifelse(plant==16,16,ifelse(plant==17,17,ifelse(plant==18,18, ifelse(plant==19,19,ifelse(plant==20,20,ifelse(plant==21,21,ifelse(plant==22,22,ifelse(plant==23,23,ifelse(plant==24,24, ifelse(plant==25,25,ifelse(pla...
2002 Jun 28
3
AIX usrinfo() cleanup.
...TTY= setting until someone screams. - Ben Index: session.c =================================================================== RCS file: /var/cvs/openssh/session.c,v retrieving revision 1.208 diff -u -r1.208 session.c --- session.c 26 Jun 2002 13:51:06 -0000 1.208 +++ session.c 28 Jun 2002 17:07:11 -0000 @@ -1210,7 +1210,7 @@ # endif /* defined(WITH_IRIX_PROJECT) || defined(WITH_IRIX_JOBS) || defined(WITH_IRIX_ARRAY) */ # ifdef _AIX /* XXX: Disable tty setting. Enabled if required later */ - aix_usrinfo(pw, &tty, -1); + aix_usrinfo(pw, NULL); # endif /* _AIX */ /* Permanently...
2016 Jan 27
6
[PATCH v4 0/5] x86: faster smp_mb()+documentation tweaks
...6: drop a comment left over from X86_OOSTORE x86: tweak the comment about use of wmb for IO x86: use mb() around clflush x86: drop mfence in favor of lock+addl arch/x86/include/asm/barrier.h | 17 ++++++++--------- arch/x86/kernel/process.c | 4 ++-- 2 files changed, 10 insertions(+), 11 deletions(-) -- MST
2016 Jan 27
6
[PATCH v4 0/5] x86: faster smp_mb()+documentation tweaks
...6: drop a comment left over from X86_OOSTORE x86: tweak the comment about use of wmb for IO x86: use mb() around clflush x86: drop mfence in favor of lock+addl arch/x86/include/asm/barrier.h | 17 ++++++++--------- arch/x86/kernel/process.c | 4 ++-- 2 files changed, 10 insertions(+), 11 deletions(-) -- MST
2015 Mar 02
0
CDR with conference asterisk 12
...ioning CDR for SIP/199.73.108.66-00000005 from state Single to Bridged 0x7fbbe8002098 - Created CDR for channel Local/2498 at extensions-00000000;1 0x7fbbe8002098 - Transitioning CDR for Local/2498 at extensions-00000000;1 from state NONE to Single 0x7fbbe8002098 - Set answered time to 1425186180.241101 0x7fbbe8002098 - Transitioning CDR for Local/2498 at extensions-00000000;1 from state Single to Bridged 0x7fbbe8002098 - Party A Local/2498 at extensions-00000000;1 has new Party B SIP/199.73.108.66-00000005 0x7fbbe800c0b8 - Created CDR for channel SIP/199.73.108.66-00000003 0x7fbbe800c0b8 - Tran...
2016 Jan 12
0
[PATCH v2 2/3] x86: drop a comment left over from X86_OOSTORE
.... Tsirkin <mst at redhat.com> --- arch/x86/include/asm/barrier.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/x86/include/asm/barrier.h b/arch/x86/include/asm/barrier.h index 7f99726..eb220b8 100644 --- a/arch/x86/include/asm/barrier.h +++ b/arch/x86/include/asm/barrier.h @@ -11,11 +11,6 @@ */ #ifdef CONFIG_X86_32 -/* - * Some non-Intel clones support out of order store. wmb() ceases to be a - * nop for these. - */ - #define mb() asm volatile("lock; addl $0,0(%%esp)" ::: "memory") #define rmb() alternative("lock; addl $0,0(%%esp)", &quo...
2020 Aug 19
0
[PATCH v3 03/18] virtio: Add get_shm_region method
...redhat.com> --- include/linux/virtio_config.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/include/linux/virtio_config.h b/include/linux/virtio_config.h index 8fe857e27ef3..4b8e38c5c4d8 100644 --- a/include/linux/virtio_config.h +++ b/include/linux/virtio_config.h @@ -11,6 +11,11 @@ struct irq_affinity; +struct virtio_shm_region { + u64 addr; + u64 len; +}; + /** * virtio_config_ops - operations for configuring a virtio device * Note: Do not assume that a transport implements all of the operations @@ -66,6 +71,7 @@ struct irq_affinity; * the caller...
2005 Mar 23
1
Eicon DIVA PCI ISDN cards (not server) work with asterisk!
I just wanted to let you know that it's possible to use Eicon DIVA PCI 2.01 ISDN cards (not "server" divas) with asterisk. First thing to do is to load the module. If you have two of these cards, you should do it like that: modprobe -v hisax protocol=2,2 type=11,11 And now you can have up to 4 incoming calls with two cards (try calling yourself and see if anything gets into your syslog - you should have "ignored" calls even if asterisk isn't running). Then configure your asterisk to use i4l (don't use chan_capi) - do it in modem.co...
2007 Sep 10
2
[LLVMdev] profiling with llvm-gcc4?
How can I do function profiling and BB profiling with current llvm and llvm-gcc4? runtime/libprofile is disabled when using llvm-gcc4, but... is there any alternative to linking with libprofile_rt.so? How can I use llvm-prof? is utils/profile.pl obsolete? Thanks in advance, josem
2007 Sep 10
0
[LLVMdev] profiling with llvm-gcc4?
On Mon, 10 Sep 2007, Jose M. Moya wrote: > How can I do function profiling and BB profiling with current llvm and > llvm-gcc4? > > runtime/libprofile is disabled when using llvm-gcc4, but... is there any > alternative to linking with libprofile_rt.so? > > How can I use llvm-prof? is utils/profile.pl obsolete? The profiling support in LLVM hasn't been used for quite a
2007 Sep 11
1
[LLVMdev] profiling with llvm-gcc4?
El lun, 10-09-2007 a las 11:55 -0700, Chris Lattner escribió: > The profiling support in LLVM hasn't been used for quite a while, so it > may have bitrotted slightly. However, the support should basically work, > so it shouldn't take much to bring it back to life. Thank you, it seems working again with th...
2004 Dec 13
3
Busy message on ISDN cards?
...2.4.27, connecting to a Telstra (Australia) Onramp Home Highway ISDN line. I'm pretty certain the card and line both work since they've been used in this machine for PPP before this (but with an older kernel with DoV patches, which are no longer to be used). If I do # modprobe hisax type=11,11 protocol=2,2 id="HiSax" it responds (in the syslog) with: kernel: ISDN subsystem Rev: 1.1.4.1/1.1.4.1/1.1.4.1/1.1.4.1/1.1.4.1/1.1.4.1 loaded kernel: HiSax: Linux Driver for passive ISDN cards kernel: HiSax: Version 3.5 (module) kernel: HiSax: Layer1 Revision 1.1.4.1 kernel: HiSax: La...
2019 Aug 20
0
Re: [nbdkit PATCH v2] main: Add option to disable SR advertisement
...9 deletions(-) Oh, and I missed squashing this in: diff --git i/filters/noextents/nbdkit-noextents-filter.pod w/filters/noextents/nbdkit-noextents-filter.pod index 47223928..9cc586ff 100644 --- i/filters/noextents/nbdkit-noextents-filter.pod +++ w/filters/noextents/nbdkit-noextents-filter.pod @@ -11,7 +11,11 @@ nbdkit-noextents-filter - disable extents in the underlying plugin “Extents” are a feature of the NBD protocol / nbdkit which allow the client to detect sparse regions of the underlying disk. C<nbdkit-noextents-filter> disables this so that the plugin appears to -be fully alloc...