Searched refs:bitstr_size (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/compat/
H A Dbitstring.h43 * bitstr_size changed gratuitously, but shorter
62 #define bitstr_size(nbits) \ macro
67 (bitstr_t *)calloc((size_t)bitstr_size(nbits), sizeof(bitstr_t))
71 ((name)[bitstr_size(nbits)])
/netbsd-6-1-5-RELEASE/include/
H A Dbitstring.h41 * bitstr_size changed gratuitously, but shorter
67 #define bitstr_size(nbits) \ macro
72 calloc(bitstr_size(nbits), sizeof(bitstr_t))
76 ((name)[bitstr_size(nbits)])
/netbsd-6-1-5-RELEASE/dist/nvi/include/
H A Dbitstring.h57 #define bitstr_size(nbits) \ macro
63 (unsigned int)bitstr_size(nbits) * sizeof(bitstr_t))
67 (name)[bitstr_size(nbits)]
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/common/
H A Dbitstring.h51 #define bitstr_size(nbits) \ macro
56 (bitstr_t *)calloc((size_t)bitstr_size(nbits), sizeof(bitstr_t))
60 ((name)[bitstr_size(nbits)])
/netbsd-6-1-5-RELEASE/tests/include/
H A Dt_bitstring.c39 int i = bitstr_size(n);
73 (void) fprintf(file, "test _bit_byte, _bit_mask, and bitstr_size\n");
74 (void) fprintf(file, " i _bit_byte(i) _bit_mask(i) bitstr_size(i)\n");
78 i, _bit_byte(i), _bit_mask(i), bitstr_size(i));
/netbsd-6-1-5-RELEASE/share/man/man3/
H A DMakefile44 bitstring.3 bitstr_size.3 \

Completed in 192 milliseconds