evio  5.3
All Data Structures Files Functions Variables Typedefs Macros Modules
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

◆ MIN

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

◆ NWORDS

#define NWORDS   1000000

◆ PRINT

#define PRINT

◆ SWAP16

#define SWAP16 (   x)    (x)

◆ SWAP32

#define SWAP32 (   x)    (x)

◆ SWAP64

#define SWAP64 (   x)    (x)

Function Documentation

◆ eviofmtdump()

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

References NWORDS.