Home
last modified time | relevance | path

Searched refs:bitmap_clear_bit (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/crypto/openssh/regress/unittests/bitmap/
H A Dtests.c115 bitmap_clear_bit(b, i); in tests()
119 bitmap_clear_bit(b, j); in tests()
123 bitmap_clear_bit(b, k); in tests()
/freebsd-src/crypto/openssh/
H A Dbitmap.h43 void bitmap_clear_bit(struct bitmap *b, u_int n);
H A Dbitmap.c126 bitmap_clear_bit(struct bitmap *b, u_int n) in bitmap_clear_bit() function
H A Dssh_namespace.h72 #define bitmap_clear_bit Fssh_bitmap_clear_bit macro