Function report |
Source Code:arch\x86\boot\bitops.h |
Create Date:2022-07-28 07:26:16 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:variable_test_bit
Proto:static inline bool variable_test_bit(int nr, const void *addr)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
int | nr | |
const void * | addr |
30 | asm("btl %2,%1" CC_SET:CC_OUT(v):"m"(*p), "Ir"(nr)) |
31 | Return v |
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 |