bitmap.c File Reference

Implementation of bitmap ADT. More...

Include dependency graph for bitmap.c:

Go to the source code of this file.

Defines

#define ALL_ONES   0xff
#define ALL_ZEROES   0x00

Functions

void bitmap_initialize (bitmap_t *bitmap, __u8 *map, count_t bits)
void bitmap_set_range (bitmap_t *bitmap, index_t start, count_t bits)
void bitmap_clear_range (bitmap_t *bitmap, index_t start, count_t bits)
void bitmap_copy (bitmap_t *dst, bitmap_t *src, count_t bits)


Detailed Description

This file implements bitmap ADT and provides functions for setting and clearing ranges of bits.

Definition in file bitmap.c.


Generated on Sun Jun 18 16:29:00 2006 for HelenOS Kernel (amd64) by  doxygen 1.4.6