Home | History | Annotate | Download | only in src

Lines Matching full:bitfield

291 // BitField is a help template for encoding and decode bitfield with
298 // in a bitfield without compiler warnings we have to compute 2^x
342 class BitField : public BitFieldBase<T, shift, size, uint32_t> { };