Searched defs:bitset (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dbitset.h36 typedef struct bitset { struct
50 * Resize / query a bitset's holding capacity
84 * Miscellaneous bitset operations
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dbitops.h57 # define bitset(bit, word) (((word) & (bit)) != 0) macro
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dbitset.c27 #include <sys/bitset.h>
29 #include "bitset.h" /* XXX work out ifdef in include file... */
34 mdb_printf("Print the bitset at the address given\n");
54 mdb_warn("couldn't read bitset 0x%p", bsaddr);
63 mdb_warn("couldn't read bitset bs_set 0x%p", bsaddr);
118 * The following prints a bitset with a 'ruler' that look like this
201 bitset(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_attach.c832 uint64_t bitset; local
837 bitset = state & ((uint64_t)0x1 << statebit);
838 if (bitset == 0) {
/illumos-gate/usr/src/lib/libcpc/sparc/
H A Devent_ultra.c133 bitset(const char *fn, function
167 { "sys", bitset,
178 { "sys", bitset,
/illumos-gate/usr/src/cmd/csh/
H A Dsh.dol.c342 bool dimen = 0, bitset = 0; local
355 bitset++, c = DgetC(0); /* $? tests existence */
359 if (dimen || bitset)
366 if (dimen || bitset)
412 if (bitset) {
421 if (bitset)
446 if (bitset) {
/illumos-gate/usr/src/lib/libcpc/i386/
H A Devent_pentium.c182 bitset(const char *fn, function
281 { "sys0", bitset, 0,
283 { "sys1", bitset, 1,
291 { "pc0", bitset, 0,
293 { "pc1", bitset, 1,
296 { "int0", bitset, 0,
298 { "int1", bitset, 1,
301 { "inv0", bitset, 0,
303 { "inv1", bitset, 1,
330 { "sys0", bitset,
[all...]
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dreglib.h176 #define bitset(p,c) ((p)[((c)>>3)&037]|=(1<<((c)&07))) macro
179 #define setadd(p,c) bitset((p)->bits,c)

Completed in 866 milliseconds