Searched refs:bitmap (Results 1 – 6 of 6) sorted by relevance
26 * \brief Basic bitmap abstraction.28 * This abstraction keeps a pointer to a memory area that is used as bitmap.58 * \param bit the bit index in the bitmap.64 * \brief A writeable bit in a bitmap.80 /** \brief Get the number of \a Words that are used for the bitmap. */85 /** \brief Helper abstraction for a word contained in the bitmap. */97 /** \brief Get the number of chars that are used for the bitmap. */101 /** \brief Helper abstraction for a byte contained in the bitmap. */177 * \param BITS the number of bits that shall be in the bitmap.186 /** \brief Create a bitmap with \a BITS bits. */
9 bitmap \
36 * the bitmap. The values of the enum members38 * \tparam UNDERLYING The underlying data type used to represent the bitmap.79 /// The none type to get an empty bitmap80 enum None_type { None /**< Use this to get an empty bitmap */ };83 * Make an empty bitmap.
50 typedef struct bitmap_head *bitmap; typedef
75 l4_umword_t bitmap = ~0UL)`78 * - Argument `bitmap`: bitmap of CPUs
28 #include <l4/cxx/bitmap>
Completed in 10 milliseconds