search for: nref

Displaying 8 results from an estimated 8 matches for "nref".

Did you mean: gref
2012 Nov 28
1
[LLVMdev] Inconsistent result with CallGraph
...e code we have executed: virtual void getAnalysisUsage( llvm::AnalysisUsage & info ) const { info.addRequired<CallGraph>(); ... } ... virtual bool runOnModule( Module & M ) { ... CallGraph &CG = this->getAnalysis<CallGraph>(); CallGraphNode *cgn; unsigned nref; for(CallGraph::const_iterator I=CG.begin(),E=CG.end();I!=E;I++) { cgn=I->second; if((cgn)&&(cgn->getFunction())) { nref=cgn->getNumReferences(); llvm::dbgs()<<"uses:"<<nref<<"\n"; cgn->dump(...
2012 Nov 22
0
[LLVMdev] possible bug in llvm-3.1
...code we have executed: virtual void getAnalysisUsage( llvm::AnalysisUsage & info ) const { info.addRequired<CallGraph>(); ... } ... virtual bool runOnModule( Module & M ) { ... CallGraph &CG = this->getAnalysis<CallGraph>(); CallGraphNode *cgn; unsigned nref; for(CallGraph::const_iterator I=CG.begin(),E=CG.end();I!=E;I++) { cgn=I->second; if((cgn)&&(cgn->getFunction())) { nref=cgn->getNumReferences(); llvm::dbgs()<<"uses:"<<nref<<"\n"; cgn->dum...
2011 Dec 16
2
R package BibTex entries: looking for a more general solution
Back in 2010 I raised this issue, and there was some discussion, https://stat.ethz.ch/pipermail/r-devel/2010-November/058987.html The goal, then, as now is to have a way to produce a bibtex-clean .bib file (i.e., not requiring manual editing except in unusual circumstances) reflecting installed packages for use in writing where one often needs/wants to cite all packages used in a given
2011 Feb 13
3
Icecast startup script for Centos 5.5
....3.2-4.el5.i386.rpm Retrieving http://download.fedoraproject.org/pub/epel/5/i386/icecast-2.3.2-4.el5.i386.rpm error: skipping http://download.fedoraproject.org/pub/epel/5/i386/icecast-2.3.2-4.el5.i386.rpm - transfer failed - Unknown or unexpected error warning: u 0x1996d580 ctrl 0x19970780 nrefs != 0 (download.fedoraproject.org http) I'm guessing its because my VPS is 64 bit? If it's the case I'll do a fresh install of the 32bit version. On Sun, 13 Feb 2011 22:14:53 +0000 (GMT), Keith Roberts <keith at karsites.net> wrote: > On Sun, 13 Feb 2011, Huw - Jungl...
2007 Jan 16
0
9 commits - libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_audio_stream.c libswfdec/swfdec_audio_stream.h libswfdec/swfdec_cache.c libswfdec/swfdec_cached.c libswfdec/swfdec_cached.h libswfdec/swfdec_edittext_movie.c libswfdec/swfdec_image.c
...if (stream->decoder != NULL) { - SwfdecBuffer *buffer = swfdec_sound_finish_decoder (stream->sound, stream->decoder); + SwfdecBuffer *buffer = swfdec_audio_codec_finish (stream->codec, stream->decoder); stream->decoder = NULL; if (buffer) swfdec_buffer_unref (buffer); @@ -68,7 +68,7 @@ swfdec_audio_stream_decode_one (SwfdecAu /* FIXME: with this method and mad not giving out full samples, we end up * putting silence too early */ if (frame->sound_block) { - buffer = swfdec_sound_decode_buffer (stream->sound, stream->decode...
2011 Feb 13
0
Icecast startup script for Centos 5.5
...http://download.fedoraproject.org/pub/epel/5/i386/icecast-2.3.2-4.el5.i386.rpm > error: skipping > > > http://download.fedoraproject.org/pub/epel/5/i386/icecast-2.3.2-4.el5.i386.rpm > > - transfer failed - Unknown or unexpected error > warning: u 0x1996d580 ctrl 0x19970780 nrefs != 0 > (download.fedoraproject.org http) > > I'm guessing its because my VPS is 64 bit? If it's the case I'll do > a > fresh install of the 32bit version. > > > On Sun, 13 Feb 2011 22:14:53 +0000 (GMT), Keith Roberts > <keith at karsites.net> wrot...
2006 Sep 04
7
package: ignores "source"; "provider" doesn''t work as advertised?
Hi I¹m not sure if I¹m misunderstanding, however, when I try the following: class thttpd { package { thttpd: version => "2.25b-4.2", source => "http://dag.wieers.com/packages/thttpd/thttpd-2.25b-4.2.el4.rf.i386.rpm" } [snip other code] } On fedora core 5, the ³source² is ignored: yum is used to pull the package from the upstream repos listed in
2011 Feb 13
3
Icecast startup script for Centos 5.5
Hi all. me again! I've decided after some good advice from Sascha to go with a CentOS build. I've got icecast installed and running, however I'm having difficulty in finding a script that will start the icecast server on boot. Does anybody have one built, or know where I can find one? Ive kept everything pretty much standard in that the icecast server uses user "icecast"