evio  5.2
 All Data Structures Files Functions Variables Typedefs Macros Groups
eviofmtdump.c File Reference
#include <stdio.h>
#include <stdint.h>

Macros

#define MIN(a, b)   ( (a) < (b) ? (a) : (b) )
 
#define SWAP64(x)   (x)
 
#define SWAP32(x)   (x)
 
#define SWAP16(x)   (x)
 
#define PRINT
 
#define NWORDS   1000000
 

Functions

int eviofmtdump (int32_t *arr, int nwrd, unsigned short *ifmt, int nfmt, int nextrabytes, char *xml)
 

Macro Definition Documentation

#define MIN (   a,
 
)    ( (a) < (b) ? (a) : (b) )
#define NWORDS   1000000

Referenced by eviofmtdump().

#define PRINT
#define SWAP16 (   x)    (x)

Referenced by eviofmtdump().

#define SWAP32 (   x)    (x)

Referenced by eviofmtdump().

#define SWAP64 (   x)    (x)

Referenced by eviofmtdump().

Function Documentation

int eviofmtdump ( int32_t arr,
int  nwrd,
unsigned short *  ifmt,
int  nfmt,
int  nextrabytes,
char *  xml 
)

References NWORDS, SWAP16, SWAP32, and SWAP64.