#include <veil_datatypes.h>

Definition at line 197 of file veil_datatypes.h.
Data Fields | |
| ObjType | type |
| int32 | canary |
| int32 | dbgelems |
| int32 | bitzero |
| int32 | bitmax |
| uint32 | bitset [1] |
This must have the value OBJ_BITMAP
Definition at line 198 of file veil_datatypes.h.
Referenced by GetBitmapFromVar(), and vl_NewBitmap().
| int32 Bitmap::bitzero |
The index of the lowest bit the bitmap can store
Definition at line 201 of file veil_datatypes.h.
Referenced by vl_BitmapClearbit(), vl_BitmapIntersect(), vl_BitmapSetbit(), vl_BitmapUnion(), vl_ClearBitmap(), and vl_NewBitmap().
| int32 Bitmap::bitmax |
The index of the highest bit the bitmap can store
Definition at line 203 of file veil_datatypes.h.
Referenced by vl_BitmapClearbit(), vl_BitmapIntersect(), vl_BitmapSetbit(), vl_BitmapUnion(), vl_ClearBitmap(), and vl_NewBitmap().
| uint32 Bitmap::bitset |
Element zero of the array of int4 values comprising the bitmap.
Definition at line 205 of file veil_datatypes.h.
Referenced by vl_BitmapSetbit(), and vl_ClearBitmap().
1.5.4