GPAC
Open Source Multimedia Framework. For more information, check out http://gpac.wp.mines-telecom.fr
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups
portab.h File Reference
#include "Rules.h"
+ Include dependency graph for portab.h:
+ This graph shows which files directly or indirectly include this file:

Macros

#define ARCH_IS_LITTLE_ENDIAN
 
#define ARCH_IS_GENERIC
 
#define int64_t   int
 
#define CACHE_LINE   32
 
#define ByteSwap(a)   ((a) = ((a) << 24) | (((a) & 0xff00) << 8) | (((a) >> 8) & 0xff00) | (((a) >> 24) & 0xff))
 
#define DECLARE_ALIGNED_MATRIX(name, sizex, sizey, type, alignment)   type name[(sizex)*(sizey)]
 

Functions

void DPRINTF (int level, char *format, int p=0)
 

Macro Definition Documentation

#define ARCH_IS_LITTLE_ENDIAN
#define ARCH_IS_GENERIC
#define int64_t   int
#define CACHE_LINE   32
#define ByteSwap (   a)    ((a) = ((a) << 24) | (((a) & 0xff00) << 8) | (((a) >> 8) & 0xff00) | (((a) >> 24) & 0xff))
#define DECLARE_ALIGNED_MATRIX (   name,
  sizex,
  sizey,
  type,
  alignment 
)    type name[(sizex)*(sizey)]

Function Documentation

void DPRINTF ( int  level,
char *  format,
int  p = 0 
)

+ Here is the caller graph for this function: