Searched refs:bitmap_test_bit (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dbitmap.h36 int bitmap_test_bit(struct bitmap *b, u_int n);
H A Dbitmap.c70 bitmap_test_bit(struct bitmap *b, u_int n) function
H A Dssh_namespace.h64 #define bitmap_test_bit Fssh_bitmap_test_bit macro
H A Dkrl.c875 if (!bitmap_test_bit(bitmap, serial))
/freebsd-10-stable/crypto/openssh/regress/unittests/bitmap/
H A Dtests.c44 TEST_START("bitmap_set_bit / bitmap_test_bit");
70 bitmap_test_bit(b, n));
102 bitmap_test_bit(b, n));
126 bitmap_test_bit(b, n));

Completed in 110 milliseconds