Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

machdefs.h

Go to the documentation of this file.
00001 #define TYLENG  TYLONG          /* char string length field */
00002 
00003 #define TYINT   TYLONG
00004 #define SZADDR  4
00005 #define SZSHORT 2
00006 #define SZINT   4
00007 
00008 #define SZLONG  4
00009 #define SZLENG  SZLONG
00010 
00011 #define SZDREAL 8
00012 
00013 /* Alignment restrictions */
00014 
00015 #define ALIADDR SZADDR
00016 #define ALISHORT SZSHORT
00017 #define ALILONG 4
00018 #define ALIDOUBLE 8
00019 #define ALIINT  ALILONG
00020 #define ALILENG ALILONG
00021 
00022 #define BLANKCOMMON "_BLNK__"           /* Name for the unnamed
00023                                            common block; this is unique
00024                                            because of underscores */
00025 
00026 #define LABELFMT "%s:\n"
00027 
00028 #define MAXREGVAR 4
00029 #define TYIREG TYLONG
00030 #define MSKIREG  (M(TYSHORT)|M(TYLONG)) /* allowed types of DO indicies
00031                                            which can be put in registers */
 

Powered by Plone

This site conforms to the following standards: