Searched refs:bitstring (Results 1 - 25 of 159) sorted by relevance

1234567

/freebsd-11-stable/include/
H A Dbitstring.h34 #include <sys/bitstring.h>
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dbitstring.c18 /* $Id: bitstring.c,v 1.17 2007/06/19 23:47:17 tbox Exp $ */
27 #include <isc/bitstring.h>
43 isc_bitstring_init(isc_bitstring_t *bitstring, unsigned char *data, argument
47 * Make 'bitstring' refer to the bitstring of 'size' bits starting
48 * at 'data'. 'length' bits of the bitstring are valid. If 'lsb0'
50 * bitstring. Otherwise bit 0 is the most significant bit.
53 REQUIRE(bitstring != NULL);
57 bitstring->magic = BITSTRING_MAGIC;
58 bitstring
65 isc_bitstring_invalidate(isc_bitstring_t *bitstring) argument
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dbitstring.h18 /* $Id: bitstring.h,v 1.14 2007/06/19 23:47:18 tbox Exp $ */
27 /*! \file isc/bitstring.h
31 * A bitstring is a packed array of bits, stored in a contiguous
32 * sequence of octets. The "most significant bit" (msb) of a bitstring
34 * bitstring is the low bit of the last octet.
39 * and any padding bits required to make the bitstring a multiple of 8 bits
43 * and any padding bits required to make the bitstring a multiple of 8 bits
46 * E.g., consider the bitstring "11010001111". This bitstring is 11 bits
97 isc_bitstring_init(isc_bitstring_t *bitstring, unsigne
[all...]
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_open.c20 #include <bitstring.h>
H A Dex_version.c20 #include <bitstring.h>
H A Dex_equal.c20 #include <bitstring.h>
H A Dex_mark.c20 #include <bitstring.h>
H A Dex_quit.c20 #include <bitstring.h>
H A Dex_set.c20 #include <bitstring.h>
H A Dex_yank.c20 #include <bitstring.h>
H A Dex_stop.c20 #include <bitstring.h>
H A Dex_delete.c20 #include <bitstring.h>
H A Dex_put.c20 #include <bitstring.h>
H A Dex_undo.c20 #include <bitstring.h>
H A Dex_file.c20 #include <bitstring.h>
H A Dex_preserve.c20 #include <bitstring.h>
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_redraw.c20 #include <bitstring.h>
H A Dv_status.c20 #include <bitstring.h>
H A Dv_zexit.c20 #include <bitstring.h>
H A Dv_screen.c20 #include <bitstring.h>
H A Dv_yank.c20 #include <bitstring.h>
H A Dv_at.c20 #include <bitstring.h>
H A Dv_delete.c20 #include <bitstring.h>
H A Dv_put.c20 #include <bitstring.h>
/freebsd-11-stable/share/man/man3/
H A DMakefile10 bitstring.3 \
48 MLINKS+= bitstring.3 bit_alloc.3 \
49 bitstring.3 bit_clear.3 \
50 bitstring.3 bit_decl.3 \
51 bitstring.3 bit_ffc.3 \
52 bitstring.3 bit_ffc_at.3 \
53 bitstring.3 bit_ffs.3 \
54 bitstring.3 bit_ffs_at.3 \
55 bitstring.3 bit_nclear.3 \
56 bitstring
[all...]

Completed in 264 milliseconds

1234567