summaryrefslogtreecommitdiff
path: root/usr/src/test/util-tests/tests/mdb/numbers/tst.bitfields.ksh.out
blob: b71fd45c605c4b8950737eb6c7f2859133dd08ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
broken_t {
    unsigned int:3 brk_a :3 = 0x3
    unsigned int:2 brk_b :2 = 0x3
    unsigned int:1 brk_c :1 = 0
    unsigned int:1 brk_d :1 = 0x1
    unsigned int:1 brk_e :1 = 0x1
    unsigned int:1 brk_f :1 = 0x1
    unsigned int:3 brk_g :3 = 0x3
    unsigned int:3 brk_h :3 = 0x5
    unsigned int:5 brk_i :5 = 0x3
    unsigned int:4 brk_j :4 = 0x9
    unsigned int:6 brk_k :6 = 0x13
    unsigned int:1 brk_l :1 = 0
    unsigned int:1 brk_m :1 = 0x1
}
broken6491_t {
    unsigned short:1 a :1 = 0x1
    unsigned short:8 b :8 = 0x2
    unsigned short:3 c :3 = 0
    unsigned short:2 d :2 = 0
    unsigned short:1 e :1 = 0x1
    unsigned short:1 f :1 = 0
}
brk_a = 0x3
brk_b = 0x3
brk_c = 0
brk_d = 0x1
brk_e = 0x1
brk_f = 0x1
brk_g = 0x3
brk_h = 0x5
brk_i = 0x3
brk_j = 0x9
brk_k = 0x13
brk_l = 0
brk_m = 0x1
a = 0x1
b = 0x2
c = 0
d = 0
e = 0x1
f = 0
3
3
0
1
1
1
3
5
3
9
13
0
1
1
2
0
0
1
0
                3               
                3               
                0               
                1               
                1               
                1               
                3               
                5               
                3               
                9               
                13              
                0               
                1               
                1               
                2               
                0               
                0               
                1               
                0