search for: zero1

Displaying 9 results from an estimated 9 matches for "zero1".

Did you mean: zero
2017 Apr 07
1
Slow write times to gluster disk
...results (after changing the log level): glusterfs 3.7.11 built on Apr 27 2016 14:09:22 CentOS release 6.8 (Final) RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS-3 3108 [Invader] (rev 02) *Create the file to /gdata (gluster)* [root at mseas-data2 gdata]# dd if=/dev/zero of=/gdata/zero1 bs=1M count=1000 1000+0 records in 1000+0 records out 1048576000 bytes (1.0 GB) copied, 1.91876 s, *546 MB/s* *Create the file to /home (ext4)* [root at mseas-data2 gdata]# dd if=/dev/zero of=/home/zero1 bs=1M count=1000 1000+0 records in 1000+0 records out 1048576000 bytes (1.0 GB) copied, 0.6860...
2006 Aug 30
4
Barplot
Dear all, I have a dataset. I want to make barplot from this data. Zero1 <- " V1 V2 V3 V4 V5 V6 V7 V8 V9 1 1 0 0 0 1 0 0 0 Positive 2 0 0 1 0 1 0 1 1 Negative 3 0 0 1 0 0 0 1 1 Positive 4 0 1 0 1 1 1 0 1 Negative 5 0 0 1 0 1 1 0 0 Positive 6 0 1 0 0 1 1 1 1 Negative 7 1 0 1 1 1 1 1 1 Negativ...
2005 Jan 31
1
[LLVMdev] Question about Global Variable
...inter is not the memory address of the initial value, it is a pointer of constant, like constant *. I cannot assign it to the AddrOfGstr[i]. How could I get memory address the initial vaule, not the pointer of constant? I tried to use the following way, std::vector <Value *> idxVec; Value *Zero1 = ConstantInt::get(Type::IntTy , 0); Value *Zero2 = ConstantInt::get(Type::IntTy , 0); idxVec.push_back(Zero1); idxVec.push_back(Zero2); Constant *pStr = ConstantExpr::getGetElementPtr(Cstr, idxVec); // trying to get pointer of initial value GetElementPtrInst *GEP = new GetElementPtrInst( Pointe...
2005 Feb 02
1
[LLVMdev] RE: Question about Global Variable
...iable object itself. In your code above, the 'gI' variable > should be a pointer to a GlobalVariable. This Value* will have a > pointer-to-array-of-byte type. > > > I tried to use the following way, > > > > std::vector <Value *> idxVec; > > Value *Zero1 = ConstantInt::get(Type::IntTy , 0); > > Value *Zero2 = ConstantInt::get(Type::IntTy , 0); > > > > idxVec.push_back(Zero1); > > idxVec.push_back(Zero2); > > > > Constant *pStr = ConstantExpr::getGetElementPtr(Cstr, idxVec); // trying to get pointer of initial val...
2011 Mar 24
1
.Fortran successful, R locks up.
...fortran -fPIC -g -O2 -c closefiles.f gfortran -shared -o swat.so modparm.o addh.o albedo.o allocate_parms.o alph.o analyse.o anfert.o apex_day.o apply.o ascrv.o ---SNIP successful link output---- writeaa.o writed.o writem.o writeswatfile.o writeswatmain.o xisquare.o xiunc.o xmon.o ysed.o zero0.o zero1.o zero2.o zeroini.o closefiles.o installing to /glade/home/fuka/R/x86_64-unknown-linux-gnu-library/2.12/EcoHydrology/libs ** R ** data ** preparing package for lazy loading ** help *** installing help indices ** building package indices ... ** testing if installed package can be loaded * DONE (Eco...
2007 Dec 06
51
[PATCH 0/19] desc_struct integration
Hi, this is a series of patches that unify the struct desc_struct and friends across x86_64 and i386. As usual, it provides paravirt capabilities as a side-effect for x86_64. I consider the main goal, namely, of unifying the desc_struct, an ongoing effort, being this the beginning. A lot of old code has to be touched to accomplish that. I don't consider this patch ready for inclusion.
2007 Dec 06
51
[PATCH 0/19] desc_struct integration
Hi, this is a series of patches that unify the struct desc_struct and friends across x86_64 and i386. As usual, it provides paravirt capabilities as a side-effect for x86_64. I consider the main goal, namely, of unifying the desc_struct, an ongoing effort, being this the beginning. A lot of old code has to be touched to accomplish that. I don't consider this patch ready for inclusion.
2007 Apr 18
1
[RFC/PATCH LGUEST X86_64 03/13] lguest64 core
..._set_gate(struct gate_struct *s, unsigned type, unsigned long func, + unsigned dpl, unsigned ist) +{ + s->offset_low = PTR_LOW(func); + s->segment = __HV_CS; + s->ist = ist; + s->p = 1; + s->dpl = dpl; + s->zero0 = 0; + s->zero1 = 0; + s->type = type; + s->offset_middle = PTR_MIDDLE(func); + s->offset_high = PTR_HIGH(func); +} + +static inline unsigned long guest_pa(struct lguest_guest_info *linfo, u64 addr) +{ + return (addr >= linfo->start_kernel_map) ? + (addr - linfo->start_kerne...
2007 Apr 18
1
[RFC/PATCH LGUEST X86_64 03/13] lguest64 core
..._set_gate(struct gate_struct *s, unsigned type, unsigned long func, + unsigned dpl, unsigned ist) +{ + s->offset_low = PTR_LOW(func); + s->segment = __HV_CS; + s->ist = ist; + s->p = 1; + s->dpl = dpl; + s->zero0 = 0; + s->zero1 = 0; + s->type = type; + s->offset_middle = PTR_MIDDLE(func); + s->offset_high = PTR_HIGH(func); +} + +static inline unsigned long guest_pa(struct lguest_guest_info *linfo, u64 addr) +{ + return (addr >= linfo->start_kernel_map) ? + (addr - linfo->start_kerne...