/netbsd-src/share/man/man3/ |
H A D | Makefile | 9 assert.3 attribute.3 bitmap.3 bitops.3 bits.3 bitstring.3 \ 39 MLINKS+=bitstring.3 bit_alloc.3 \ 40 bitstring.3 bit_clear.3 \ 41 bitstring.3 bit_decl.3 \ 42 bitstring.3 bit_ffc.3 \ 43 bitstring.3 bit_ffs.3 \ 44 bitstring.3 bit_nclear.3 \ 45 bitstring.3 bit_nset.3 \ 46 bitstring.3 bit_set.3 \ 47 bitstring [all...] |
/netbsd-src/external/bsd/cron/dist/ |
H A D | Makefile | 85 MANPAGES = bitstring.3 crontab.5 crontab.1 cron.8 putman.sh 86 HEADERS = bitstring.h cron.h config.h pathnames.h externs.h \
|
/netbsd-src/external/gpl3/gcc.old/dist/libhsail-rt/ |
H A D | Makefile.am | 70 rt/bitstring.c \
|
H A D | Makefile.in | 186 am__objects_1 = rt/arithmetic.lo rt/atomics.lo rt/bitstring.lo \ 405 rt/bitstring.c \ 554 rt/bitstring.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp) 578 @AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/bitstring.Plo@am__quote@
|
/netbsd-src/tests/include/ |
H A D | d_bitstring_32.out | 50 test bit_test using previous bitstring
|
H A D | d_bitstring_64.out | 82 test bit_test using previous bitstring
|
H A D | d_bitstring_67.out | 85 test bit_test using previous bitstring
|
H A D | d_bitstring_49.out | 67 test bit_test using previous bitstring
|
H A D | d_bitstring_8.out | 26 test bit_test using previous bitstring
|
H A D | d_bitstring_27.out | 45 test bit_test using previous bitstring
|
/netbsd-src/external/bsd/nvi/dist/common/ |
H A D | vi.src | 6 INCLUDE #include <bitstring.h>
|
/netbsd-src/external/bsd/openldap/dist/tests/data/ |
H A D | dn.out | 89 description: dc=example,dc=com#''B // with DN portion + bitstring with no bits 200 description: dc=example,dc=com#''B // with DN portion + bitstring with no bits 216 description: dc=example,dc=com#''B // with DN portion + bitstring with no bits 232 description: dc=example,dc=com#''B // with DN portion + bitstring with no bits
|
H A D | test-dn.ldif | 234 description: dc=example,dc=com#''B // with DN portion + bitstring with no bits
|
/netbsd-src/include/ |
H A D | Makefile | 11 bitstring.h bm.h cdbw.h complex.h cpio.h ctype.h db.h dirent.h \
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | genautomata.cc | 3419 #define bitmap_set_bit(bitstring, bitno) \ argument 3420 ((bitstring)[(bitno) / (sizeof (*(bitstring)) * CHAR_BIT)] |= \ 3421 (HOST_WIDE_INT)1 << (bitno) % (sizeof (*(bitstring)) * CHAR_BIT)) 3423 #define CLEAR_BIT(bitstring, bitno) \ argument 3424 ((bitstring)[(bitno) / (sizeof (*(bitstring)) * CHAR_BIT)] &= \ 3425 ~((HOST_WIDE_INT)1 << (bitno) % (sizeof (*(bitstring)) * CHAR_BIT))) 3429 #define bitmap_bit_p(bitstring, bitno) \ argument 3430 ((bitstring)[(bitno) / (sizeof (*(bitstring)) * CHAR_BIT)] >> \ 3431 (bitno) % (sizeof (*(bitstring)) * CHAR_BIT) & 1)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | genautomata.c | 3419 #define bitmap_set_bit(bitstring, bitno) \ argument 3420 ((bitstring)[(bitno) / (sizeof (*(bitstring)) * CHAR_BIT)] |= \ 3421 (HOST_WIDE_INT)1 << (bitno) % (sizeof (*(bitstring)) * CHAR_BIT)) 3423 #define CLEAR_BIT(bitstring, bitno) \ argument 3424 ((bitstring)[(bitno) / (sizeof (*(bitstring)) * CHAR_BIT)] &= \ 3425 ~((HOST_WIDE_INT)1 << (bitno) % (sizeof (*(bitstring)) * CHAR_BIT))) 3429 #define bitmap_bit_p(bitstring, bitno) \ argument 3430 ((bitstring)[(bitno) / (sizeof (*(bitstring)) * CHAR_BIT)] >> \ 3431 (bitno) % (sizeof (*(bitstring)) * CHAR_BIT) & 1)
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/ |
H A D | ossl_provider_new.pod | 296 in a bitstring that's internal to I<provider>. 299 is set (1) or not (0) in the internal I<provider> bitstring, and sets
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
H A D | ChangeLog | 258 * check-gen.c: Check all other silly bitstring combinations. 1170 bitstring names 1574 * gen_decode.c: add utctime and bitstring 1576 * gen_encode.c: add utctime and bitstring 1578 * gen_free.c: add utctime and bitstring
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | PROTOCOL.certkeys | 151 The nonce field is a CA-provided random bitstring of arbitrary length
|
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
H A D | aspell.en.pws | 1459 bitstring
|
/netbsd-src/external/mpl/bind/dist/doc/arm/ |
H A D | advanced.inc.rst | 386 (also known as "bitstring") format, but support of binary labels has
|
/netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
H A D | draft-ietf-ldapext-ldap-c-api-xx.txt | 3424 start of the bitstring, followed by a ber_len_t containing the 3425 number of bits in the bitstring. A bitstring element is output, 3648 will point to the length (in bits) of the bitstring returned. 3649 ldap_memfree SHOULD be called to free the bitstring. The tag of
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-1995 | 199 * valops.c (value_slice): Implement (value) bitstring slices. 1199 * ch-valprint.c (chill_val_print): Make (power)sets and bitstring 4523 Add support for Chill bitstring literals (e.h. H'FF00'). 4574 * valarith.c (value_bit_index): Just treat bitstring as represented
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-1995 | 199 * valops.c (value_slice): Implement (value) bitstring slices. 1199 * ch-valprint.c (chill_val_print): Make (power)sets and bitstring 4523 Add support for Chill bitstring literals (e.h. H'FF00'). 4574 * valarith.c (value_bit_index): Just treat bitstring as represented
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/err/ |
H A D | openssl.txt | 36 ASN1_R_ILLEGAL_BITSTRING_FORMAT:175:illegal bitstring format
|