Annotation of cci/d/fpevent/Data/acc.c, revision 1.1.1.1

1.1       root        1: 
                      2: 
                      3: #include "../evt_defs.h"
                      4: 
                      5: /**********************************************************************
                      6: *
                      7: *  ACC_DATA is used as background data to be loaded into the Accumulator 
                      8: *  during Reserved Operand Tests.
                      9: *
                     10: **********************************************************************/
                     11: 
                     12: /** More or Less Miscellaneous Data Patterns **/
                     13: struct evt_data_t  null_data[] =       /* empty data definition     */
                     14:      { 0, 0,  0, 0 };
                     15: 
                     16: struct u64  acc_data[] = {
                     17:        0x01234567, 0x12345678,
                     18:        0x89abcdef, 0x9abcdef0,
                     19:        0x23456789, 0x3456789a,
                     20:        0xabcdef01, 0xbcdef012,
                     21:        0x01000001, 0xffffffff,
                     22:        0x456789ab, 0x56789abc,
                     23:        0xcdef0123, 0xdef01234,
                     24:        0x00000000, 0x00000000,
                     25:        0x6789abcd, 0x789abcde,
                     26:        0xef012345, 0xf0123456,
                     27:        0x00000000, 0x00000000, 
                     28:        0x11111111, 0x22222222, 
                     29:        0x33333333, 0x44444444,
                     30:        0x55555555, 0x66666666,
                     31:        0x77777777, 0x88888888,
                     32:        0x99999999, 0xaaaaaaaa,
                     33:        0xbbbbbbbb, 0xcccccccc,
                     34:        0xdddddddd, 0xeeeeeeee,
                     35:        0xffffffff, 0xffffffff,
                     36:        0x7fffffff, 0xffffffff,
                     37:        0x00000000, 0x00000000,
                     38:        0xc00000f0, 0x00000f00,
                     39:        0x00c0f000, 0x000f0000,
                     40:        0x00f00000, 0x0f000000,
                     41:        0xf0000000, 0x0fffffff,
                     42:        0x70ffffff, 0xff0fffff,
                     43:        0xfff0ffff, 0x7fff0fff,
                     44:        0x7ffff0ff, 0xffffff0f,
                     45:        0xffffffff, 0x80000001
                     46:        };
                     47: 
                     48: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.