Home
last modified time | relevance | path

Searched refs:bitstring (Results 1 – 25 of 74) sorted by relevance

123

/netbsd-src/share/man/man3/
H A DMakefile9 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 DMakefile85 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 DMakefile.am70 rt/bitstring.c \
H A DMakefile.in186 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 Dd_bitstring_32.out50 test bit_test using previous bitstring
H A Dd_bitstring_64.out82 test bit_test using previous bitstring
H A Dd_bitstring_67.out85 test bit_test using previous bitstring
H A Dd_bitstring_49.out67 test bit_test using previous bitstring
H A Dd_bitstring_8.out26 test bit_test using previous bitstring
H A Dd_bitstring_27.out45 test bit_test using previous bitstring
/netbsd-src/external/bsd/nvi/dist/common/
H A Dvi.src6 INCLUDE #include <bitstring.h>
/netbsd-src/external/bsd/openldap/dist/tests/data/
H A Ddn.out89 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 Dtest-dn.ldif234 description: dc=example,dc=com#''B // with DN portion + bitstring with no bits
/netbsd-src/include/
H A DMakefile11 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 Dgenautomata.cc3419 #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 Dgenautomata.c3419 #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 Dossl_provider_new.pod296 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 DChangeLog258 * 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 DPROTOCOL.certkeys151 The nonce field is a CA-provided random bitstring of arbitrary length
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Daspell.en.pws1459 bitstring
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Dadvanced.inc.rst386 (also known as "bitstring") format, but support of binary labels has
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-ietf-ldapext-ldap-c-api-xx.txt3424 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 DChangeLog-1995199 * 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 DChangeLog-1995199 * 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 Dopenssl.txt36 ASN1_R_ILLEGAL_BITSTRING_FORMAT:175:illegal bitstring format

123