The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

dvi2bitmap  dvi2bitmap1.0
Macros | Typedefs | Functions
GIFBitmap.cc File Reference
#include <config.h>
#include "Bitmap.h"
#include "GIFBitmap.h"
#include <cmath>
#include <ctype.h>

Macros

#define TRUE   1
 
#define FALSE   0
 
#define ARGVAL()   (*++(*argv) || (--argc && *++argv))
 
#define MAXCODE(n_bits)   (((code_int) 1 << (n_bits)) - 1)
 
#define HashTabOf(i)   htab[i]
 
#define CodeTabOf(i)   codetab[i]
 
#define tab_prefixof(i)   CodeTabOf(i)
 
#define tab_suffixof(i)   ((char_type*)(htab))[i]
 
#define de_stack   ((char_type*)&tab_suffixof((code_int)1<<BITS))
 

Typedefs

typedef unsigned char char_type
 

Functions

int iround (float f)
 

Macro Definition Documentation

#define ARGVAL ( )    (*++(*argv) || (--argc && *++argv))
#define CodeTabOf (   i)    codetab[i]
#define de_stack   ((char_type*)&tab_suffixof((code_int)1<<BITS))
#define FALSE   0
#define HashTabOf (   i)    htab[i]
#define MAXCODE (   n_bits)    (((code_int) 1 << (n_bits)) - 1)
#define tab_prefixof (   i)    CodeTabOf(i)
#define tab_suffixof (   i)    ((char_type*)(htab))[i]
#define TRUE   1

Typedef Documentation

typedef unsigned char char_type

Function Documentation

int iround ( float  f)
inline

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.