search for: writter

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

Did you mean: written
2004 Sep 10
2
getting framesize in client
--- Miroslav Lichvar <lichvarm@phoenix.inf.upol.cz> wrote: > On Sat, Nov 09, 2002 at 06:02:33PM +0100, Miroslav Lichvar wrote: > > On Fri, Nov 08, 2002 at 07:12:35PM -0800, Josh Coalson wrote: > > > Yeah, it's useful, so now there is a > > > FLAC__seekable_stream_decoder_get_decode_position() and > > > FLAC__file_decoder_get_decode_position(). I
2010 Apr 22
0
[LLVMdev] 2.7 release notes
...else should reword that to fit in ReleaseNotes.html: - New argument DisableVerify to llvm::TargetMachine::addPassesToEmitWholeFile (it has a default value, but one must update the declaration of redefinition of this function in derived classes). - TargetAsmInfo changed to MCAsmInfo in back-end writters. -- Matthieu Moy http://www-verimag.imag.fr/~moy/
2006 Jan 25
9
connection_specification and adapter
Hi, I wish to know, how those class work exactly, where can I find the documentation? or can someone explain to me how a connection is made via those class??? Thanks you very much!!!! Saiho __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2017 Feb 10
2
generated HWEncoding based register decoders
...today. The problem with doing that is that it is easy for the encode/decode to be mismatched. I already did that and burned time discovering that. Lanai does this for example, as do others. I'd love to see people migrate away from that method to one that always just works as then a new port writter can copy any of the ports and never suffer the it doesn't just work problem I faced. > Moving the code to the disassembler generator makes sense, although at least on PowerPC, we have equivalent tables in the AsmParser and we should eliminate them in both places. Hum. Curious. I don'...
2005 Nov 08
2
OggYUV
This also includes, other non raw formats... http://www.fourcc.org/codecs.php "fourcc" 's of rgb types http://www.fourcc.org/rgb.php raw yuv formats only http://www.fourcc.org/yuv.php Registered fourcc codecs http://www.microsoft.com/whdc/archive/fourcc.mspx Enumeration of actual types that are used in directshow (bottom of page)
2010 Apr 22
8
[LLVMdev] 2.7 release notes
Ok, the LLVM 2.7 release notes are in near final shape. Please take a look and suggest improvements (or, better yet, just commit improvements if you have commit access): http://llvm.org/docs/ReleaseNotes.html Things still needed are marked with FIXMEs. These include: 1. Clang needs a blurb describing what's new in 2.7. Have the clang folks been doing anything for the last 6 months? 2. I
2004 Sep 10
0
getting framesize in client
...ing in xmms plugin > > and > > > > It doesn't display correctly near end of files, here is better one. > > I'm sorry. > > Cool, I checked in the patch. Also checked in the Makefile.am > stuff. Another problem. When output plugin without buffer (e.g. disk writter plugin) is selected, it will display nonsense. Please apply attached patch. Thanks, -- Miroslav Lichvar -------------- next part -------------- --- src/plugin_xmms/plugin.c.orig 2002-11-14 08:59:20.000000000 +0100 +++ src/plugin_xmms/plugin.c 2002-11-14 14:33:38.000000000 +0100 @@ -404,7 +404,7...
2001 Oct 15
0
R-package and configure
Dear R-helpers, I have been trying to use the 'configure' feature offered to package writters... but could make it work. The matter may have been discussed before, and a rtfm answer with the place the answer is found is perfect (but I read the 'writing R extensions' manual). The problem is: In my C code I have code conditional to a defined macro. I used autoconf the naive way (I...
2003 Apr 04
0
non-telephony use of T400P?
...l 4 spans > on /dev/zap/1. > > regards > Martin > > On Thu, 3 Apr 2003, Chris Albertson wrote: > > > > > Is there a block diagram or similar for the T400P? > > What about programming information? What documentation > > exists for it that a device driver writter might want? > > > > I need a T1 interface for a non-telephony application. > > All I need to do is get the raw bits into a computer > > > > The application is this: > > > > A radio telemetry system sends a bit stream to a reciever > > the reciever rec...
2010 Apr 22
1
[LLVMdev] 2.7 release notes
...n ReleaseNotes.html: > > - New argument DisableVerify to > llvm::TargetMachine::addPassesToEmitWholeFile (it has a default > value, but one must update the declaration of redefinition of this > function in derived classes). > > - TargetAsmInfo changed to MCAsmInfo in back-end writters. > > -- > Matthieu Moy > http://www-verimag.imag.fr/~moy/
2005 Nov 08
0
OggYUV
...gin, that's perfectly OK, it can either use another plugin within OggStream to convert it to something it /can/ use or it can simply not support that codec.. This is of course assuming Windows will even end up using OggStream. It'd certainly reduce the workload of the DirectShow filter writters, and maintain a more consistant compatability across platforms, but my focus is GNU/Linux. > >Just because the codec supports it, doesn't mean that every application which > >uses the codec must support all the possibilities. By making the data > >definition generic we a...
2007 Feb 12
17
NFS/ZFS performance problems - txg_wait_open() deadlocks?
Hi. System is snv_56 sun4u sparc SUNW,Sun-Fire-V440, zil_disable=1 We see many operation on nfs clients to that server really slow (like 90 seconds for unlink()). It''s not a problem with network, there''s also plenty oc CPU available. Storage isn''t saturated either. First strange thing - normally on that server nfsd has about 1500-2500 number of threads. I did
2017 Feb 10
2
generated HWEncoding based register decoders
Is there any reason why we can't generate HWEncoding based decoders for registers for mc disassemblers? This is a concept patch to explore wether it'd work, and for my target, it does the right thing. I have one case where I have to shift a field over 2 bits, but I handle that in the glue. If I had a HWEncoding encoding on a per register class basis, I could have made it work without
2011 Sep 24
8
Bash Script Shorcuts for Steam Games
Hi there, I was just wondering how I would go about creating a bash script for Steam apps. I just started college in Pre-Biochem. and Pre-Comp. Sci. so I'm not far enough in yet (and midterms are coming up, how embarrassing) but the point is, I don't know how to create a bash script for steam apps. I know they start up steam first, then log in, and then get into the game. I'm not