Searched refs:BIT0 (Results 1 – 14 of 14) sorted by relevance
221 #ifndef BIT0223 #define BIT0 \ macro
175 const int BIT0 = 0x1;
113 frame->subbands = (d1 & BIT0); in OI_SBC_ReadHeader()
409 subbands = band_values[(subbands & BIT0)]; in OI_CODEC_SBC_FrameCount()
285 parcelable.shouldSetBit0AndBit2 = StructuredParcelable::BIT0 | StructuredParcelable::BIT2; in FillOutStructuredParcelable()
571 …assert_eq!(parcelable.shouldSetBit0AndBit2, StructuredParcelable::BIT0 | StructuredParcelable::BIT… in test_parcelable()
323 EXPECT_EQ(StructuredParcelable::BIT0 | StructuredParcelable::BIT2, in TEST_F()
582 parcelable->shouldSetBit0AndBit2 = StructuredParcelable::BIT0 | StructuredParcelable::BIT2; in FillOutStructuredParcelable()
420 parcelable.shouldSetBit0AndBit2 = StructuredParcelable.BIT0 | StructuredParcelable.BIT2; in FillOutStructuredParcelable()
57 pub const BIT0: i32 = 1; constant
100 BIT0 = 1, enumerator
279 public static final int BIT0 = 1; field in StructuredParcelable
104 enum : int32_t { BIT0 = 1 }; enumerator
651 p.shouldSetBit0AndBit2, is(StructuredParcelable.BIT0 | StructuredParcelable.BIT2)); in testStrucuturedParcelable()