Function report |
Source Code:kernel\kcmp.c |
Create Date:2022-07-28 10:36:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kptr_obfuscate
Proto:static long kptr_obfuscate(long v, int type)
Type:long
Parameter:
Type | Parameter | Name |
---|---|---|
long | v | |
int | type |
Name | Describe |
---|---|
kcmp_ptr | 0 - equal, i.e. v1 = v2* 1 - less than, i.e. v1 < v2* 2 - greater than, i.e. v1 > v2* 3 - not equal but ordering unavailable (reserved for future) |
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 |