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

  /onnv/onnv-gate/usr/src/common/openssl/apps/
s_apps.h 128 #define NBBY 8 /* number of bits in a byte */
137 #define NFDBITS (sizeof(fd_mask) * NBBY) /* bits per mask (power of 2!)*/
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
defs.h 69 #ifndef NBBY
70 #define NBBY 8
fsys_zfs.h 144 #ifndef NBBY
145 #define NBBY 8
  /onnv/onnv-gate/usr/src/uts/common/sys/
select.h 122 * of NBBY in <sys/param.h>.
126 #ifndef NBBY /* number of bits per byte */
127 #define NBBY _NBBY
132 #define NFDBITS (sizeof (fd_mask) * NBBY) /* bits per mask */
priv_impl.h 89 #ifndef NBBY
90 #define NBBY 8
93 #define __NBWRD (NBBY * sizeof (priv_chunk_t))
param.h 215 #ifndef NBBY
216 #define NBBY 8 /* number of bits per byte */
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/
types.h 54 #define NBBY 8 /* number of bits in a byte */
66 #define NFDBITS (sizeof (fd_mask) * NBBY) /* bits per mask */
  /onnv/onnv-gate/usr/src/ucbhead/sys/
param.h 186 #ifndef NBBY
187 #define NBBY 8 /* number of bits per byte */
258 #define setbit(a, i) ((a)[(i)/NBBY] |= 1<<((i)%NBBY))
259 #define clrbit(a, i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY)))
260 #define isset(a, i) ((a)[(i)/NBBY] & (1<<((i)%NBBY)))
261 #define isclr(a, i) (((a)[(i)/NBBY] & (1<<((i)%NBBY))) == 0
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/avs/ns/
nsctl.h 513 #ifndef NBBY
514 #define NBBY 8 /* number of bits per byte */
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
ntp.h 117 #ifndef NBBY
118 #define NBBY 8 /* number of bits per byte */
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
pp_sys.c 1028 # ifndef NBBY
1029 # define NBBY 8
1032 masksize = NFDBITS / NBBY;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
pppd.h     [all...]

Completed in 540 milliseconds