Home
last modified time | relevance | path

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

/external/openssh/regress/unittests/bitmap/
Dtests.c113 bitmap_clear_bit(b, i); in tests()
117 bitmap_clear_bit(b, j); in tests()
121 bitmap_clear_bit(b, k); in tests()
/external/openssh/
Dbitmap.h42 void bitmap_clear_bit(struct bitmap *b, u_int n);
Dbitmap.c124 bitmap_clear_bit(struct bitmap *b, u_int n) in bitmap_clear_bit() function