Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_types.h>
Go to the source code of this file.
Classes | |
struct | rz_bitmap_t |
Macros | |
#define | BITWORD_BITS_SHIFT 6 |
#define | RBitword ut64 |
Typedefs | |
typedef struct rz_bitmap_t | RzBitmap |
Functions | |
RZ_API RzBitmap * | rz_bitmap_new (size_t len) |
RZ_API void | rz_bitmap_set_bytes (RzBitmap *b, const ut8 *buf, int len) |
RZ_API void | rz_bitmap_free (RzBitmap *b) |
RZ_API void | rz_bitmap_set (RzBitmap *b, size_t bit) |
RZ_API void | rz_bitmap_unset (RzBitmap *b, size_t bit) |
RZ_API int | rz_bitmap_test (RzBitmap *b, size_t bit) |
#define BITWORD_BITS_SHIFT 6 |
Definition at line 10 of file rz_bitmap.h.
#define RBitword ut64 |
Definition at line 11 of file rz_bitmap.h.
typedef struct rz_bitmap_t RzBitmap |
Definition at line 16 of file bitmap.c.
References b, BITMAP_WORD_COUNT, calloc(), len, NULL, RBitword, and RZ_NEW0.
Referenced by rz_bin_dmp64_init_bmp_pages().
Definition at line 38 of file bitmap.c.
References b, bit, BITWORD_BITS_MASK, BITWORD_BITS_SHIFT, length, and RBitword.
Definition at line 52 of file bitmap.c.
References b, bit, BITWORD_BITS_MASK, BITWORD_BITS_SHIFT, BITWORD_TEST, length, and RBitword.
Referenced by rz_bin_dmp64_init_bmp_pages().
Definition at line 45 of file bitmap.c.
References b, bit, BITWORD_BITS_MASK, BITWORD_BITS_SHIFT, length, and RBitword.