Function report |
Source Code:lib\test_hexdump.c |
Create Date:2022-07-28 06:26:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:test_hexdump_set
Proto:static void __init test_hexdump_set(int rowsize, bool ascii)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
int | rowsize | |
bool | ascii |
151 | d = min_t - return minimum of two values, using the specified type*@type: data type to use*@x: first value*@y: second value(size_t, size of data_b , rowsize) |
152 | len = get_random_int() % d + 1 |
154 | test_hexdump(len, rowsize, 4, ascii) |
155 | test_hexdump(len, rowsize, 2, ascii) |
156 | test_hexdump(len, rowsize, 8, ascii) |
157 | test_hexdump(len, rowsize, 1, ascii) |
Name | Describe |
---|---|
test_hexdump_init |
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 |