Function report |
Source Code:lib\test_bitmap.c |
Create Date:2022-07-28 06:32:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:test_mem_optimisations
Proto:static void noinline __init test_mem_optimisations(void)
Type:void
Parameter:Nothing
444 | DECLARE_BITMAP(bmap1, 1024) |
445 | DECLARE_BITMAP(bmap2, 1024) |
453 | bitmap_set(bmap1, start, nbits) |
454 | __bitmap_set(bmap2, start, nbits) |
455 | If Not bitmap_equal(bmap1, bmap2, 1024) Then |
457 | failed_tests++ |
461 | failed_tests++ |
464 | bitmap_clear(bmap1, start, nbits) |
465 | __bitmap_clear(bmap2, start, nbits) |
466 | If Not bitmap_equal(bmap1, bmap2, 1024) Then |
468 | failed_tests++ |
473 | failed_tests++ |
Name | Describe |
---|---|
selftest |
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 |