Searched defs:SETBIT (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/uts/common/ipp/ipgpc/ |
H A D | trie.h | 67 #define SETBIT(num, pos, val, len) (SETBIT_CMN(num, pos, val)) macro
|
/titanic_41/usr/src/common/mc/mc-amd/ |
H A D | mcamd_rowcol_impl.h | 53 #define SETBIT(var, num) (var |= (1ULL << (num))) macro
|
/titanic_41/usr/src/cmd/sgs/yacc/common/ |
H A D | dextern.h | 88 #define SETBIT(a, i) ((a)[(i)>>5] |= (1<<((i)&037))) macro
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | hash.h | 153 #define SETBIT(A, N) ((A)[(N)/BITS_PER_MAP] |= (1<<((N)%BITS_PER_MAP))) macro
|
/titanic_41/usr/src/uts/common/vm/ |
H A D | vm_swap.c | 122 #define SETBIT(map, i) (((map)[(i) >> MAPSHIFT] |= (1 << (i) % NBBW))) macro
|
/titanic_41/usr/src/uts/common/io/afe/ |
H A D | afeimpl.h | 301 #define SETBIT(afep, reg, val) PUTCSR(afep, reg, GETCSR(afep, reg) | (val)) macro
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_modapi.c | 325 #define SETBIT(buf, j, c) { \ macro
|
/titanic_41/usr/src/uts/common/io/mxfe/ |
H A D | mxfeimpl.h | 340 #define SETBIT(mxfep, reg, val) \ macro
|
/titanic_41/usr/src/uts/common/io/efe/ |
H A D | efe.h | 323 #define SETBIT(efep, reg, bit) \ macro
|
/titanic_41/usr/src/uts/common/sys/crypto/ |
H A D | dca.h | 751 #define SETBIT(dca, reg, val) \ macro
|