Home
last modified time | relevance | path

Searched defs:clrbit (Results 1 – 7 of 7) sorted by relevance

/titanic_51/usr/src/uts/common/io/cxgbe/shared/
H A Dshared.h34 #define clrbit(a, i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
/titanic_51/usr/src/lib/libbc/inc/include/sys/
H A Dparam.h170 #define clrbit(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
/titanic_51/usr/src/ucbhead/sys/
H A Dparam.h251 #define clrbit(a, i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
/titanic_51/usr/src/boot/sys/sys/
H A Dparam.h283 #define clrbit(a,i) (((unsigned char *)(a))[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
/titanic_51/usr/src/cmd/fs.d/udfs/fsck/
H A Dfsck.h217 #define clrbit(a, i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
/titanic_51/usr/src/uts/common/io/ath/
H A Dath_impl.h64 #define clrbit(a, i) ((a)[(i)/NBBY] &= ~(1 << ((i)%NBBY))) macro
/titanic_51/usr/src/uts/common/sys/fs/
H A Dufs_fs.h735 #define clrbit(a, i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro