AsmJit
Low-Latency Machine Code Generation
Zone-allocated bit vector.
Tests whether the bit-vector is empty (has no bits).
Returns the size of this bit-vector (in bits).
Returns the capacity of this bit-vector (in bits).
Returns the size of the BitWord[]
array in BitWord
units.
Returns the capacity of the BitWord[]
array in BitWord
units.
Returns bit-vector data as BitWord[]
.
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Performs a logical bitwise AND between bits specified in this array and bits in other
.
If other
has less bits than this
then all remaining bits are set to zero.
Performs a logical bitwise AND between bits specified in this array and negated bits in other
.
If other
has less bits than this
then all remaining bits are kept intact.
Performs a logical bitwise OP between bits specified in this array and bits in other
.
If other
has less bits than this
then all remaining bits are kept intact.
Bits.
Size of the bit-vector (in bits).
Capacity of the bit-vector (in bits).