Function report |
Source Code:kernel\jump_label.c |
Create Date:2022-07-28 13:48:27 |
Last Modify:2020-03-17 20:59:06 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:jump_label_cmp
Proto:static int jump_label_cmp(const void *a, const void *b)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const void * | a | |
const void * | b |
43 | If jump_entry_key(jea) < jump_entry_key(jeb) Then Return -1 |
46 | If jump_entry_key(jea) > jump_entry_key(jeb) Then Return 1 |
54 | If jump_entry_code(jea) < jump_entry_code(jeb) Then Return -1 |
57 | If jump_entry_code(jea) > jump_entry_code(jeb) Then Return 1 |
60 | Return 0 |
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 |