Function report |
Source Code:fs\seq_file.c |
Create Date:2022-07-28 20:09:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:seq_put_hex_ll - put a number in hexadecimal notation*@m: seq_file identifying the buffer to which data should be written*@delimiter: a string which is printed before the number*@v: the number*@width: a minimum field width* seq_put_hex_ll(m, "", v, 8) is
Proto:void seq_put_hex_ll(struct seq_file *m, const char *delimiter, unsigned long long v, unsigned int width)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | m | |
const char * | delimiter | |
unsigned long long | v | |
unsigned int | width |
758 | Else len = ( size of v * 8 - __builtin_clzll(v) + 3) / 4 |
765 | seq_set_overflow(m) |
766 | Return |
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 |