OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIT_CLEAR
(Results
1 - 2
of
2
) sorted by null
/external/openssh/
moduli.c
120
#define
BIT_CLEAR
(a,n) ((a)[(n)>>SHIFT_WORD] &= ~(1L << ((n) & 31)))
/external/iputils/
ping6.c
111
#define
BIT_CLEAR
(nr, addr) do { ((__u32 *)(addr))[(nr) >> 5] &= ~(1U << ((nr) & 31)); } while(0)
123
BIT_CLEAR
((type), filterp)
[
all
...]
Completed in 4301 milliseconds