• Home
  • Raw
  • Download

Lines Matching refs:ebitmap_t

12 static int ebitmap_init_random(ebitmap_t *e, unsigned int length, int set_chance)  in ebitmap_init_random()
35 ebitmap_t e; in test_ebitmap_init_destroy()
56 ebitmap_t e1, e2; in test_ebitmap_cmp()
134 ebitmap_t e; in test_ebitmap_set_and_get()
258 ebitmap_t e1, e2, e3, e4, e5, e6; in test_ebitmap_init_range()
289 ebitmap_t e1, e2, e3, e4; in test_ebitmap_or()
325 ebitmap_t dst; in test_ebitmap_or()
334 ebitmap_t dst; in test_ebitmap_or()
343 ebitmap_t dst; in test_ebitmap_or()
352 ebitmap_t dst; in test_ebitmap_or()
361 ebitmap_t dst; in test_ebitmap_or()
370 ebitmap_t dst; in test_ebitmap_or()
387 ebitmap_t e1, e2, e12, e3, e4; in test_ebitmap_and()
427 ebitmap_t dst; in test_ebitmap_and()
436 ebitmap_t dst; in test_ebitmap_and()
445 ebitmap_t dst; in test_ebitmap_and()
454 ebitmap_t dst; in test_ebitmap_and()
463 ebitmap_t dst; in test_ebitmap_and()
472 ebitmap_t dst; in test_ebitmap_and()
481 ebitmap_t dst; in test_ebitmap_and()
490 ebitmap_t dst; in test_ebitmap_and()
506 ebitmap_t e5; in test_ebitmap_and()
507 ebitmap_t e6; in test_ebitmap_and()
508 ebitmap_t e56; in test_ebitmap_and()
509 ebitmap_t dst; in test_ebitmap_and()
542 ebitmap_t e1, e2, e3, e4; in test_ebitmap_xor()
565 ebitmap_t dst1, dst2; in test_ebitmap_xor()
577 ebitmap_t dst; in test_ebitmap_xor()
586 ebitmap_t dst; in test_ebitmap_xor()
595 ebitmap_t dst; in test_ebitmap_xor()
604 ebitmap_t dst; in test_ebitmap_xor()
613 ebitmap_t dst; in test_ebitmap_xor()
628 ebitmap_t e5; in test_ebitmap_xor()
629 ebitmap_t e6; in test_ebitmap_xor()
630 ebitmap_t e56; in test_ebitmap_xor()
631 ebitmap_t dst; in test_ebitmap_xor()
667 ebitmap_t e1, e2, e3, e4; in test_ebitmap_not()
688 ebitmap_t dst1, dst2; in test_ebitmap_not()
702 ebitmap_t dst1, dst2; in test_ebitmap_not()
714 ebitmap_t dst; in test_ebitmap_not()
724 ebitmap_t dst; in test_ebitmap_not()
739 ebitmap_t e5; in test_ebitmap_not()
740 ebitmap_t e5not; in test_ebitmap_not()
759 ebitmap_t dst; in test_ebitmap_not()
768 ebitmap_t dst; in test_ebitmap_not()
780 ebitmap_t dst; in test_ebitmap_not()
796 ebitmap_t e1, e2, e12, e3, e4; in test_ebitmap_andnot()
828 ebitmap_t dst; in test_ebitmap_andnot()
837 ebitmap_t dst; in test_ebitmap_andnot()
846 ebitmap_t dst; in test_ebitmap_andnot()
855 ebitmap_t dst; in test_ebitmap_andnot()
864 ebitmap_t dst; in test_ebitmap_andnot()
873 ebitmap_t dst; in test_ebitmap_andnot()
882 ebitmap_t dst; in test_ebitmap_andnot()
891 ebitmap_t dst; in test_ebitmap_andnot()
907 ebitmap_t e5; in test_ebitmap_andnot()
908 ebitmap_t e6; in test_ebitmap_andnot()
909 ebitmap_t e56; in test_ebitmap_andnot()
930 ebitmap_t dst; in test_ebitmap_andnot()
939 ebitmap_t dst; in test_ebitmap_andnot()
948 ebitmap_t dst; in test_ebitmap_andnot()
960 ebitmap_t dst; in test_ebitmap_andnot()
976 ebitmap_t e1, e2, dst_cpy, dst_or, dst_and, dst_xor1, dst_xor2, dst_not1, dst_not2, dst_andnot; in test_ebitmap__random_impl()