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_complement
Proto:static inline void bitmap_complement(unsigned long *dst, const unsigned long *src, unsigned int nbits)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long * | dst | |
const unsigned long * | src | |
unsigned int | nbits |
310 | 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 = ~src |
312 | Else __bitmap_complement(dst, src, nbits) |
Name | Describe |
---|---|
vsscanf | vsscanf - Unformat a buffer into a list of arguments*@buf: input buffer*@fmt: format of buffer*@args: arguments |
cpumask_complement | pumask_complement - *dstp = ~*srcp*@dstp: the cpumask result*@srcp: the input to invert |
__nodes_complement |
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 |