Function report |
Source Code:lib\bitmap.c |
Create Date:2022-07-28 06:20:30 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:map_remap - Apply map defined by a pair of bitmaps to another bitmap*@dst: remapped result*@src: subset to be remapped*@old: defines domain of map*@new: defines range of map*@nbits: number of bits in each of these bitmaps* Let @old and @new define a
Proto:void bitmap_remap(unsigned long *dst, const unsigned long *src, const unsigned long *old, const unsigned long *new, unsigned int nbits)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long * | dst | |
const unsigned long * | src | |
const unsigned long * | old | |
const unsigned long * | new | |
unsigned int | nbits |
811 | bitmap_zero(dst, nbits) |
813 | w = bitmap_weight(new, nbits) |
Name | Describe |
---|---|
__nodes_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 |