search for: stuct

Displaying 10 results from an estimated 10 matches for "stuct".

Did you mean: struct
2015 May 18
2
[LLVMdev] copy value of a global's data field to another global
getInitializer returns the complete initializer of the global. My globals are complex nested structs, from which I want to extract e.g. one double datafield. Example: >From a struct Stuct having double,array(3xint),float fields, I could extract the second int value using the index sequence 0,1,1 with getGetElementPtr. This gives me a constantPointer, but I would need to get a constInt... Alex David Blaikie wrote: > On Sat, May 16, 2015 at 10:28 PM, Alexander Poddey > <...
2005 Dec 29
0
newb queston to fellow Railians
I get stuct at this...i get this message when i load my site...give me some idea how to fix it... MissingSourceFile in <controller not set>#<action not set> No such file to load -- ../my_app/cookbook/script/../config/../config/routes.rb RAILS_ROOT: ../my_app/cookbook/script/../config/.. when ra...
2010 Oct 20
1
[LLVMdev] Structure returns to-do or not-to-do?
On 20/10/2010 23:25, John McCall wrote: > On Oct 20, 2010, at 2:56 PM, roger roger wrote: >> I notice that using the online demo, functions which return >> structures are converted to be void, and instead take an extra >> argument which is the a pointer to the returned structure, and the >> allocation is made by the caller. >> Even declared, but undefined
2015 May 17
2
[LLVMdev] copy value of a global's data field to another global
Hi all, I can get access to the data stored in globals as follows: GlobalVariable* pGvarAct=_set_a_valid_global_; const_ptr_indicesVec=_the_indexes_ llvm::Constant* pConst; pConst=ConstantExpr::getGetElementPtr(pGvarAct, const_ptr_indicesVec); and e.g. use this to repalece an argumrnt of an instruction like: I->setOperand(someArgumentIndex,pConst); However, getGetElementPtr returns a
2009 Mar 15
1
Add vorbis_dsp_init() ?
Hi, This mozilla bug report is a crash triggered by a Vorbis file with corrupt headers: https://bugzilla.mozilla.org/show_bug.cgi?id=481601 The patch to fix the crash adds a new vorbis_dsp_init() function to libvorbis, and calls that from fs_vorbis_init() in libfishsound: https://bug481601.bugzilla.mozilla.org/attachment.cgi?id=366150 The public function it adds is: void
2004 Nov 18
0
[LLVMdev] Re: questions about LLVM
Shuo Chen wrote: >Prof. Adve, > >The idea is to develop a memory model where each byte is extended with >3 extra bits. Programs are running on this memory model. >Load/store instructions, including those in LibC functions, >needs to deal with the extra bits in a certain manner. Basically, my >questions are: >(1) Is it feasible to implement the memory model where each
2004 Nov 17
2
[LLVMdev] Re: questions about LLVM
Prof. Adve, The idea is to develop a memory model where each byte is extended with 3 extra bits. Programs are running on this memory model. Load/store instructions, including those in LibC functions, needs to deal with the extra bits in a certain manner. Basically, my questions are: (1) Is it feasible to implement the memory model where each byte is extended with 3 extra bit? (2) Is there a
2008 Jul 21
2
sftp needs a long time for sending a filelist
Hello all Im using sftp 1:4.7p1-8ubuntu1.2 in a batchjob Ive noticed that sftp needs a long time for sending a filelist. The timespan increases exponential if many files are on the remoteserver. for example "ls -la *.txt" needs 10 seconds for 2000 files but needs 50 seconds for 4000 files. For 150.000 Files i have to wait 15 minutes for example but the
2009 Feb 13
44
[PATCH 0/40] ocfs2: Detach ocfs2 metadata I/O from struct inode
..., like ocfs2_set_buffer_uptodate(), etc, take a struct ocfs2_caching_info instead of a struct inode. That sort of thing. It's nice and easy. The next three patches move the journal transaction ids to struct ocfs2_caching_info. When they are done, the ocfs2_journal_access*() functions take a stuct ocfs2_caching_info, and the dlmglue checks the ocfs2_caching_info regarding checkpoints. So it only takes us six patches to isolate ocfs2_caching_info in the metadata I/O API. The remaining 34 patches slowly but surely move alloc.c to the new API. Our btree code is heavily invested in the idea th...
2003 Dec 01
0
No subject
...not a bug, but nobody knows about it anything even in your mail list I > need it for PPTP service in SambaDOMAIN. > > How do I tell Samba that a particular account is permitted dialin > access? It's not been impemented yet. I think it is just a flag we need to add to the USER_INFO stuct somewhere. Would need to look at some network traces to be sure. cheers, jerry --------------------------------------------------------------------- http://www.valinux.com/ VA Linux Systems gcarter@valinux.com http://www.samba.org/ SAMBA Team jerry@samba.org...