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 - 2
of
2
) sorted by relevancy
/src/sys/sys/
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
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025