Searched refs:bitstr_t (Results 1 - 2 of 2) sorted by relevance

/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dbitstring.h74 typedef unsigned long bitstr_t; typedef
78 #define _BITSTR_BITS (sizeof(bitstr_t) * 8)
86 /* bitstr_t in bit string containing the bit. */
93 /* bit number within bitstr_t at _bit_idx(_bit). */
101 static inline bitstr_t
107 static inline bitstr_t
120 static inline bitstr_t *
123 return ((bitstr_t *)malloc(bitstr_size(_nbits), type, flags | M_ZERO));
126 static inline bitstr_t *
129 return ((bitstr_t *)callo
[all...]
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c404 bitstr_t *ifl_rx_bitmap;

Completed in 481 milliseconds