HomeSort by relevance Sort by last modified time
    Searched defs:bitset (Results 1 - 8 of 8) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/sys/
bitset.h 37 typedef struct bitset { struct
43 * Bitset initialiation / teardown
49 * Resize / query a bitset's holding capacity
69 * Bitset queries
76 * Bitset computations
83 * Miscellaneous bitset operations
  /onnv/onnv-gate/usr/src/cmd/sendmail/include/sm/
bitops.h 57 # define bitset(bit, word) (((word) & (bit)) != 0) macro
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
bitset.c 27 #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
  /onnv/onnv-gate/usr/src/uts/common/io/1394/adapters/
hci1394_attach.c 832 uint64_t bitset; local
837 bitset = state & ((uint64_t)0x1 << statebit);
838 if (bitset == 0) {
  /onnv/onnv-gate/usr/src/cmd/csh/
sh.dol.c 342 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) {
  /onnv/onnv-gate/usr/src/lib/libcpc/sparc/
event_ultra.c 137 bitset(const char *fn, function
171 { "sys", bitset,
182 { "sys", bitset,
  /onnv/onnv-gate/usr/src/lib/libcpc/i386/
event_pentium.c 186 bitset(const char *fn, function
285 { "sys0", bitset, 0,
287 { "sys1", bitset, 1,
295 { "pc0", bitset, 0,
297 { "pc1", bitset, 1,
300 { "int0", bitset, 0,
302 { "int1", bitset, 1,
305 { "inv0", bitset, 0,
307 { "inv1", bitset, 1,
334 { "sys0", bitset, 0
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/regex/
reglib.h 176 #define bitset(p,c) ((p)[((c)>>3)&037]|=(1<<((c)&07))) macro
179 #define setadd(p,c) bitset((p)->bits,c)

Completed in 3539 milliseconds