Function report |
Source Code:include\linux\tnum.h |
Create Date:2022-07-28 12:55:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Returns true if @a == tnum_const(@b)
Proto:static inline bool tnum_equals_const(struct tnum a, u64 b)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct tnum | a | |
u64 | b |
62 | Return Returns true if @a is a known constant && value == b |
Name | Describe |
---|---|
reg_is_init_pkt_pointer | Unmodified PTR_TO_PACKET[_META,_END] register from ctx access. |
register_is_null | Does this register contain a constant zero? |
is_branch_taken | mpute branch direction of the expression "if (reg opcode val) goto target;"* and return:* 1 - branch will be taken and "goto target" will be executed* 0 - branch will not be taken and fall-through to next insn* -1 - unknown |
mark_ptr_or_null_reg |
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 |