Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

aflibData.cc File Reference

#include <stdio.h>
#include <iostream>
#include <string>
#include "aflibData.h"

Defines

#define swab_short(x)   (((unsigned short)(x) << 8) | ((unsigned short)(x) >> 8))
#define swab_int(x)
#define RIGHT(datum, bits)   ((datum) >> bits)
#define LEFT(datum, bits)   ((datum) << bits)

Define Documentation

#define LEFT datum,
bits       ((datum) << bits)
 

#define RIGHT datum,
bits       ((datum) >> bits)
 

#define swab_int  
 

Value:

((((x) & 0xff000000) >> 24) | (((x) & 0x00ff0000) >> 8) | \
                        (((x) & 0x0000ff00) << 8)  | (((x) & 0x000000ff) << 24))

#define swab_short      (((unsigned short)(x) << 8) | ((unsigned short)(x) >> 8))
 


Generated on Wed May 8 20:51:07 2002 for Open Source Audio Library Project by doxygen1.2.15