ReactOS 0.4.15-dev-7788-g1ad9096
config.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define COMPILER_IS_GCC   0
 
#define CPU_CLIPS_NEGATIVE   0
 
#define CPU_CLIPS_POSITIVE   0
 
#define CPU_IS_BIG_ENDIAN   0
 
#define CPU_IS_LITTLE_ENDIAN   1
 
#define ENABLE_DEBUG   0
 
#define HAVE_CALLOC   1
 
#define HAVE_CEIL   1
 
#define HAVE_FLOOR   1
 
#define HAVE_FMOD   1
 
#define HAVE_FREE   1
 
#define HAVE_LRINT   1
 
#define HAVE_LRINTF   1
 
#define HAVE_MALLOC   1
 
#define HAVE_MEMCPY   1
 
#define HAVE_MEMMOVE   1
 
#define HAVE_MEMORY_H   1
 
#define HAVE_SNDFILE   1
 
#define HAVE_STDLIB_H   1
 
#define HAVE_STRINGS_H   1
 
#define HAVE_STRING_H   1
 
#define HAVE_SYS_STAT_H   1
 
#define HAVE_SYS_TYPES_H   1
 
#define HAVE_UNISTD_H   1
 
#define LT_OBJDIR   ".libs/"
 
#define OS_IS_WIN32   1
 
#define PACKAGE   "libsamplerate"
 
#define PACKAGE_BUGREPORT   "erikd@mega-nerd.com"
 
#define PACKAGE_NAME   "libsamplerate"
 
#define PACKAGE_STRING   "libsamplerate 0.1.8"
 
#define PACKAGE_TARNAME   "libsamplerate"
 
#define PACKAGE_URL   "http://www.mega-nerd.com/libsamplerate/"
 
#define PACKAGE_VERSION   "0.1.8"
 
#define SIZEOF_DOUBLE   8
 
#define SIZEOF_FLOAT   4
 
#define SIZEOF_INT   4
 
#define SIZEOF_LONG   4
 
#define STDC_HEADERS   1
 
#define VERSION   "0.1.8"
 
#define inline   __inline
 
#define exit(n)   __debugbreak()
 
#define printf   DbgPrint
 

Functions

void __cdecl __debugbreak (void)
 
unsigned long __cdecl DbgPrint (const char *Format,...)
 

Macro Definition Documentation

◆ COMPILER_IS_GCC

#define COMPILER_IS_GCC   0

Definition at line 38 of file config.h.

◆ CPU_CLIPS_NEGATIVE

#define CPU_CLIPS_NEGATIVE   0

Definition at line 41 of file config.h.

◆ CPU_CLIPS_POSITIVE

#define CPU_CLIPS_POSITIVE   0

Definition at line 44 of file config.h.

◆ CPU_IS_BIG_ENDIAN

#define CPU_IS_BIG_ENDIAN   0

Definition at line 47 of file config.h.

◆ CPU_IS_LITTLE_ENDIAN

#define CPU_IS_LITTLE_ENDIAN   1

Definition at line 50 of file config.h.

◆ ENABLE_DEBUG

#define ENABLE_DEBUG   0

Definition at line 53 of file config.h.

◆ exit

#define exit (   n)    __debugbreak()

Definition at line 202 of file config.h.

◆ HAVE_CALLOC

#define HAVE_CALLOC   1

Definition at line 62 of file config.h.

◆ HAVE_CEIL

#define HAVE_CEIL   1

Definition at line 65 of file config.h.

◆ HAVE_FLOOR

#define HAVE_FLOOR   1

Definition at line 74 of file config.h.

◆ HAVE_FMOD

#define HAVE_FMOD   1

Definition at line 77 of file config.h.

◆ HAVE_FREE

#define HAVE_FREE   1

Definition at line 80 of file config.h.

◆ HAVE_LRINT

#define HAVE_LRINT   1

Definition at line 89 of file config.h.

◆ HAVE_LRINTF

#define HAVE_LRINTF   1

Definition at line 92 of file config.h.

◆ HAVE_MALLOC

#define HAVE_MALLOC   1

Definition at line 95 of file config.h.

◆ HAVE_MEMCPY

#define HAVE_MEMCPY   1

Definition at line 98 of file config.h.

◆ HAVE_MEMMOVE

