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:bitmap_replace
Proto:static inline void bitmap_replace(unsigned long *dst, const unsigned long *old, const unsigned long *new, const unsigned long *mask, unsigned int nbits)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long * | dst | |
const unsigned long * | old | |
const unsigned long * | new | |
const unsigned long * | mask | |
unsigned int | nbits |
447 | If The static inlines below do not handle constant nbits==0 correctly,* so make such users (should any ever turn up) call the out-of-line* versions.(nbits) Then dst = old & ~mask | new & mask |
Name | Describe |
---|---|
test_replace |
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 |