search for: inmod

Displaying 14 results from an estimated 14 matches for "inmod".

Did you mean: insmod
2004 Aug 06
0
ices2: ice-url header patch
...am.c =================================================================== RCS file: /usr/local/cvsroot/ices/src/stream.c,v retrieving revision 1.23 diff -u -r1.23 stream.c --- src/stream.c 22 Nov 2002 13:01:34 -0000 1.23 +++ src/stream.c 26 Feb 2003 12:15:14 -0000 @@ -53,7 +53,8 @@ input_module_t *inmod = sdsc->input; int reencoding = (inmod->type == ICES_INPUT_VORBIS) && stream->encode; int encoding = (inmod->type == ICES_INPUT_PCM) && stream->encode; - char *stream_name = NULL, *stream_genre = NULL, *stream_description = NULL; + char *stream_name = NULL,...
2011 Aug 31
2
[LLVMdev] How to place call(s) to functions found in other llvm modules ???
...t in slotcalculator!"' failed. Aborted ---------------------------------------------------------------------- And here is the source code of my example. ---------------------------------------------------------------------- Module* makeLLVMModule(LLVMContext& Context); Module* makeMainModule(LLVMContext& Context, Module &inMod); static tool_output_file *GetOutputStream(const char *FileName) { std::string error; tool_output_file *FDOut = new tool_output_file(FileName, error, raw_fd_ostream::F_Binary); if (!error.empty()) { errs() << error << '...
2012 Jan 10
2
ices2 memory leak on Debian/ARM (The Darkener)
...ream.c file that's included in the source, you could search on the error code, find where it's blowing up, and then try to figure out what library it's using when it does. There may be a different version of that library for each different processor. if(encoding) { if(inmod->metadata_update) inmod->metadata_update(inmod->internal, &sdsc->vc); sdsc->enc = encode_initialise(stream->channels, stream->samplerate, stream->managed, stream->min_br, stream->nom_br, stream->max_br, stream-...
2009 Oct 13
2
Mac R spinning wheel with Package Manager (PR#14005)
...1635 select$DARWIN_EXTSN$NOCANCEL 1635 Thread_2603 1635 thread_start 1635 _pthread_start 1635 CFURLCacheWorkerThread(void*) 1635 CFRunLoopRunInMode 1635 CFRunLoopRunSpecific 1635 mach_msg 1635 mach_msg_trap 1635 mach_msg_trap 1635 Thread_2703 1635 thread_start 1635 _pthread_start 1635 __NSThread__main__ 1635 -[NSThread main]...
2011 Aug 31
0
[LLVMdev] How to place call(s) to functions found in other llvm modules ???
On Wed, Aug 31, 2011 at 10:54 AM, Mian M. Hamayun <mian-muhammad.hamayun at imag.fr> wrote: > Hi, > > I tried this as well, using the following line to add function declaration > to the caller module. > > Function::Create(FT, Function::ExternalLinkage, "gcd", mod); > > Where "FT" is the same as before. And the output produced by the >
2010 Aug 18
0
Digest, Vol90, Issue18 does not display properly
...stack: 14 ??? (in AirPort Base Station Agent + 5549) [0x25ad] 14 ??? (in AirPort Base Station Agent + 5760) [0x2680] 14 NSApplicationMain + 574 (in AppKit) [0x951c25ed] 14 -[NSApplication run] + 821 (in AppKit) [0x951ca55b] 14 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156 (in AppKit) [0x952082ca] 14 _DPSNextEvent + 847 (in AppKit) [0x95208a89] 14 BlockUntilNextEventMatchingListInMode + 81 (in HIToolbox) [0x90fd6bd6] 14 ReceiveNextEventCommon + 354 (in HIToolbox) [0x90fd6d51] 14 RunCurrentEventL...
2010 Aug 17
2
multcomp issues on MAC OSX 10.6.4
...: 14 ??? (in AirPort Base Station Agent + 5549) [0x25ad] 14 ??? (in AirPort Base Station Agent + 5760) [0x2680] 14 NSApplicationMain + 574 (in AppKit) [0x951c25ed] 14 -[NSApplication run] + 821 (in AppKit) [0x951ca55b] 14 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156 (in AppKit) [0x952082ca] 14 _DPSNextEvent + 847 (in AppKit) [0x95208a89] 14 BlockUntilNextEventMatchingListInMode + 81 (in HIToolbox) [0x90fd6bd6] 14 ReceiveNextEventCommon + 354 (in HIToolbox) [0x90fd6d51] 14 RunCurrentEv...
2011 Aug 31
2
[LLVMdev] How to place call(s) to functions found in other llvm modules ???
Hi, I tried this as well, using the following line to add function declaration to the caller module. Function::Create(FT, Function::ExternalLinkage, "gcd", mod); Where "FT" is the same as before. And the output produced by the PrintModulePass becomes: ; ModuleID = 'GCDMain' declare i32 @gcd(i32, i32) define i32 @main() { EntryBlock: %tmp = call i32 @gcd(i32
2009 Jan 19
2
Mac OS X / preview.app / fullrefman.pdf
this may be slightly off-topic, as it doesn't pertain directly to the R application, but some of the documentation. when reading R's fullrefman.pdf (available from http://cran.r-project.org/doc/manuals/fullrefman.pdf) in Mac OS X's preview.app (version 4.1, on Mac OS 10.5.x), if i try to do a keyword search within the document, the indexing step freezes about 2/3 the way through the
2006 Feb 16
1
segmentation fault with Hmisc areg.boot(): Now acepack avas failure
...dation 0x928e949c __NSFireTimer + 116 16 com.apple.CoreFoundation 0x90770aec __CFRunLoopDoTimer + 184 17 com.apple.CoreFoundation 0x9075d464 __CFRunLoopRun + 1680 18 com.apple.CoreFoundation 0x9075ca18 CFRunLoopRunSpecific + 268 19 com.apple.HIToolbox 0x9318e1e0 RunCurrentEventLoopInMode + 264 20 com.apple.HIToolbox 0x9318d874 ReceiveNextEventCommon + 380 21 com.apple.HIToolbox 0x9318d6e0 BlockUntilNextEventMatchingListInMode + 96 22 com.apple.AppKit 0x9368b104 _DPSNextEvent + 384 23 com.apple.AppKit 0x9368adc8 -[NSApplication nextEventMatchin...
2006 Jun 16
0
3 Bugs in R (with R.crash.log) under OSX 10.4.6
...dsDisplay + 200 37 com.apple.CoreFoundation 0x907e373c __CFRunLoopDoObservers + 352 38 com.apple.CoreFoundation 0x907e39ec __CFRunLoopRun + 436 39 com.apple.CoreFoundation 0x907e347c CFRunLoopRunSpecific + 268 40 com.apple.HIToolbox 0x9321d980 RunCurrentEventLoopInMode + 264 41 com.apple.HIToolbox 0x9321d014 ReceiveNextEventCommon + 380 42 com.apple.HIToolbox 0x9321ce80 BlockUntilNextEventMatchingListInMode + 96 43 com.apple.AppKit 0x9371ee84 _DPSNextEvent + 384 44 com.apple.AppKit 0x9371eb48 -[NSApplicat...
2006 Feb 16
1
segmentation fault with Hmisc areg.boot()
...dation 0x928e949c __NSFireTimer + 116 27 com.apple.CoreFoundation 0x90770aec __CFRunLoopDoTimer + 184 28 com.apple.CoreFoundation 0x9075d464 __CFRunLoopRun + 1680 29 com.apple.CoreFoundation 0x9075ca18 CFRunLoopRunSpecific + 268 30 com.apple.HIToolbox 0x9318e1e0 RunCurrentEventLoopInMode + 264 31 com.apple.HIToolbox 0x9318d874 ReceiveNextEventCommon + 380 32 com.apple.HIToolbox 0x9318d6e0 BlockUntilNextEventMatchingListInMode + 96 33 com.apple.AppKit 0x9368b104 _DPSNextEvent + 384 34 com.apple.AppKit 0x9368adc8 -[NSApplication nextEventMatchin...
2005 Jul 25
2
R Cocoa GUI 1.12 (R 2.1.1 Framework) crashes on acf() (PR#8032)
After I upgraded my installation of R for OS X (Tiger) to 1.12, it consistently crashes when calling the function acf() [stats lib]. Roberto Osorio
2011 Jan 11
2
IE6 install problem
...0x00007fff832e323c __NSFireDelayedPerform + 404 4 CoreFoundation 0x00007fff86550be8 __CFRunLoopRun + 6488 5 CoreFoundation 0x00007fff8654edbf CFRunLoopRunSpecific + 575 6 HIToolbox 0x00007fff815fd91a RunCurrentEventLoopInMode + 333 7 HIToolbox 0x00007fff815fd67d ReceiveNextEventCommon + 148 8 HIToolbox 0x00007fff815fd5d8 BlockUntilNextEventMatchingListInMode + 59 9 AppKit 0x00007fff88209e64 _DPSNextEvent + 718 10 AppKit...