OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clrbit
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/sys/
param.h
425
#define
clrbit
(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY)))
macro
param.h
425
#define
clrbit
(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY)))
macro
param.h
425
#define
clrbit
(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY)))
macro
/src/tools/compat/
compat_defs.h
1282
#undef
clrbit
1286
#define
clrbit
(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY)))
macro
compat_defs.h
1282
#undef
clrbit
1286
#define
clrbit
(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY)))
macro
compat_defs.h
1282
#undef
clrbit
1286
#define
clrbit
(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY)))
macro
Completed in 43 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025