Home
last modified time | relevance | path

Searched defs:bitRecord (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/bitfields/
H A Derr.D_ADDROF_BITFIELD.BitfieldAddress.d36 struct bitRecord{ struct
37 int a : 1;
38 int b : 3;
39 int c : 12;
H A Derr.D_DECL_BFCONST.ZeroBitField.d35 struct bitRecord{ struct
36 int a : 1;
37 int b : 0;
38 int c : 12;
H A Derr.D_DECL_BFSIZE.GreaterThan64.d35 struct bitRecord{ struct
36 int a : 1;
37 int b : 65;
38 int c : 12;
H A Derr.D_OFFSETOF_BITFIELD.d35 struct bitRecord{ struct
43 printf("offsetof(struct bitRecord, a): %d\n", argument
H A Derr.D_SIZEOF_BITFIELD.SizeofBitfield.d35 struct bitRecord{ struct
36 int a : 1;
37 int b : 3;
38 int c : 12;
H A Dtst.BitFieldPromotion.d37 struct bitRecord{ struct
49 printf("bitRecord.a: %d\nbitRecord.b: %d\nbitRecord.c: %d\n", argument
H A Derr.D_DECL_BFCONST.NegBitField.d35 struct bitRecord{ struct
36 int a : 1;
38 int c : 12;