Function report |
Source Code:lib\bitmap.c |
Create Date:2022-07-28 06:20:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:map_bitremap - Apply map defined by a pair of bitmaps to a single bit*@oldbit: bit position to be mapped*@old: defines domain of map*@new: defines range of map*@bits: number of bits in each of these bitmaps* Let @old and @new define a mapping of bit
Proto:int bitmap_bitremap(int oldbit, const unsigned long *old, const unsigned long *new, int bits)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
int | oldbit | |
const unsigned long * | old | |
const unsigned long * | new | |
int | bits |
853 | w = bitmap_weight(new, bits) |
Name | Describe |
---|---|
__node_remap |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |