ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

imports.c File Reference
#include "imports.h"
#include "context.h"
#include "version.h"

Go to the source code of this file.

Defines

#define MAXSTRING   4000 /* for vsnprintf() */

Functions

void _mesa_exit (int status)
Memory
void_mesa_malloc (size_t bytes)
void_mesa_calloc (size_t bytes)
void _mesa_free (void *ptr)
void_mesa_align_malloc (size_t bytes, unsigned long alignment)
void_mesa_align_calloc (size_t bytes, unsigned long alignment)
void _mesa_align_free (void *ptr)
void_mesa_align_realloc (void *oldBuffer, size_t oldSize, size_t newSize, unsigned long alignment)
void_mesa_realloc (void *oldBuffer, size_t oldSize, size_t newSize)
void_mesa_memcpy (void *dest, const void *src, size_t n)
void _mesa_memset (void *dst, int val, size_t n)
void _mesa_memset16 (unsigned short *dst, unsigned short val, size_t n)
void _mesa_bzero (void *dst, size_t n)
int _mesa_memcmp (const void *s1, const void *s2, size_t n)
Sort & Search
void_mesa_bsearch (const void *key, const void *base, size_t nmemb, size_t size, int(*compar)(const void *, const void *))
Environment vars
char_mesa_getenv (const char *var)
String
char_mesa_strstr (const char *haystack, const char *needle)
char_mesa_strncat (char *dest, const char *src, size_t n)
char_mesa_strcpy (char *dest, const char *src)
char_mesa_strncpy (char *dest, const char *src, size_t n)
size_t _mesa_strlen (const char *s)
int _mesa_strcmp (const char *s1, const char *s2)
int _mesa_strncmp (const char *s1, const char *s2, size_t n)
char_mesa_strdup (const char *s)
int _mesa_atoi (const char *s)
double _mesa_strtod (const char *s, char **end)
I/O
int _mesa_sprintf (char *str, const char *fmt,...)
int _mesa_snprintf (char *str, size_t size, const char *fmt,...)
void _mesa_printf (const char *fmtString,...)
void _mesa_fprintf (FILE *f, const char *fmtString,...)
int _mesa_vsprintf (char *str, const char *fmt, va_list args)
Diagnostics
void _mesa_warning (GLcontext *ctx, const char *fmtString,...)
void _mesa_problem (const GLcontext *ctx, const char *fmtString,...)
void _mesa_error (GLcontext *ctx, GLenum error, const char *fmtString,...)
void _mesa_debug (const GLcontext *ctx, const char *fmtString,...)

Math

static short sqrttab [0x100]
double _mesa_sin (double a)
float _mesa_sinf (float a)
double _mesa_cos (double a)
float _mesa_asinf (float x)
float _mesa_atanf (float x)
double _mesa_sqrtd (double x)
void _mesa_init_sqrt_table (void)
float _mesa_sqrtf (float x)
float _mesa_inv_sqrtf (float n)
double _mesa_pow (double x, double y)
int _mesa_ffs (int i)
int _mesa_ffsll (long long val)
unsigned int _mesa_bitcount (unsigned int n)
GLhalfARB _mesa_float_to_half (float val)
float _mesa_half_to_float (GLhalfARB val)

Generated on Thu May 24 2012 04:49:37 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.