
Public Member Functions | |
| data_element_s (INT64 o, TCON_IDX tc, b_and_o *bo, INT64 isize, UINT32 seqnum) | |
| INITV_IDX | create_initv () |
Static Public Member Functions | |
| static bool | comp (data_element_s a, data_element_s b) |
Public Attributes | |
| INT64 | offset |
| INT64 | initv_size |
| union { | |
| b_and_o bo | |
| struct { | |
| TCON_IDX tc | |
| INT32 repeat_count | |
| } tc_val | |
| } | val |
| UINT32 | sequence_num:30 |
| UINT32 | is_b_and_o:1 |
| UINT32 | is_valid:1 |
Definition at line 58 of file cwh_data.i.
| data_element_s::data_element_s | ( | INT64 | o, | |
| TCON_IDX | tc, | |||
| b_and_o * | bo, | |||
| INT64 | isize, | |||
| UINT32 | seqnum | |||
| ) | [inline] |
Definition at line 79 of file cwh_data.i.
References val.
| static bool data_element_s::comp | ( | data_element_s | a, | |
| data_element_s | b | |||
| ) | [inline, static] |
Definition at line 104 of file cwh_data.i.
References initv_size, offset, and sequence_num.
| INITV_IDX data_element_s::create_initv | ( | ) | [inline] |
Definition at line 91 of file cwh_data.i.
References Irb_Init_Symoff(), Irb_Init_Val(), and val.

Definition at line 62 of file cwh_data.i.
Definition at line 60 of file cwh_data.i.
Referenced by comp().
Definition at line 69 of file cwh_data.i.
Definition at line 70 of file cwh_data.i.
Definition at line 59 of file cwh_data.i.
Referenced by comp().
Definition at line 65 of file cwh_data.i.
Definition at line 68 of file cwh_data.i.
Referenced by comp().
Definition at line 64 of file cwh_data.i.
| struct { ... } data_element_s::tc_val |
| union { ... } data_element_s::val |
1.7.1