#define HAVE_MEMMOVE   1

Definition at line 101 of file config.h.

◆ HAVE_MEMORY_H

#define HAVE_MEMORY_H   1

Definition at line 104 of file config.h.

◆ HAVE_SNDFILE

#define HAVE_SNDFILE   1

Definition at line 113 of file config.h.

◆ HAVE_STDLIB_H

#define HAVE_STDLIB_H   1

Definition at line 119 of file config.h.

◆ HAVE_STRING_H

#define HAVE_STRING_H   1

Definition at line 125 of file config.h.

◆ HAVE_STRINGS_H

#define HAVE_STRINGS_H   1

Definition at line 122 of file config.h.

◆ HAVE_SYS_STAT_H

#define HAVE_SYS_STAT_H   1

Definition at line 128 of file config.h.

◆ HAVE_SYS_TYPES_H

#define HAVE_SYS_TYPES_H   1

Definition at line 134 of file config.h.

◆ HAVE_UNISTD_H

#define HAVE_UNISTD_H   1

Definition at line 137 of file config.h.

◆ inline

#define inline   __inline

Definition at line 197 of file config.h.

◆ LT_OBJDIR

#define LT_OBJDIR   ".libs/"

Definition at line 141 of file config.h.

◆ OS_IS_WIN32

#define OS_IS_WIN32   1

Definition at line 147 of file config.h.

◆ PACKAGE

#define PACKAGE   "libsamplerate"

Definition at line 150 of file config.h.

◆ PACKAGE_BUGREPORT

#define PACKAGE_BUGREPORT   "erikd@mega-nerd.com"

Definition at line 153 of file config.h.

◆ PACKAGE_NAME

#define PACKAGE_NAME   "libsamplerate"

Definition at line 156 of file config.h.

◆ PACKAGE_STRING

#define PACKAGE_STRING   "libsamplerate 0.1.8"

Definition at line 159 of file config.h.

◆ PACKAGE_TARNAME

#define PACKAGE_TARNAME   "libsamplerate"

Definition at line 162 of file config.h.

◆ PACKAGE_URL

#define PACKAGE_URL   "http://www.mega-nerd.com/libsamplerate/"

Definition at line 165 of file config.h.

◆ PACKAGE_VERSION

#define PACKAGE_VERSION   "0.1.8"

Definition at line 168 of file config.h.

◆ printf

#define printf   DbgPrint

Definition at line 203 of file config.h.

◆ SIZEOF_DOUBLE

#define SIZEOF_DOUBLE   8

Definition at line 171 of file config.h.

◆ SIZEOF_FLOAT

#define SIZEOF_FLOAT   4

Definition at line 174 of file config.h.

◆ SIZEOF_INT

#define SIZEOF_INT   4

Definition at line 177 of file config.h.

◆ SIZEOF_LONG

#define SIZEOF_LONG   4

Definition at line 180 of file config.h.

◆ STDC_HEADERS

#define STDC_HEADERS   1

Definition at line 183 of file config.h.

◆ VERSION

#define VERSION   "0.1.8"

Definition at line 186 of file config.h.

Function Documentation

◆ __debugbreak()

void __cdecl __debugbreak ( void  )

Definition at line 698 of file intrin_ppc.h.

699{
700
701}

◆ DbgPrint()

unsigned long __cdecl DbgPrint ( const char Format,
  ... 
)

Definition at line 44 of file crtsupp.c.

45{
47 unsigned int i, j;
48 char Buffer[1024];
49
52 va_end(args);
53
54 for (j = 0; j < i; j++) LlbSerialPutChar(Buffer[j]);
55 return 0;
56}
char * va_list
Definition: acmsvcex.h:78
#define va_end(ap)
Definition: acmsvcex.h:90
#define va_start(ap, A)
Definition: acmsvcex.h:91
VOID NTAPI LlbSerialPutChar(IN CHAR c)
Definition: serial.c:13
Definition: bufpool.h:45
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
Definition: glfuncs.h:248
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint GLint GLint j
Definition: glfuncs.h:250
int __cdecl vsprintf(char *_Dest, const char *_Format, va_list _Args)
Definition: sprintf.c:733
#define args
Definition: format.c:66
Definition: match.c:390
Definition: dsound.c:943