Go to the source code of this file.
Classes | |
struct | Options |
Defines | |
#define | __ALIGNED__ __attribute__((__aligned__(16))) |
#define | EXPORT |
#define | LIKELY(x) (x) |
#define | MATRIX_DIM ('Z'-'A'+1) |
#define | MAX_SEQ_LENGTH (1024*10) |
#define | MAX_SEQ_NAME_LENGTH (255) |
#define | UNLIKELY(x) (x) |
Enumerations | |
enum | SWType { SCALAR, SSE2, PS3, ALTIVEC } |
#define __ALIGNED__ __attribute__((__aligned__(16))) |
#define LIKELY | ( | x | ) | (x) |
Definition at line 40 of file swps3.h.
Referenced by dynProgrLocal(), dynProgrLocal2(), dynProgrLocalBlock(), swps3_alignmentByteSSE(), swps3_alignmentShort2SSE(), and swps3_alignmentShortSSE().
#define MATRIX_DIM ('Z'-'A'+1) |
Definition at line 32 of file swps3.h.
Referenced by allocateProfile(), doCreateProfile(), handleCommand(), main(), swps3_alignScalar(), swps3_convertMatrixD2B(), swps3_createProfileAltivec(), swps3_createProfileByteSSE(), swps3_createProfileShortSSE(), swps3_translateSequence(), and TdynProgLocal().
#define MAX_SEQ_LENGTH (1024*10) |
#define UNLIKELY | ( | x | ) | (x) |
Definition at line 41 of file swps3.h.
Referenced by dynProgrLocal(), dynProgrLocal2(), dynProgrLocalBlock(), swps3_alignmentByteSSE(), swps3_alignmentShort2SSE(), and swps3_alignmentShortSSE().