Function report |
Source Code:kernel\cgroup\cgroup.c |
Create Date:2022-07-28 11:11:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:power_of_ten
Proto:static u64 power_of_ten(int power)
Type:u64
Parameter:
Type | Parameter | Name |
---|---|---|
int | power |
6184 | v = 1 |
6186 | v *= 10 |
6187 | Return v |
Name | Describe |
---|---|
cgroup_parse_float | group_parse_float - parse a floating number*@input: input string*@dec_shift: number of decimal digits to shift*@v: output* Parse a decimal floating point number in @input and store the result in*@v with decimal point right shifted @dec_shift times |
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 |