Home
last modified time | relevance | path

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

/freebsd-src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/bitfields/
H A Derr.D_DECL_BFSIZE.GreaterThan64.d37 struct bitRecord{ struct
38 int a : 1;
39 int b : 65;
40 int c : 12;
H A Dtst.BitFieldPromotion.d39 struct bitRecord{ struct
51 printf("bitRecord.a: %d\nbitRecord.b: %d\nbitRecord.c: %d\n", argument
H A Derr.D_SIZEOF_BITFIELD.SizeofBitfield.d37 struct bitRecord{ struct
38 int a : 1;
39 int b : 3;
40 int c : 12;
H A Derr.D_DECL_BFCONST.ZeroBitField.d37 struct bitRecord{ struct
38 int a : 1;
39 int b : 0;
40 int c : 12;
H A Derr.D_OFFSETOF_BITFIELD.d37 struct bitRecord{ struct
45 printf("offsetof(struct bitRecord, a): %d\n", argument
H A Derr.D_ADDROF_BITFIELD.BitfieldAddress.d38 struct bitRecord{ struct
39 int a : 1;
40 int b : 3;
41 int c : 12;
H A Derr.D_DECL_BFCONST.NegBitField.d37 struct bitRecord{ struct
38 int a : 1;
40 int c : 12;