Searched refs:BIT_ARRAY_ELEMENTS (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DBitArray.cpp10 #define BIT_ARRAY_ELEMENTS (4096) // the number of elements in the bit array (4 MB) macro
11 #define BIT_ARRAY_BYTES (BIT_ARRAY_ELEMENTS * 4) // the number of bytes in the bit array
46 m_pBitArray = new uint32 [BIT_ARRAY_ELEMENTS];

Completed in 32 milliseconds