• Main Page
  • Related Pages
  • Modules
  • Data Structures
  • Files
  • File List
  • Globals

sst/elements/genericProc/programs/gups_distro/gups_types.h

00001 
00002 typedef unsigned char uint8;
00003 typedef unsigned short uint16;
00004 typedef unsigned int uint32;
00005 #if defined(_MIPS_SZLONG) && (_MIPS_SZLONG == 64)
00006 typedef unsigned long uint64;
00007 #else
00008 typedef unsigned long long uint64;
00009 #endif
00010 

Generated on Fri Oct 22 2010 11:02:22 for SST by  doxygen 1.7.1