[BACK]Return to base.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / include

Annotation of OpenXM_contrib2/asir2000/include/base.h, Revision 1.1

1.1     ! noro        1: /* $OpenXM: OpenXM/src/asir99/include/base.h,v 1.1.1.1 1999/11/10 08:12:30 noro Exp $ */
        !             2: #define BSH 32
        !             3: #define CBSH (32-BSH)
        !             4: #define LBASE (((L)1)<<BSH)
        !             5: #define ULBASE (((UL)1)<<BSH)
        !             6: #define BMASK (LBASE-1)
        !             7:
        !             8: #define BSH27 27
        !             9: #define CBSH27 (32-BSH27)
        !            10: #define BASE27 (1<<BSH27)
        !            11: #define BMASK27 (BASE27-1)
        !            12:
        !            13: #define DLENGTH 8
        !            14: #define DBASE 100000000

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>