Searched defs:SETBIT (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dtrie.h67 #define SETBIT(num, pos, val, len) (SETBIT_CMN(num, pos, val)) macro
69 #define SETBIT(num, pos, val, len) \ macro
/illumos-gate/usr/src/common/mc/mc-amd/
H A Dmcamd_rowcol_impl.h53 #define SETBIT(var, num) (var |= (1ULL << (num))) macro
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Ddextern.h88 #define SETBIT(a, i) ((a)[(i)>>5] |= (1<<((i)&037))) macro
97 #define SETBIT(a, i) ((a)[(i)>>4] |= (1<<((i)&017))) macro
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c122 #define SETBIT(map, i) (((map)[(i) >> MAPSHIFT] |= (1 << (i) % NBBW))) macro
304 SETBIT(sip->si_swapslots, slotnumber);
1241 SETBIT(nsip->si_swapslots, i);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h153 #define SETBIT(A, N) ((A)[(N)/BITS_PER_MAP] |= (1<<((N)%BITS_PER_MAP))) macro
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.c326 #define SETBIT(buf, j, c) { \ macro
341 SETBIT(buf, j, '.');
343 SETBIT(buf, j, on ? '1' : '0');
346 SETBIT(buf, j, '.');
360 SETBIT(buf, j, '.');
363 SETBIT(buf, j, 'x');
366 SETBIT(buf, j, '.');
/illumos-gate/usr/src/uts/common/io/afe/
H A Dafeimpl.h301 #define SETBIT(afep, reg, val) PUTCSR(afep, reg, GETCSR(afep, reg) | (val)) macro
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfeimpl.h340 #define SETBIT(mxfep, reg, val) \ macro
/illumos-gate/usr/src/uts/common/io/efe/
H A Defe.h323 #define SETBIT(efep, reg, bit) \ macro
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Ddca.h751 #define SETBIT(dca, reg, val) \ macro

Completed in 274 milliseconds