Function report |
Source Code:lib\bitmap.c |
Create Date:2022-07-28 06:20:21 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:DOC: bitmap introduction* bitmaps provide an array of bits, implemented using an an* array of unsigned longs
Proto:int __bitmap_equal(const unsigned long *bitmap1, const unsigned long *bitmap2, unsigned int bits)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const unsigned long * | bitmap1 | |
const unsigned long * | bitmap2 | |
unsigned int | bits |
49 | lim = bits / BITS_PER_LONG |
52 | Return 0 |
54 | If bits % BITS_PER_LONG Then If (bitmap1[k] ^ bitmap2[k]) & BITMAP_LAST_WORD_MASK(bits) Then |
56 | Return 0 |
58 | Return 1 |
Name | Describe |
---|---|
__test_bitmap_parselist | |
test_mem_optimisations |
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 |