Searched defs:CLRBIT (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | hash.h | 152 #define CLRBIT(A, N) ((A)[(N)/BITS_PER_MAP] &= ~(1<<((N)%BITS_PER_MAP))) macro
|
/titanic_41/usr/src/uts/common/io/afe/ |
H A D | afeimpl.h | 303 #define CLRBIT(afep, reg, val) PUTCSR(afep, reg, GETCSR(afep, reg) & ~(val)) macro
|
/titanic_41/usr/src/uts/common/io/mxfe/ |
H A D | mxfeimpl.h | 343 #define CLRBIT(mxfep, reg, val) \ macro
|
/titanic_41/usr/src/uts/common/io/efe/ |
H A D | efe.h | 320 #define CLRBIT(efep, reg, bit) \ macro
|
/titanic_41/usr/src/uts/common/sys/crypto/ |
H A D | dca.h | 754 #define CLRBIT(dca, reg, val) \ macro
|