Home | History | Annotate | Download | only in marisa

Lines Matching full:uint32

12   void set_abs(UInt32 value) {
15 void set_rel1(UInt32 value) {
19 void set_rel2(UInt32 value) {
23 void set_rel3(UInt32 value) {
27 void set_rel4(UInt32 value) {
31 void set_rel5(UInt32 value) {
35 void set_rel6(UInt32 value) {
39 void set_rel7(UInt32 value) {
44 UInt32 abs() const {
47 UInt32 rel1() const {
50 UInt32 rel2() const {
53 UInt32 rel3() const {
56 UInt32 rel4() const {
59 UInt32 rel5() const {
62 UInt32 rel6() const {
65 UInt32 rel7() const {
70 UInt32 abs_;
71 UInt32 rel_lo_;
72 UInt32 rel_hi_;