search for: _g_int16_t

Displaying 11 results from an estimated 11 matches for "_g_int16_t".

2004 Dec 20
0
[LLVMdev] Re: Compiling FreeType 2.1.9 with LLVM 1.4
...es that now look something like this: # 1 "/home/adam/t/t5/freetype-2.1.9/src/sfnt/sfnt.c" # 1 "/home/adam/t/t5/freetype-2.1.9//" # 1 "/home/adam/t/t5/freetype-2.1.9/src/sfnt/sfnt.c" # 1 "<built-in>" # 1 "<command line>" ... typedef int _G_int16_t __attribute__ ((__mode__ (__HI__))); typedef int _G_int32_t __attribute__ ((__mode__ (__SI__))); typedef unsigned int _G_uint16_t __attribute__ ((__mode__ (__HI__))); typedef unsigned int _G_uint32_t __attribute__ ((__mode__ (__SI__))); ... ...because there's 4.8MB of them and I'd first li...
2004 Dec 20
2
[LLVMdev] Re: Compiling FreeType 2.1.9 with LLVM 1.4
...t; > # 1 "/home/adam/t/t5/freetype-2.1.9/src/sfnt/sfnt.c" > # 1 "/home/adam/t/t5/freetype-2.1.9//" > # 1 "/home/adam/t/t5/freetype-2.1.9/src/sfnt/sfnt.c" > # 1 "<built-in>" > # 1 "<command line>" > ... > typedef int _G_int16_t __attribute__ ((__mode__ (__HI__))); > typedef int _G_int32_t __attribute__ ((__mode__ (__SI__))); > typedef unsigned int _G_uint16_t __attribute__ ((__mode__ (__HI__))); > typedef unsigned int _G_uint32_t __attribute__ ((__mode__ (__SI__))); Yup, that would be the preprocessed sources!...
2004 Dec 20
3
[LLVMdev] Compiling FreeType 2.1.9 with LLVM 1.4
Adam, I recant my previous message. I built FreeType with GCC not LLVMGCC by accident (I shoulda checked!). The thing is, FreeType's makefiles don't respect environment variables. So, I did this: CC=/path/to/llvmgcc CXX=/path/to/llvmg++ configure make and was able to reproduce the problem. Not sure what's up with that but as Misha pointed out, llvmgcc isn't any
2000 Sep 13
1
PATCH - mingw compatibility for 9/13/00 build.
I am a mingw coder and I needed to make the following changes to the CVS source from 9/13/00 to get a build: os_types.h L36C16 reads had to change "unsigned _G_int32_t" to "_G_uint32_t" to resolve the compile error: ..\include\vorbis\os_types.h:36:parse error before 'ogg_uint32_t' ..\include\vorbis\os_types.h:36:warning:data definition has no type or storage class
2001 Apr 18
3
[Patch] OS/2 port
...make this file even uglier :) diff -x CVS -x fc.mnu -x *.diff -urN ../OggVorbis.clean/ogg/include/ogg/os_types.h ogg/include/ogg/os_types.h --- ../OggVorbis.clean/ogg/include/ogg/os_types.h Tue Feb 27 00:28:28 2001 +++ ogg/include/ogg/os_types.h Tue Feb 27 00:29:50 2001 @@ -43,10 +43,7 @@ typedef _G_int16_t ogg_int16_t; # endif -#else - - -# ifdef macintosh +#elif defined(macintosh) #include <sys/types.h> @@ -55,20 +52,24 @@ typedef UInt32 ogg_uint32_t; typedef SInt64 ogg_int64_t; -# else +#elif defined(__EMX__) + +typedef short ogg_int16_t; +typedef int ogg_int32_t; +typedef unsi...
2004 Dec 20
0
[LLVMdev] Re: Compiling FreeType 2.1.9 with LLVM 1.4
...;/home/adam/t/t5/freetype-2.1.9/src/sfnt/sfnt.c" >># 1 "/home/adam/t/t5/freetype-2.1.9//" >># 1 "/home/adam/t/t5/freetype-2.1.9/src/sfnt/sfnt.c" >># 1 "<built-in>" >># 1 "<command line>" >>... >>typedef int _G_int16_t __attribute__ ((__mode__ (__HI__))); >>typedef int _G_int32_t __attribute__ ((__mode__ (__SI__))); >>typedef unsigned int _G_uint16_t __attribute__ ((__mode__ (__HI__))); >>typedef unsigned int _G_uint32_t __attribute__ ((__mode__ (__SI__))); >> >> > >Yup, th...
2000 Oct 05
4
Macintosh support (again)
...======================== RCS file: /usr/local/cvsroot/vorbis/include/vorbis/os_types.h.in,v retrieving revision 1.3 diff -u -2 -r1.3 os_types.h.in --- vorbis/include/vorbis/os_types.h.in 2000/08/30 07:09:46 1.3 +++ vorbis/include/vorbis/os_types.h.in 2000/10/05 20:35:38 @@ -37,4 +37,14 @@ typedef _G_int16_t ogg_int16_t; #endif + +#elif defined(macintosh) + +#include <sys/types.h> + +typedef SInt16 ogg_int16_t; +typedef SInt32 ogg_int32_t; +typedef UInt32 ogg_uint32_t; +typedef SInt64 ogg_int64_t; + #else --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http...
2004 Aug 26
6
chan_capi module
.../_G_config.h:50: error: field `__cd' has incomplete type /usr/include/_G_config.h:51: error: field `__data' has incomplete type /usr/include/_G_config.h:53: error: storage class specified for parameter `_G_iconv_t'/usr/include/_G_config.h:55: error: storage class specified for parameter`_G_int16_t'/usr/include/_G_config.h:56: error: storage class specified for parameter`_G_int32_t'/usr/include/_G_config.h:57: error: storage class specified for parameter`_G_uint16_t'/usr/include/_G_config.h:58: error: storage class specified for parameter`_G_uint32_t'In file included from /usr...
2005 May 25
3
Speex on TI C6x, Problem with TI C5x Patch
...*********************************************/ #ifndef _SPEEX_TYPES_H #define _SPEEX_TYPES_H #if defined(_WIN32) # if defined(__CYGWIN__) # include <_G_config.h> typedef _G_int64_t spx_int64_t; typedef _G_int32_t spx_int32_t; typedef _G_uint32_t spx_uint32_t; typedef _G_int16_t spx_int16_t; typedef _G_uint16_t spx_uint16_t; # elif defined(__MINGW32__) typedef short spx_int16_t; typedef unsigned short spx_uint16_t; typedef int spx_int32_t; typedef unsigned int spx_uint32_t; typedef long long spx_int64_t; typedef unsigned long long spx_ui...
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not allocating RBP to any virtual register, the instances of RBP in function foo are in the machine code when my register allocator starts.) Function foo calls function bar. Register RBP is not saved across the call, though it is live after the call. Function bar includes a virtual register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...t __gconv_info { size_t __nsteps; struct __gconv_step *__steps; __extension__ struct __gconv_step_data __data []; } *__gconv_t; typedef union { struct __gconv_info __cd; struct { struct __gconv_info __cd; struct __gconv_step_data __data; } __combined; } _G_iconv_t; typedef int _G_int16_t __attribute__ ((__mode__ (__HI__))); typedef int _G_int32_t __attribute__ ((__mode__ (__SI__))); typedef unsigned int _G_uint16_t __attribute__ ((__mode__ (__HI__))); typedef unsigned int _G_uint32_t __attribute__ ((__mode__ (__SI__))); typedef __builtin_va_list __gnuc_va_list; struct _IO_jump_t; s...