Searched defs:i32_800f_0 (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/foundation/tests/
H A DFlagged_test.cpp239 typedef Flagged<i32, u32, 0x800F /* mask */, 0 /* shared mask */, 0 /* shift */> i32_800f_0; typedef
242 static_assert(sizeof(i32_800f_0) >= sizeof(i32) + sizeof(u32),
244 static_assert(sizeof(i32_800f_4) == sizeof(i32_800f_0), "regardless of shift");
245 static_assert(!i32_800f_0::sFlagCombined, "");
248 static_assert(helper::mask_of<i32_800f_0, u32>::value == 0x800F, "incorrect mask");
249 static_assert(helper::mask_of<i32_800f_0, i32>::value == 0,
251 static_assert(helper::mask_of<i32_800f_0, u32>::effective_value == 0x800F, "incorrect mask");
252 static_assert(helper::mask_of<i32_800f_0, i32>::effective_value == 0,
254 static_assert(helper::mask_of<i32_800f_0, u32>::shift == 0, "incorrect shift");
255 static_assert(helper::mask_of<i32_800f_0, i3
[all...]

Completed in 94 milliseconds