Function report |
Source Code:include\linux\bitmap.h |
Create Date:2022-07-28 05:34:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:map_get_value8 - get an 8-bit value within a memory region*@map: address to the bitmap memory region*@start: bit offset of the 8-bit value; must be a multiple of 8* Returns the 8-bit value located at the @start bit offset within the @src* memory region.
Proto:static inline unsigned long bitmap_get_value8(const unsigned long *map, unsigned long start)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
const unsigned long * | map | |
unsigned long | start |
522 | offset = start % BITS_PER_LONG |
Name | Describe |
---|---|
find_next_clump8 |
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 |