search for: _iobuf

Displaying 4 results from an estimated 4 matches for "_iobuf".

Did you mean: piobuf
2005 Nov 01
2
predictability of buffer size for decoding
I am wondering if buffer size for my decoding to pcm can be predicted dependably as follows. So far, the one problem I have had is when I have played a file of only about 5k. The buffer was a little less than 10% too small. I "solved" that by padding the result with an extra 20 percent. However, I have been told that I should be able to rely on the value of ov_pcm_total. char*
2001 Jul 18
2
winelib and msvcrt/stdio.h
Hi, I am using Winelib and no mfc to get a company app to run on Linux. It is a cuiexe as well. However, I get a lot of errors when I include <msvcrt/io.h>. e.g., /usr/include/wine/msvcrt/stdio.h:66: syntax error before '(' This line is: typedef struct MSVCRT(_iobuf) Is it possible to do this with C/C++? I am assuming it is a Windows thing. My version of wine is: wine-20010510-1. I have attached an edited portion of compile errors and my version of msvcrt/stdio.h. Brian _____________________________________________________________ Sign up for FREE emai...
2015 Jul 24
2
[LLVMdev] [lldb-dev] [3.7 Release] We have branched
On Fri, Jul 24, 2015 at 12:05 PM, Nico Weber <thakis at chromium.org> wrote: > On Thu, Jul 16, 2015 at 8:08 AM, Nico Weber <thakis at chromium.org> wrote: > >> On Wed, Jul 15, 2015 at 10:45 AM, Russell Wallace < >> russell.wallace at gmail.com> wrote: >> >>> Basic test results on Windows 7, visual studio 2013 (64 bit): >>> >>>
2012 Jul 07
2
[LLVMdev] Crash using the JIT on x86 but work on x64
...Test_Console.exe!main(int argc, char * * argv, char * const * envp) Ligne 254 + 0x41 octets C++ msvcr100.dll!56a7263d() kernel32.dll!76dd339a() ntdll.dll!77869ef2() ntdll.dll!77869ec5() Call stack using LLVM in x64 Debug: > msvcr100d.dll!_output_l(_iobuf * stream, const char * format, localeinfo_struct * plocinfo, char * argptr) Ligne 1644 + 0x23 octets C++ msvcr100d.dll!printf(const char * format, ...) Ligne 62 + 0x1e octets C LLVM_Test_Console.exe!TestClass1::test2(std::basic_string<char,std::char_traits<char>,std::allo...