search for: salah

Displaying 20 results from an estimated 124 matches for "salah".

Did you mean: salam
2012 Feb 24
43
[Bug 46557] New: nouveau: nv40 display corruption in framebuffer and X lockups unless nouveau.noaccel=1
...Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: salah.coronya at gmail.com QAContact: xorg-team at lists.x.org Created attachment 57574 --> https://bugs.freedesktop.org/attachment.cgi?id=57574 live dmesg before X was started When I start nouveau with 2D acceleration the framebuffer is unusable (typically displays frozen contents of th...
2013 Aug 14
3
[LLVMdev] BranchInst comparison
...gt;> br label %if.else7 >> br label %if.then5 >> br i1 %cmp4, label %if.then5, label %if.else7 >> >> I can use BranchInst for only one instruction but how could I compare >> between two branches >> >> Thanks >> >> -- >> * Rasha Salah Omar >> Msc Student at E-JUST >> Demonestrator at Faculty of Computers and Informatics >> Benha University* >> >> * e-mail: rasha.omar at ejust.edu.eg* >> P* Please consider the environment before printing this email.* >> >> >...
2013 Jun 06
3
[LLVMdev] CFG of a function
...>> >>>> How could I keep the function CFG in another memory space. >>>> I want to be able to change one of the old CFG , but keeping the >>>> original one in another space. >>>> Thanks >>>> >>>> -- >>>> *Rasha Salah Omar >>>> Msc Student at E-JUST >>>> Demonestrator at Faculty of Computers and Informatics >>>> Benha University >>>> * >>>> >>>> _______________________________________________ >>>> LLVM Developers mailing list &g...
2013 Jun 05
2
[LLVMdev] CFG of a function
...0:27 PM, Rasha Omar <rasha.sala7 at gmail.com> wrote: > >> How could I keep the function CFG in another memory space. >> I want to be able to change one of the old CFG , but keeping the original >> one in another space. >> Thanks >> >> -- >> *Rasha Salah Omar >> Msc Student at E-JUST >> Demonestrator at Faculty of Computers and Informatics >> Benha University >> * >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiu...
2013 Aug 15
0
[LLVMdev] BranchInst comparison
...br label %if.then5 >>> br i1 %cmp4, label %if.then5, label %if.else7 >>> >>> I can use BranchInst for only one instruction but how could I compare >>> between two branches >>> >>> Thanks >>> >>> -- >>> * Rasha Salah Omar >>> Msc Student at E-JUST >>> Demonestrator at Faculty of Computers and Informatics >>> Benha University* >>> >>> * e-mail: rasha.omar at ejust.edu.eg* >>> P* Please consider the environment before printing this email.*...
2013 Jun 06
0
[LLVMdev] CFG of a function
...; How could I keep the function CFG in another memory space. >>>>> I want to be able to change one of the old CFG , but keeping the >>>>> original one in another space. >>>>> Thanks >>>>> >>>>> -- >>>>> *Rasha Salah Omar >>>>> Msc Student at E-JUST >>>>> Demonestrator at Faculty of Computers and Informatics >>>>> Benha University >>>>> * >>>>> >>>>> _______________________________________________ >>>>> LLV...
2013 Jun 07
1
[LLVMdev] CFG of a function
...unction CFG in another memory space. >>>>>> I want to be able to change one of the old CFG , but keeping the >>>>>> original one in another space. >>>>>> Thanks >>>>>> >>>>>> -- >>>>>> *Rasha Salah Omar >>>>>> Msc Student at E-JUST >>>>>> Demonestrator at Faculty of Computers and Informatics >>>>>> Benha University >>>>>> * >>>>>> >>>>>> _______________________________________________...
2010 Nov 28
18
[Bug 31961] New: [drm:drm_crtc_helper_set_config] *ERROR* failed to set mode on [CRTC:6]
https://bugs.freedesktop.org/show_bug.cgi?id=31961 Summary: [drm:drm_crtc_helper_set_config] *ERROR* failed to set mode on [CRTC:6] Product: xorg Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2013 Aug 14
2
[LLVMdev] BranchInst comparison
Hi All, How could I use BranchInst to implement for example br label %if.else7 br label %if.then5 br i1 %cmp4, label %if.then5, label %if.else7 I can use BranchInst for only one instruction but how could I compare between two branches Thanks -- * Rasha Salah Omar Msc Student at E-JUST Demonestrator at Faculty of Computers and Informatics Benha University* * e-mail: rasha.omar at ejust.edu.eg* P* Please consider the environment before printing this email.* -------------- next part -------------- An HTML attachment was scrubbed... U...
2013 Jun 06
0
[LLVMdev] CFG of a function
...ala7 at gmail.com>wrote: >> >>> How could I keep the function CFG in another memory space. >>> I want to be able to change one of the old CFG , but keeping the >>> original one in another space. >>> Thanks >>> >>> -- >>> *Rasha Salah Omar >>> Msc Student at E-JUST >>> Demonestrator at Faculty of Computers and Informatics >>> Benha University >>> * >>> >>> _______________________________________________ >>> LLVM Developers mailing list >>> LLVMdev at cs.uiu...
2013 Jun 05
2
[LLVMdev] CFG of a function
How could I keep the function CFG in another memory space. I want to be able to change one of the old CFG , but keeping the original one in another space. Thanks -- *Rasha Salah Omar Msc Student at E-JUST Demonestrator at Faculty of Computers and Informatics Benha University * -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130605/3868aa58/attachment.html>
2013 Aug 14
0
[LLVMdev] BranchInst comparison
...I use BranchInst to implement for example > br label %if.else7 > br label %if.then5 > br i1 %cmp4, label %if.then5, label %if.else7 > > I can use BranchInst for only one instruction but how could I compare > between two branches > > Thanks > > -- > * Rasha Salah Omar > Msc Student at E-JUST > Demonestrator at Faculty of Computers and Informatics > Benha University* > > * e-mail: rasha.omar at ejust.edu.eg* > P* Please consider the environment before printing this email.* > > -- * Rasha Salah Omar Msc...
2013 Jul 25
2
[LLVMdev] Error for AllocaInst and Instruction
...tion* newInst = new Instruction(Int32Type, 0, "flag", Bb); Bb->getInstList().push_back(newInst); error: allocating an object of abstract class type 'llvm::Instruction' Instruction* newInst = new Instruction(Int32Type, 0, "flag", Bb); -- *Rasha Salah Omar Msc Student at E-JUST Demonestrator at Faculty of Computers and Informatics Benha University * -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130725/beabb5f5/attachment.html>
2013 May 29
2
[LLVMdev] CloneFunctionInto() Error
...ArgTypes, F.getFunctionType()->isVarArg()); >Function *NewF = Function::Create(FTy, F.getLinkage(), F.getName()); > SmallVector<ReturnInst*, 8> Returns; >CloneFunctionInto(NewF, (Function*) &F, VMap, false, Returns, "_", 0, 0); Thanks in advance -- *Rasha Salah Omar Msc Student at E-JUST Demonestrator at Faculty of Computers and Informatics Benha University * -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130529/eb457e30/attachment.html>
2013 Jun 10
0
[LLVMdev] CFG of a function
...old CFG , but keeping the >>>>>>>>>>> original one in another space. >>>>>>>>>>> Thanks >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> *Rasha Salah Omar >>>>>>>>>>> Msc Student at E-JUST >>>>>>>>>>> Demonestrator at Faculty of Computers and Informatics >>>>>>>>>>> Benha University >>>>>>>>>>> * >>>>&g...
2013 Jul 31
1
[LLVMdev] Instruction insertion By Module Pass
...vm::Instruction, ItemParentClass = llvm::BasicBlock]: Assertion > `V->getParent() == 0 && "Value already in a container!!"' failed. > > Is there a class I could use to insert while loop in Module Pass? > > Thank you in advance > > -- > * Rasha Salah Omar > Msc Student at E-JUST > Demonestrator at Faculty of Computers and Informatics > Benha University* > > * e-mail: rasha.omar at ejust.edu.eg* > P* Please consider the environment before printing this email.* > > > > ___________________________...
2013 Jul 30
2
[LLVMdev] Instruction insertion By Module Pass
...t(ValueSubClass *) [ValueSubClass = llvm::Instruction, ItemParentClass = llvm::BasicBlock]: Assertion `V->getParent() == 0 && "Value already in a container!!"' failed. Is there a class I could use to insert while loop in Module Pass? Thank you in advance -- * Rasha Salah Omar Msc Student at E-JUST Demonestrator at Faculty of Computers and Informatics Benha University* * e-mail: rasha.omar at ejust.edu.eg* P* Please consider the environment before printing this email.* -------------- next part -------------- An HTML attachment was scrubbed... U...
2013 May 29
0
[LLVMdev] CloneFunctionInto() Error
...>Function *NewF = Function::Create(FTy, F.getLinkage(), F.getName()); > > > SmallVector<ReturnInst*, 8> Returns; > > >CloneFunctionInto(NewF, (Function*) &F, VMap, false, Returns, "_", 0, > 0); > > > Thanks in advance > > -- > *Rasha Salah Omar > Msc Student at E-JUST > Demonestrator at Faculty of Computers and Informatics > Benha University > * > -- *Rasha Salah Omar Msc Student at E-JUST Demonestrator at Faculty of Computers and Informatics Benha University * -------------- next part -------------- An HTML atta...
2013 Jun 05
0
[LLVMdev] CFG of a function
...CFG. On Wed, Jun 5, 2013 at 10:27 PM, Rasha Omar <rasha.sala7 at gmail.com> wrote: > How could I keep the function CFG in another memory space. > I want to be able to change one of the old CFG , but keeping the original > one in another space. > Thanks > > -- > *Rasha Salah Omar > Msc Student at E-JUST > Demonestrator at Faculty of Computers and Informatics > Benha University > * > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc....
2007 May 31
2
Net2Phone Multiple SIP Trunk Not Working
...also cofigure my dial plan in other way using the chanisavail command but still not working. The chanisavail command configuration is correct as I can make calls using other trunk than Net2Phone one, So I want to know if there is any IP@ retriction in Net2Phone side!! Please help Best Regards, Salah -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070531/0e5ad7df/attachment.htm